1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 32 32">
<defs>
<radialGradient id="a" cx="304.94" cy="22.665" r="10.046" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5437 0 0 1.5437 -454.72 -16.47)">
<stop offset="0"/>
<stop offset=".33333"/>
<stop stop-color="#313131" offset="1"/>
</radialGradient>
<radialGradient id="c" cx=".053942" cy="189.15" r="27.33" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.0029405 -.38309 .35994 .0026572 -46.239 10.093)">
<stop stop-color="#bebebe" stop-opacity="0" offset="0"/>
<stop stop-color="#fff" stop-opacity="0" offset=".31861"/>
<stop stop-color="#fff" stop-opacity=".42857" offset=".75052"/>
<stop stop-color="#fff" offset="1"/>
</radialGradient>
<radialGradient id="b" cx="-.067823" cy="188.52" r="27.33" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-.74561 -.20002 .18773 -.70061 -23.279 141.26)">
<stop stop-color="#fff" stop-opacity="0" offset="0"/>
<stop stop-color="#fff" stop-opacity=".15429" offset=".31861"/>
<stop stop-color="#fff" stop-opacity=".33714" offset=".54270"/>
<stop stop-color="#fff" offset="1"/>
</radialGradient>
</defs>
<path fill="url(#a)" stroke="#fff" stroke-width="3.355" d="m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z" display="block"/>
<path fill="none" stroke="url(#b)" stroke-width="5.5916" d="m12.21 10.105a6.892 6.8942 0 1 1 -1.251 10.74" stroke-linecap="round"/>
<path fill="none" stroke="url(#c)" stroke-width="5.5916" d="m20.527 10.981a6.892 6.8942 73.694 1 1 -10.659 1.816"/>
</svg>
|