Added Line icon.

Closes #47.
This commit is contained in:
Reizner Evgeniy
2017-09-20 20:33:22 +03:00
parent b351a40f68
commit 0644e6be9d
3 changed files with 14 additions and 1 deletions

View File

@@ -70,6 +70,14 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/html5.svg" width="125" /><br>379 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/meetup.svg" width="125" /><br>611 Bytes</td>
</tr>
<tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/line.svg" width="125" /><br>455 Bytes</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
You can [play around with the corner radius size using our interactive tool](https://edent.github.io/SuperTinySocialIcons/radius.html)

View File

@@ -3,7 +3,7 @@ var items = [
'dropbox', 'gitlab', 'instagram', 'paypal', 'rss', 'spotify', 'tumblr', 'whatsapp',
'email', 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter', 'wikipedia',
'facebook', 'google', 'lock', 'phone', 'slideshare', 'steam', 'vimeo', 'wire',
'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup'
'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup', 'line'
];
var container = document.querySelector('.icons');

5
tiny/line.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#3ace01" height="512" rx="15%" width="512"/>
<path d="m456 230c-2 48-23 81-55 110-56 50-146 112-158 102-12-15 23-50-21-55-94-13-166-79-166-157 0-88 91-160 201-160s202 72 199 160z" fill="#fff"/>
<path d="m379 231h-36m36-38h-39v76h39m-132 0v-76l58 76v-76m-95 76v-76m-70 0v76h39" fill="none" stroke="#3ace01" stroke-linecap="round" stroke-linejoin="round" stroke-width="22"/>
</svg>

After

Width:  |  Height:  |  Size: 455 B