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
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="tzc-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="tzc-b" cx="16" cy="15" r="15"/>
<filter id="tzc-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="tzc-e" d="M17.7,14.4 L17.7,21.9981394 C17.9035136,21.9488761 18.1036505,21.8909662 18.3,21.8248205 L18.3,24.7342264 C17.5615453,24.9080418 16.7915116,25 16,25 C15.420499,25 14.8525109,24.9507071 14.3,24.8560855 L14.3,14.4 L10.8,14.4 L10.8,11.6 L21.2,11.6 L21.2,14.4 L17.7,14.4 Z M19.1,24.5102072 L19.1,21.5003165 C21.5248137,20.3418444 23.2,17.8665525 23.2,15 C23.2,11.0235498 19.9764502,7.8 16,7.8 C12.0235498,7.8 8.8,11.0235498 8.8,15 C8.8,17.8665525 10.4751863,20.3418444 12.8999996,21.5003163 L12.9,24.5102072 C8.89462468,23.2054633 6,19.4407696 6,15 C6,9.4771525 10.4771525,5 16,5 C21.5228475,5 26,9.4771525 26,15 C26,19.4407696 23.1053753,23.2054633 19.1,24.5102072 Z"/>
<filter id="tzc-d" width="117.5%" height="117.5%" x="-8.8%" y="-6.2%" 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(#tzc-a)" xlink:href="#tzc-b"/>
<use fill="#374851" xlink:href="#tzc-b"/>
<use fill="url(#tzc-c)" style="mix-blend-mode:soft-light" xlink:href="#tzc-b"/>
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
<g>
<use fill="#000" filter="url(#tzc-d)" xlink:href="#tzc-e"/>
<use fill="#FFF" xlink:href="#tzc-e"/>
</g>
</g>
</svg>