@@ -128,6 +128,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="images/svg/twilio.svg" width="125" title="Twilio" /><br>395 Bytes</td>
|
||||
<td><img src="images/svg/plex.svg" width="125" title="Plex" /><br>221 Bytes</td>
|
||||
<tr>
|
||||
</table>
|
||||
|
||||
@@ -219,6 +220,7 @@ The majority of these vector logos are based on someone else's work.
|
||||
* [Google Play](https://commons.wikimedia.org/wiki/File:Google_Play_symbol_2016.svg)
|
||||
* [Gmail](https://commons.wikimedia.org/wiki/File:Gmail_Icon.svg)
|
||||
* [Samsung Internet](https://github.com/edent/SuperTinyIcons/pull/74/commits/8824bdaf1346a472ab425347f958e8e64c0948ee)
|
||||
* [Plex](https://github.com/plexinc/plex-media-player/blob/master/resources/images/icon.svg) - GPLv2
|
||||
|
||||
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
|
||||
|
||||
|
@@ -84,5 +84,6 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/samsunginternet.svg" width="256" /> | <img src="/images/reference/samsunginternet.png" width="256" /> | http://www.samsung.com/global/galaxy/apps/samsung-internet/ |
|
||||
| <img src="/images/svg/twilio.svg" width="256" /> | <img src="/images/reference/twilio.svg" width="256" /> | https://www.twilio.com/marketing/bundles/company-brand/resources/Twilio-Logos.zip |
|
||||
| <img src="/images/svg/laravel.svg" width="256" /> | <img src="/images/reference/laravel.svg" width="256" /> | https://github.com/laravel/art/blob/master/Laravel-l-slant.svg |
|
||||
| <img src="/images/svg/plex.svg" width="256" /> | <img src="/images/reference/plex.svg" width="256" /> | http://brand.plex.tv/d/qxmJ3odkK0fj/plex-style-guide |
|
||||
|
||||
|
||||
|
16
images/reference/plex.svg
Normal file
16
images/reference/plex.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="250" height="250" viewBox="0 0 250 250">
|
||||
<defs>
|
||||
<linearGradient id="plex-icon-app-a" x1="0%" y1="50%" y2="50%">
|
||||
<stop offset="0%" stop-color="#1F1F1F"/>
|
||||
<stop offset="100%" stop-color="#282828"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="plex-icon-app-b" cx="89.267%" cy="49.76%" r="92.5%" fx="89.267%" fy="49.76%" gradientTransform="matrix(1 0 0 .60416 0 .197)">
|
||||
<stop offset="0%" stop-color="#F9BE03"/>
|
||||
<stop offset="100%" stop-color="#CC7C19"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<g fill="none">
|
||||
<rect width="250" height="250" fill="url(#plex-icon-app-a)" rx="12"/>
|
||||
<polyline fill="url(#plex-icon-app-b)" points="74.75 42.5 122.648 42.5 175.5 125 122.648 207.5 74.75 207.5 127.602 125 74.75 42.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 804 B |
1
images/svg/plex.svg
Normal file
1
images/svg/plex.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" aria-label="Plex" role="img" viewBox="0 0 512 512"><rect width="512" height="512" fill="#282a2d" rx="15%"/><path d="m256 70h-108l108 186-108 186h108l108-186z" fill="#e5a00d"/></svg>
|
After Width: | Height: | Size: 221 B |
@@ -80,7 +80,7 @@
|
||||
'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi',
|
||||
'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello',
|
||||
'intel', 'badoo', 'laravel', 'twilio', 'google_play', 'gmail',
|
||||
'samsunginternet'
|
||||
'plex' 'samsunginternet'
|
||||
];
|
||||
|
||||
var container = document.querySelector('.icons');
|
||||
|
Reference in New Issue
Block a user