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(.19409 -.33030 .31039 .18227 -34.94 -20.188)">
<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(-.54571 -.54603 .51288 -.51288 -80.638 104.88)">
<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="m15.672 9.0471a6.892 6.8942 30 1 1 -6.4531 8.6759" stroke-linecap="round"/>
<path fill="none" stroke="url(#c)" stroke-width="5.5916" d="m22.437 13.964a6.8942 6.892 13.694 1 1 -10.139 -3.757"/>
</svg>
|