mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-03-02 10:10:35 +00:00
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.9 KiB
XML
32 lines
2.9 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="dta-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="dta-b" cx="16" cy="15" r="15"/>
|
|
<filter id="dta-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="dta-e" d="M24.9630289,13.5121335 L24.9825047,13.5114363 L25,18.478849 L13.8229178,25 L10.8306185,23.3181551 L10.8306185,23.3196016 L10.8121947,23.3077998 L10.8113134,23.3073045 L8,21.5063945 L8,8.48376783 L11.0731396,6.67056075 L11.0794349,6.67429216 L13.7915469,5 L24.9420845,11.5629611 L24.9630289,13.5121335 Z M21.687569,16.6244407 L19.3492251,15.2853808 L11.5418929,19.8794884 L13.8337769,21.2420069 L21.687569,16.6244407 Z M18.82224,14.9836012 L14.0059904,12.225561 L13.9848009,17.9074694 L18.82224,14.9836012 Z M14.0082572,11.6177414 L21.7500976,16.1491638 L21.7500976,13.4438023 L14.0182826,8.92946552 L14.0082572,11.6177414 Z M10.8193015,22.5707109 L10.8487173,19.8582437 L10.8306185,19.8690359 L10.8306185,10.2969749 L8.48504205,8.89572061 L8.48504205,21.1762174 L10.8193015,22.5707109 Z M11.2348203,19.5696259 L13.5797935,18.1522659 L13.5797935,8.89572061 L11.2348203,10.2969749 L11.2348203,19.5696259 Z M14.1161148,21.6010821 L14.0690585,24.4367929 L24.5059087,18.3005411 L24.5366762,15.4814314 L14.1161148,21.6010821 Z M21.9093651,13.017093 L24.3375918,11.6305952 L13.8832464,5.52631579 L11.4773413,6.91773242 L21.9093651,13.017093 Z"/>
|
|
<filter id="dta-d" width="120.6%" height="117.5%" x="-10.3%" 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(#dta-a)" xlink:href="#dta-b"/>
|
|
<use fill="#74D269" xlink:href="#dta-b"/>
|
|
<use fill="url(#dta-c)" style="mix-blend-mode:soft-light" xlink:href="#dta-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#dta-d)" xlink:href="#dta-e"/>
|
|
<use fill="#FFF" fill-rule="evenodd" xlink:href="#dta-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|