mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-12 18:44:13 +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="xdn-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="xdn-b" cx="16" cy="15" r="15"/>
|
|
<filter id="xdn-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="xdn-e" d="M13.3090129,11 L16.0472103,11 C17.3690987,11 19.7296137,11.8028085 19.7296137,15 C19.7296137,18.1971915 17.3690987,19 16.0472103,19 L13.3090129,19 L13.3090129,11 Z M14.8197425,17.3797468 L15.9527897,17.3797468 C16.8969957,17.3797468 18.0300429,16.8022152 18.0300429,15 C18.0300429,13.1977848 16.8969957,12.6202532 15.9527897,12.6202532 L14.8197425,12.6202532 L14.8197425,17.3797468 Z M20.7682403,11 L21.3347639,11 L26.4334764,18.025641 L26.4334764,11 L27,11 L27,19 L26.4334764,19 L21.3347639,12.1282051 L21.3347639,19 L20.7682403,19 L20.7682403,11 Z M5,11 L6.88841202,11 L6.88841202,13 L5,13 L5,11 Z M7.83261803,11 L9.72103004,11 L9.72103004,13 L7.83261803,13 L7.83261803,11 Z M10.6652361,11 L12.5536481,11 L12.5536481,13 L10.6652361,13 L10.6652361,11 Z M10.6652361,14 L12.5536481,14 L12.5536481,16 L10.6652361,16 L10.6652361,14 Z M10.6652361,17 L12.5536481,17 L12.5536481,19 L10.6652361,19 L10.6652361,17 Z M7.83261803,14 L9.72103004,14 L9.72103004,16 L7.83261803,16 L7.83261803,14 Z"/>
|
|
<filter id="xdn-d" width="115.9%" height="143.8%" x="-8%" y="-15.6%" 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(#xdn-a)" xlink:href="#xdn-b"/>
|
|
<use fill="#4F7AA2" xlink:href="#xdn-b"/>
|
|
<use fill="url(#xdn-c)" style="mix-blend-mode:soft-light" xlink:href="#xdn-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#xdn-d)" xlink:href="#xdn-e"/>
|
|
<use fill="#FFF" fill-rule="evenodd" xlink:href="#xdn-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|