forked from edent/SuperTinyIcons
Merge remote-tracking branch 'edent/master'
This commit is contained in:
12
README.md
12
README.md
@@ -3,7 +3,11 @@ Under 1KB each! Super Tiny Web Icons are minuscule SVG versions of your favourit
|
||||
|
||||
The logos have a 512x512 viewbox, they will fit in a circle with radius 256. They will scale up and down to suit your needs.
|
||||
|
||||
Originally created for my contact page - [https://edent.tel/](https://edent.tel/)
|
||||
Say thanks!
|
||||
|
||||
* <a href="https://amzn.to/2o95rA8"><img src="https://edent.github.io/SuperTinyIcons/images/svg/amazon.svg" width="40" /> Gift me something from my Amazon Wishlist
|
||||
* <a href="https://paypal.me/edent/gbp5"><img src="https://edent.github.io/SuperTinyIcons/images/svg/paypal.svg" width="40" /> Send me a tip
|
||||
* <a href="https://edent.tel/"><img src="https://edent.github.io/SuperTinyIcons/images/svg/whatsapp.svg" width="40" /> Leave me a message
|
||||
|
||||
## How Small?
|
||||
|
||||
@@ -133,14 +137,18 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
|
||||
<td><img src="images/svg/xing.svg" width="125" title="Xing" /><br>362 Bytes</td>
|
||||
<td><img src="images/svg/pinboard.svg" width="125" title="Pinboard" /><br>258 Bytes</td>
|
||||
<td><img src="images/svg/internet_archive.svg" width="125" title="Internet Archive" /><br>846 Bytes</td>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="images/svg/baidu.svg" width="125" title="baidu" /><br>799 Bytes</td>
|
||||
<td><img src="images/svg/twitch.svg" width="125" title="Twitch" /><br>308 Bytes</td>
|
||||
<td><img src="images/svg/ok.svg" width="125" title="OK.ru" /><br>652 Bytes</td>
|
||||
<td><img src="images/svg/pocket.svg" width="125" title="Pocket" /><br>518 Bytes</td>
|
||||
<td><img src="images/svg/stumbleupon.svg" width="125" title="StumbleUpon" /><br>599 Bytes</td>
|
||||
<td><img src="images/svg/viber.svg" width="125" title="viber" /><br>746 Bytes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="images/svg/buffer.svg" width="125" title="buffer" /><br>557 Bytes</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Why so smallious?
|
||||
|
BIN
images/reference/buffer.jpg
Normal file
BIN
images/reference/buffer.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
@@ -93,6 +93,7 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/ok.svg" width="256" /> | <img src="/images/reference/ok.png" width="256" /> | https://insideok.ru/brandbook |
|
||||
| <img src="/images/svg/stumbleupon.svg" width="256" /> | <img src="/images/reference/stumbleupon.png" width="256" /> | https://en.wikipedia.org/wiki/StumbleUpon#/media/File:StumbleUpon_Logo.svg |
|
||||
| <img src="/images/svg/pocket.svg" width="256" /> | <img src="/images/reference/pocket.png" width="256" /> | https://getpocket.com/blog/press/ |
|
||||
| <img src="/images/svg/buffer.svg" width="256" /> | <img src="/images/reference/buffer.jpg" width="256" /> | https://buffer.com/press |
|
||||
|
||||
|
||||
|
||||
|
6
images/svg/buffer.svg
Normal file
6
images/svg/buffer.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="Buffer" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#000"/><path d="M84 166c-5-2-5-7 0-9l162-75c5-3 15-3 20 0l162 75c5 2 5 7 0 9l-162 75c-5 3-15 3-20 0L84 166zm0 85c-5 3-5 7 0 10l162 75c5 2 15 2 20 0l162-75c5-3 5-7 0-10l-32-14c-6-3-15-3-21 0l-109 50c-5 3-15 3-20 0l-109-50c-6-3-15-3-21 0l-32 14zm0 95c-5 2-5 7 0 9l162 75c5 3 15 3 20 0l162-75c5-2 5-7 0-9l-32-15c-6-3-15-3-21 0l-109 50c-5 3-15 3-20 0l-109-50c-6-3-15-3-21 0l-32 15z" fill-rule="evenodd" fill="#fff"/></svg>
|
After Width: | Height: | Size: 557 B |
@@ -81,7 +81,7 @@
|
||||
'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello',
|
||||
'intel', 'badoo', 'laravel', 'twilio', 'google_play', 'gmail',
|
||||
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
|
||||
'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon',
|
||||
'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber',
|
||||
];
|
||||
|
||||
var container = document.querySelector('.icons');
|
||||
|
Reference in New Issue
Block a user