mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-20 22:40:17 +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
37 lines
2.0 KiB
XML
37 lines
2.0 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="mod-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="mod-b" cx="16" cy="15" r="15"/>
|
|
<filter id="mod-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>
|
|
<filter id="mod-d" width="125%" height="119.4%" x="-12.5%" y="-6.9%" filterUnits="objectBoundingBox">
|
|
<feOffset dy=".5" in="SourceAlpha" result="shadowOffsetOuter1"/>
|
|
<feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation=".5"/>
|
|
<feColorMatrix in="shadowBlurOuter1" result="shadowMatrixOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.204257246 0"/>
|
|
<feMerge>
|
|
<feMergeNode in="shadowMatrixOuter1"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<g fill="none" fill-rule="evenodd">
|
|
<g fill-rule="nonzero">
|
|
<use fill="#000" filter="url(#mod-a)" xlink:href="#mod-b"/>
|
|
<use fill="#09547D" fill-rule="evenodd" xlink:href="#mod-b"/>
|
|
<use fill="url(#mod-c)" fill-rule="evenodd" style="mix-blend-mode:soft-light" xlink:href="#mod-b"/>
|
|
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
|
|
</g>
|
|
<g fill="#FFF" fill-rule="nonzero" filter="url(#mod-d)" transform="translate(9 6)">
|
|
<polygon points="13.985 14.007 13.985 1.08 7.673 7.529" opacity=".5"/>
|
|
<polygon points="0 0 .304 .312 8.771 8.987 0 17.985"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|