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.0 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="dgd-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="dgd-b" cx="16" cy="15" r="15"/>
<filter id="dgd-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="dgd-e" d="M12.5,10 L12.5,13 L5.5,13 L5.5,10 L12.5,10 Z M13.5,10 L15.5,10 L15.5,20 L5.5,20 L5.5,14 L13.5,14 L13.5,10 Z M7.5,16 L7.5,18 L13.5,18 L13.5,16 L7.5,16 Z M26.5,12 L18.5,12 L18.5,18 L24.5,18 L24.5,16 L20.5,16 L20.5,14 L26.5,14 L26.5,20 L16.5,20 L16.5,10 L26.5,10 L26.5,12 Z"/>
<filter id="dgd-d" width="116.7%" height="135%" x="-8.3%" y="-12.5%" 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(#dgd-a)" xlink:href="#dgd-b"/>
<use fill="#F4D029" xlink:href="#dgd-b"/>
<use fill="url(#dgd-c)" style="mix-blend-mode:soft-light" xlink:href="#dgd-b"/>
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
<g>
<use fill="#000" filter="url(#dgd-d)" xlink:href="#dgd-e"/>
<use fill="#FFF" xlink:href="#dgd-e"/>
</g>
</g>
</svg>