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(-.38309 -.0029405 .0026572 -.35994 9.9419 78.191)">
<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(-.20002 .74561 -.70061 -.18773 141.11 55.231)">
<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="m9.9545 19.742a6.8942 6.892 0 1 1 10.74 1.251" stroke-linecap="round"/>
<path fill="none" stroke="url(#c)" stroke-width="5.5916" d="m10.83 11.425a6.8942 6.892 73.694 1 1 1.816 10.659"/>
</svg>
|