Update apple music icon (#190)
* Fix apple_music icon for Safari by adding stop-opacity rule. * Remove newline * Saved a byte
This commit is contained in:
committed by
Terence Eden
parent
39484d0dd2
commit
65d8ed49af
@@ -42,7 +42,7 @@ Say thanks!
|
|||||||
<td>Vimeo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vimeo.svg" width="125" title="Vimeo" /><br>376 Bytes</td>
|
<td>Vimeo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vimeo.svg" width="125" title="Vimeo" /><br>376 Bytes</td>
|
||||||
<td>Spotify<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/spotify.svg" width="125" title="Spotify" /><br>436 Bytes</td>
|
<td>Spotify<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/spotify.svg" width="125" title="Spotify" /><br>436 Bytes</td>
|
||||||
<td>YouTube<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/youtube.svg" width="125" title="YouTube" /><br>359 Bytes</td>
|
<td>YouTube<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/youtube.svg" width="125" title="YouTube" /><br>359 Bytes</td>
|
||||||
<td>Apple Music<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="125" title="Apple Music" /><br>974 Bytes</td>
|
<td>Apple Music<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="125" title="Apple Music" /><br>1005 Bytes</td>
|
||||||
<td>Bandcamp<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bandcamp.svg" width="125" title="Bandcamp" /><br>205 Bytes</td>
|
<td>Bandcamp<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bandcamp.svg" width="125" title="Bandcamp" /><br>205 Bytes</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@@ -3,4 +3,4 @@ aria-label="Apple Music" role="img"
|
|||||||
viewBox="0 0 512 512"><rect
|
viewBox="0 0 512 512"><rect
|
||||||
width="512" height="512"
|
width="512" height="512"
|
||||||
rx="15%"
|
rx="15%"
|
||||||
fill="#fff"/><path id="c" d="M199 359V199q0-9 10-11l138-28q11-2 12 10v122q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69V88s0-20-17-15l-170 35s-13 2-13 18v203q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69"/><filter id="f"><feGaussianBlur stdDeviation="3"/><feComposite operator="out"/></filter><linearGradient id="d" x1=".78" x2=".29" y1=".92" y2=".6"><stop stop-color="#3ea7fc"/><stop offset="1" stop-color="#fff0"/></linearGradient><linearGradient id="e" x1=".75" x2=".93" y1=".16" y2=".59"><stop stop-color="#fd5b70"/><stop offset="1" stop-color="#fff0"/></linearGradient><use fill="#915fff" x:href="#c"/><use fill="url(#d)" x:href="#c"/><use fill="url(#e)" x:href="#c"/><clipPath id="b"><use x:href="#c"/></clipPath><use filter="url(#f)" fill="#777" x:href="#c" clip-path="url(#b)"/></svg>
|
fill="#fff"/><path id="c" d="M199 359V199q0-9 10-11l138-28q11-2 12 10v122q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69V88s0-20-17-15l-170 35s-13 2-13 18v203q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69"/><filter id="f"><feGaussianBlur stdDeviation="3"/><feComposite operator="out"/></filter><linearGradient id="d" x1=".78" x2=".29" y1=".92" y2=".6"><stop stop-color="#3ea7fc"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1=".75" x2=".93" y1=".16" y2=".59"><stop stop-color="#fd5b70"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><use fill="#915fff" x:href="#c"/><use fill="url(#d)" x:href="#c"/><use fill="url(#e)" x:href="#c"/><clipPath id="b"><use x:href="#c"/></clipPath><use filter="url(#f)" fill="#777" x:href="#c" clip-path="url(#b)"/></svg>
|
||||||
|
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 1006 B |
Reference in New Issue
Block a user