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
34 lines
2.3 KiB
XML
34 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="lend-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="lend-b" cx="16" cy="15" r="15"/>
|
|
<filter id="lend-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="lend-e" d="M17.1474104,19.4457978 L11.6972112,25 L10.1434263,23.2947625 L13.9203187,19.4457978 L10,15.4506699 L11.6733068,13.7454324 L17.1474104,19.4457978 Z M20.3266932,16.2545676 L22,14.5493301 L18.0796813,10.5542022 L21.8565737,6.70523752 L20.3027888,5 L14.8286853,10.5542022 L20.3266932,16.2545676 Z M12.3665339,13.0876979 L17.8645418,18.7880633 L19.5378486,17.0828258 L14.0398406,11.4799026 L12.3665339,13.0876979 Z"/>
|
|
<filter id="lend-d" width="129.2%" height="117.5%" x="-14.6%" 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">
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#lend-a)" xlink:href="#lend-b"/>
|
|
<use fill="#0FA9C9" fill-rule="evenodd" xlink:href="#lend-b"/>
|
|
<use fill="url(#lend-c)" fill-rule="evenodd" style="mix-blend-mode:soft-light" xlink:href="#lend-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
</g>
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#lend-d)" xlink:href="#lend-e"/>
|
|
<use fill="#FFF" fill-rule="evenodd" xlink:href="#lend-e"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|