mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-14 19:44:30 +00:00
2d208d4f46
Re-exported SVG `icon` variant. - I noticed on cryptoicons.co that due to the compression methods on my SVG exports for the icon variant, the blend modes that are used in the gradient, shadows, and inner border to achieve the effects weren’t rendering. I’ve now re-exported all the coins so they should be looking the same as their bitmap variants
32 lines
2.4 KiB
XML
32 lines
2.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="xpm-c" x1="50%" x2="50%" y1="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#FFF" stop-opacity=".5"/>
|
|
<stop offset="100%" stop-opacity=".5"/>
|
|
</linearGradient>
|
|
<circle id="xpm-b" cx="16" cy="15" r="15"/>
|
|
<filter id="xpm-a" width="111.7%" height="111.7%" x="-5.8%" y="-4.2%" filterUnits="objectBoundingBox">
|
|
<feOffset dy=".5" in="SourceAlpha" result="shadowOffsetOuter1"/>
|
|
<feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation=".5"/>
|
|
<feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/>
|
|
<feColorMatrix in="shadowBlurOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.199473505 0"/>
|
|
</filter>
|
|
<path id="xpm-e" d="M24,14.5618211 C24,18.9852502 20.5742529,20.4889753 17.6906127,20.4889753 L17.6906127,21.6421673 L19.9154845,21.6421673 L19.9154845,23.2039885 L17.6906127,23.2039885 L17.6906127,25 L14.2114398,25 L14.2114398,23.2039885 L12.0842137,23.2039885 L12.0842137,21.6421673 L14.2066103,21.6421673 L14.2066103,20.474376 C13.2843344,20.474376 8,20.2552364 8,14.2406372 L8,7 L11.4547238,7 L11.4547238,14.5181738 C11.4547238,17.6568669 14.2212496,17.6275179 14.2212496,17.6275179 L14.2212496,7 L17.6906127,7 L17.6906127,17.6275179 C17.6906127,17.6275179 20.5451253,17.7879594 20.5451253,14.4745265 L20.5451253,7 L24,7 L24,14.5618211 Z"/>
|
|
<filter id="xpm-d" width="121.9%" height="119.4%" x="-10.9%" y="-6.9%" filterUnits="objectBoundingBox">
|
|
<feOffset dy=".5" in="SourceAlpha" result="shadowOffsetOuter1"/>
|
|
<feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation=".5"/>
|
|
<feColorMatrix in="shadowBlurOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.204257246 0"/>
|
|
</filter>
|
|
</defs>
|
|
<g fill="none" fill-rule="evenodd">
|
|
<use fill="#000" filter="url(#xpm-a)" xlink:href="#xpm-b"/>
|
|
<use fill="#FFD81B" xlink:href="#xpm-b"/>
|
|
<use fill="url(#xpm-c)" style="mix-blend-mode:soft-light" xlink:href="#xpm-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#xpm-d)" xlink:href="#xpm-e"/>
|
|
<use fill="#FFF" fill-rule="evenodd" xlink:href="#xpm-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|