mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-15 03:56:06 +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.5 KiB
XML
32 lines
2.5 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="html-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="html-b" cx="16" cy="15" r="15"/>
|
|
<filter id="html-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="html-e" d="M16.0199557,15.9448402 L16.0199557,23.9375 L21.9667406,22.3359375 L23.3636364,6.9453125 L16.0199557,6.9453125 L16.0199557,13.4780996 L16.3235622,12.53125 L17.120086,12.53125 L16.0199557,15.9448402 Z M8.63636364,23.46875 L7,5.5 L25,5.5 L23.3636364,23.46875 L15.9800443,25.5 L8.63636364,23.46875 Z M13.7994054,16.6764859 L13.7994054,15.9345371 L11.3301814,14.9506484 L13.7994054,13.9613833 L13.7994054,13.2194344 L10.2727273,14.6522559 L10.2727273,15.2436644 L13.7994054,16.6764859 Z M21.7316847,15.2436644 L18.2050065,16.6764859 L18.2050065,15.9345371 L20.6742305,14.9479602 L18.2050065,13.9613833 L18.2050065,13.2194344 L21.7316847,14.6522559 L21.7316847,15.2436644 Z M16.0199557,15.9448402 L16.0199557,13.4780996 L14.703048,17.5851044 L15.491332,17.5851044 L16.0199557,15.9448402 Z"/>
|
|
<filter id="html-d" width="119.4%" height="117.5%" x="-9.7%" 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(#html-a)" xlink:href="#html-b"/>
|
|
<use fill="#CFA967" xlink:href="#html-b"/>
|
|
<use fill="url(#html-c)" style="mix-blend-mode:soft-light" xlink:href="#html-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#html-d)" xlink:href="#html-e"/>
|
|
<use fill="#FFF" fill-rule="evenodd" xlink:href="#html-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|