mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-28 10:14:44 +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.0 KiB
XML
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="neos-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="neos-b" cx="16" cy="15" r="15"/>
|
|
<filter id="neos-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="neos-e" d="M10.5,8.35820896 L18.6428571,13.2835821 L18.6428571,16.380597 L12.9285714,12.9477612 L12.9285714,25 L10.5,25 L10.5,8.35820896 Z M21.5,21.641791 L13.3571429,16.7164179 L13.3571429,13.619403 L19.0714286,17.0522388 L19.0714286,5 L21.5,5 L21.5,21.641791 Z"/>
|
|
<filter id="neos-d" width="131.8%" height="117.5%" x="-15.9%" y="-6.3%" 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(#neos-a)" xlink:href="#neos-b"/>
|
|
<use fill="#E5F300" xlink:href="#neos-b"/>
|
|
<use fill="url(#neos-c)" style="mix-blend-mode:soft-light" xlink:href="#neos-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
<g>
|
|
<use fill="#000" filter="url(#neos-d)" xlink:href="#neos-e"/>
|
|
<use fill="#FFF" xlink:href="#neos-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|