mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-02-05 22:23:53 +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.3 KiB
XML
32 lines
2.3 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="via-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="via-b" cx="16" cy="15" r="15"/>
|
|
<filter id="via-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="via-e" d="M11.1334795,13.296082 L8.00519699,13.296082 L8.00519699,11.577485 L10.4751325,11.577485 L8.57864569,6.62675839 L10.1437663,6 L13.6937973,15.2672584 L18.2950586,15.2963498 L21.8562337,6 L23.4213543,6.62675839 L21.5248675,11.577485 L23.994803,11.577485 L23.994803,13.296082 L20.8665205,13.296082 L20.0959115,15.3077356 L24,15.3324191 L23.989606,17.0509832 L19.4391425,17.022213 L16,26 L12.5441581,16.9786196 L8,16.9498893 L8.01039397,15.2313252 L11.8842,15.2558173 L11.1334795,13.296082 Z M14.3537553,16.9900608 L16,21.2875373 L17.6382897,17.0108272 L14.3537553,16.9900608 Z"/>
|
|
<filter id="via-d" width="121.9%" height="117.5%" x="-10.9%" 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(#via-a)" xlink:href="#via-b"/>
|
|
<use fill="#565656" xlink:href="#via-b"/>
|
|
<use fill="url(#via-c)" style="mix-blend-mode:soft-light" xlink:href="#via-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#via-d)" xlink:href="#via-e"/>
|
|
<use fill="#FFF" fill-rule="evenodd" xlink:href="#via-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|