19% smaller Spotify icon.

This commit is contained in:
Reizner Evgeniy
2017-04-20 16:20:47 +03:00
parent 2bfc2349b9
commit a9207ed706
2 changed files with 8 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/vimeo.svg" width="125" /><br>349 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/vimeo.svg" width="125" /><br>349 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/slideshare.svg" width="125" /><br>611 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/slideshare.svg" width="125" /><br>611 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/soundcloud.svg" width="125" /><br>928 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/soundcloud.svg" width="125" /><br>928 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/spotify.svg" width="125" /><br>509 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/spotify.svg" width="125" /><br>413 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/snapchat.svg" width="125" /><br>769 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/snapchat.svg" width="125" /><br>769 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/amazon.svg" width="125" /><br>750 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/amazon.svg" width="125" /><br>750 Bytes</td>
</tr> </tr>

View File

@@ -1,6 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#1ed760" height="512" width="512" rx="15%"/> <rect fill="#1ed760" height="512" rx="15%" width="512"/>
<g clip-path="M0 170h170V0H0z" transform="matrix(2.38825 0 0 -2.38825 53 459)"> <circle cx="256" cy="256" fill="#fff" r="200"/>
<path fill="#fff" d="M135 95c-27 16-72 17-98 9a8 8 0 1 0-4 15c29 9 78 7 110-11a8 8 0 0 0-8-13m-1-24c-2-3-6-4-9-2-23 13-57 17-84 9a7 7 0 0 0-4 13c31 9 69 5 95-11 3-2 4-6 2-9m-11-23c-1-2-4-3-7-2a96 96 0 0 1-73 8 5 5 0 1 0-3 10c32 8 60 5 82-9 2-1 3-5 1-7M85 169A84 84 0 1 1 85 1a84 84 0 0 1 0 168"/> <g fill="none" stroke="#1ed760" stroke-linecap="round">
<path d="m136 192c78-20 171-15 248 25" stroke-width="37"/>
<path d="m148 257c63-18 150-14 211 25" stroke-width="32"/>
<path d="m152 317c56-12 121-17 185 21" stroke-width="25"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 413 B