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.3 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="utk-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="utk-b" cx="16" cy="15" r="15"/>
<filter id="utk-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="utk-e" d="M14.3531764,21.2979461 L14.3531764,8.02771591 L10.5,8.02771591 L10.5,5 L21.5,5 L21.5,8.02771591 L17.6468236,8.02771591 L17.6468236,21.2979461 L14.3531764,21.2979461 Z M13.4662372,25 C11.4773434,25 10.5366504,24.0435536 10.5366504,22.0217768 L10.5366504,8.89631279 L13.4295869,8.89631279 L13.4295869,21.8881465 C13.4295869,22.2073744 13.5346513,22.3137837 13.8486228,22.3137837 L18.1880275,22.3137837 C18.5019991,22.3137837 18.6070635,22.2073744 18.6070635,21.8881465 L18.6070635,8.89631279 L21.5,8.89631279 L21.5,22.0217768 C21.5,24.0435536 20.5580853,25 18.5704131,25 L13.4662372,25 Z"/>
<filter id="utk-d" width="131.8%" height="117.5%" x="-15.9%" 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(#utk-a)" xlink:href="#utk-b"/>
<use fill="#30367A" xlink:href="#utk-b"/>
<use fill="url(#utk-c)" style="mix-blend-mode:soft-light" xlink:href="#utk-b"/>
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
<g fill-rule="nonzero">
<use fill="#000" filter="url(#utk-d)" xlink:href="#utk-e"/>
<use fill="#FFF" fill-rule="evenodd" xlink:href="#utk-e"/>
</g>
</g>
</svg>