blob: c9237d74089124e4e96acdc9f3964078e7dcd096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -45.2288 45.2288 0 204.915 46.6774)" gradientUnits="userSpaceOnUse">
<stop stop-color="#252525" offset="0"/>
<stop stop-color="#4f4f4f" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(0 -30.3009 30.3009 0 387.611 40.1793)" gradientUnits="userSpaceOnUse">
<stop stop-color="#c7c7c7" offset="0"/>
<stop stop-color="#fff" offset="1"/>
</linearGradient>
<g fill-rule="nonzero">
<path d="m24 1.236c-12.572 0-22.764 10.192-22.764 22.764s10.192 22.764 22.764 22.764 22.764-10.192 22.764-22.764-10.192-22.764-22.764-22.764z" fill="url(#a)"/>
<path d="m24 7.74c-8.92 0-16.26 7.34-16.26 16.26s7.34 16.26 16.26 16.26 16.26-7.34 16.26-16.26-7.34-16.26-16.26-16.26zm-4.878 8.13 13.008 8.13-13.008 8.13z" fill="url(#b)"/>
</g>
</svg>
|