cjdowner 2d208d4f46 25 Mar 2018 2
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
2018-03-25 19:13:48 +01:00

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="tnt-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="tnt-b" cx="16" cy="15" r="15"/>
<filter id="tnt-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="tnt-e" d="M13.890625,20.5025869 L14.046875,24 C14.046875,24 15.921875,23.6820534 17.875,24 L18.03125,20.5025869 L13.890625,20.5025869 Z M11.625,17.8000405 C11.625,17.8000405 17.09375,17.3231205 20.296875,17.8000405 L20.609375,13.9846807 C17.5669124,13.7487421 14.5112126,13.7487421 11.46875,13.9846807 L11.625,17.8000405 Z M26,7.94369453 C26,7.94369453 15.53125,5.71806802 6,8.10266785 L6.703125,12.4744342 L7.5625,10.8052143 C7.5625,10.8052143 16.546875,9.45394108 24.59375,10.8052143 L25.375,12.4744342 L26,7.94369453 Z"/>
<filter id="tnt-d" width="117.5%" height="120.6%" x="-8.8%" y="-7.4%" 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(#tnt-a)" xlink:href="#tnt-b"/>
<use fill="#FF4081" fill-rule="evenodd" xlink:href="#tnt-b"/>
<use fill="url(#tnt-c)" fill-rule="evenodd" style="mix-blend-mode:soft-light" xlink:href="#tnt-b"/>
<circle cx="16" cy="15" r="14.5" stroke="#000" stroke-opacity=".097"/>
</g>
<g fill-rule="nonzero">
<use fill="#000" filter="url(#tnt-d)" xlink:href="#tnt-e"/>
<use fill="#FFF" fill-rule="evenodd" xlink:href="#tnt-e"/>
</g>
</g>
</svg>