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:
Jude Gibbons
2019-03-20 12:35:36 +00:00
committed by Terence Eden
parent 39484d0dd2
commit 65d8ed49af
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ aria-label="Apple Music" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
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