cjdowner 2d208d4f46 25 Mar 2018 2
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
2018-03-25 19:13:48 +01:00

32 lines
1.8 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="xvc-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="xvc-b" cx="16" cy="15" r="15"/>
<filter id="xvc-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>
<polygon id="xvc-e" points="10.118 9.743 8 9.743 9.664 7 13.798 7 13.798 17.717 21.714 7 26 7 14.857 23 10.118 23"/>
<filter id="xvc-d" width="116.7%" height="118.8%" x="-8.3%" y="-9.4%" filterUnits="objectBoundingBox">
<feOffset 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(#xvc-a)" xlink:href="#xvc-b"/>
<use fill="#B50126" xlink:href="#xvc-b"/>
<use fill="url(#xvc-c)" style="mix-blend-mode:soft-light" xlink:href="#xvc-b"/>
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
<g>
<use fill="#000" filter="url(#xvc-d)" xlink:href="#xvc-e"/>
<use fill="#FFF" xlink:href="#xvc-e"/>
</g>
</g>
</svg>