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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg1"
width="24"
height="24"
version="1.1"
sodipodi:docname="draw-spiral.svg"
viewBox="0 0 24 24">
<metadata
id="metadata25">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="480"
id="namedview23"
showgrid="false" />
<defs
id="defs3">
<radialGradient
cx="25.125"
cy="44.8125"
fx="25.125"
fy="44.8125"
gradientTransform="matrix(1,0,0,0.157407,0,37.75868)"
gradientUnits="userSpaceOnUse"
id="radialGradient16321"
inkscape:collect="always"
r="20.25"
xlink:href="#linearGradient2195" />
<linearGradient
id="linearGradient2195">
<stop
id="stop2197"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop2199"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
</defs>
<g
id="draw_spiral"
style="display:inline"
transform="translate(-1152,-608)">
<rect
height="24"
id="rect11399"
style="display:inline;opacity:0.24267782;fill:#000000;fill-opacity:0;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
width="24"
x="1152"
y="608" />
<ellipse
cx="25.125"
cy="44.8125"
id="path16307"
rx="20.25"
ry="3.1875"
style="display:block;overflow:visible;visibility:visible;opacity:0.18333327;fill:url(#radialGradient16321);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
transform="matrix(0.555978,0,0,0.941176,1149.773,586.8235)" />
<path
d="m 1163.022,621.3659 c 0.984,1.1265 -0.786,2.2314 -1.699,2.1125 -1.991,-0.2595 -2.73,-2.5804 -2.132,-4.3061 0.793,-2.2875 3.477,-3.1315 5.923,-2.3117 2.463,0.8252 3.663,4.9463 2.463,7.4389 -1.673,3.4771 -5.326,5.1529 -8.882,3.5637 -4.186,-1.8704 -5.82,-7.0293 -3.935,-11.121 2.16,-4.6894 7.939,-6.5065 12.509,-4.3258 5.138,2.4521 7.118,8.8749 4.671,13.9398 -0.289,0.5983 -0.633,1.1697 -1.025,1.7052"
id="path16309"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssssssc"
style="fill:none;fill-rule:evenodd;stroke:#555753;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 1163.022,621.3659 c 0.984,1.1265 -0.786,2.2314 -1.699,2.1125 -1.991,-0.2595 -2.73,-2.5804 -2.132,-4.3061 0.793,-2.2875 3.477,-3.1315 5.923,-2.3117 2.463,0.8252 3.663,4.9463 2.463,7.4389 -1.673,3.4771 -5.326,5.1529 -8.882,3.5637 -4.186,-1.8704 -5.82,-7.0293 -3.935,-11.121 2.16,-4.6894 7.939,-6.5065 12.509,-4.3258 5.138,2.4521 7.118,8.8749 4.671,13.9398 -0.289,0.5983 -0.633,1.1697 -1.025,1.7052"
id="path16311"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssssssc"
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.39999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>
|