mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-27 01:38:50 +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.7 KiB
XML
32 lines
2.7 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="gbx-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="gbx-b" cx="16" cy="15" r="15"/>
|
|
<filter id="gbx-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="gbx-e" d="M15.6985697,10.0061376 L15.6985697,12.0667278 L10.9981003,12.0667278 C10.3888703,12.0667278 9.63787871,12.2796931 9.07922952,12.6762822 C8.38617471,13.1682868 7.9997051,13.9046154 7.9997051,15.0030688 C7.9997051,16.1015222 8.38617471,16.8378507 9.07922952,17.3298554 C9.63787871,17.7264445 10.3888703,17.9394098 10.9981003,17.9394098 L12.9989679,17.9394098 L12.9989679,20 L10.9981003,20 C10.0040051,20 8.85789006,19.674986 7.94473893,19.0267334 C6.71720673,18.1552994 6,16.7888276 6,15.0030688 C6,13.21731 6.71720673,11.8508382 7.94473893,10.9794042 C8.85789006,10.3311515 10.0040051,10.0061376 10.9981003,10.0061376 L15.6985697,10.0061376 Z M10.699307,16.1879081 L10.699307,14.127318 L15.6998851,14.127318 L15.6998851,20 L13.70018,20 L13.70018,16.1879081 L10.699307,16.1879081 Z M18.9980832,12.0605902 L18.9980832,10 L26,10 L26,20 L16.9983781,20 L16.9983781,12.0667278 L18.9980832,12.0667278 L18.9980832,17.9394098 L24.0002949,17.9394098 L24.0002949,12.0605902 L18.9980832,12.0605902 Z"/>
|
|
<filter id="gbx-d" width="117.5%" height="135%" x="-8.8%" 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(#gbx-a)" xlink:href="#gbx-b"/>
|
|
<use fill="#1666AF" xlink:href="#gbx-b"/>
|
|
<use fill="url(#gbx-c)" style="mix-blend-mode:soft-light" xlink:href="#gbx-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#gbx-d)" xlink:href="#gbx-e"/>
|
|
<use fill="#FFF" fill-rule="evenodd" xlink:href="#gbx-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|