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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<?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="22"
height="22"
version="1.1"
sodipodi:docname="paint-none.svg"
viewBox="0 0 22 22">
<metadata
id="metadata30">
<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="namedview28"
showgrid="false" />
<defs
id="defs3">
<linearGradient
id="linearGradient11817"
inkscape:collect="always">
<stop
id="stop11819"
offset="0"
style="stop-color:black;stop-opacity:1;" />
<stop
id="stop11821"
offset="1"
style="stop-color:black;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient11528"
inkscape:collect="always">
<stop
id="stop11530"
offset="0"
style="stop-color:white;stop-opacity:1;" />
<stop
id="stop11532"
offset="1"
style="stop-color:white;stop-opacity:0.2360515" />
</linearGradient>
<radialGradient
cx="763"
cy="-3.6875"
fx="763"
fy="-3.6875"
gradientTransform="matrix(1,0,0,0.153409,0,-3.121804)"
gradientUnits="userSpaceOnUse"
id="radialGradient19937"
inkscape:collect="always"
r="11"
xlink:href="#linearGradient11817" />
<linearGradient
gradientUnits="userSpaceOnUse"
id="linearGradient19939"
inkscape:collect="always"
x1="69.1875"
x2="76.0625"
xlink:href="#linearGradient11528"
y1="234.1875"
y2="252.02119" />
</defs>
<g
id="fill_none"
style="display:inline"
transform="translate(-67,-233)">
<rect
height="22"
id="rect19807"
style="opacity:0.5;fill:#000000;fill-opacity:0;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
width="22"
x="67"
y="233" />
<path
d="m 755,-5.375 c -1.8518,0.357974 -3,0.845158 -3,1.375 0,1.104017 4.928,2 11,2 6.072,0 11,-0.895983 11,-2 0,-0.529842 -1.1482,-1.017026 -3,-1.375 V -4 h -16 z"
id="path19809"
inkscape:connector-curvature="0"
style="opacity:0.5;fill:url(#radialGradient19937);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="translate(-685,256)" />
<path
d="m 69.49997,235.5 h 16.99999 v 17 H 69.49997 Z"
id="path19811"
inkscape:connector-curvature="0"
style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
d="m 70.5,236.4998 h 15.00001 v 15.0001 H 70.5 Z"
id="path19813"
inkscape:connector-curvature="0"
style="fill:none;fill-opacity:1;stroke:url(#linearGradient19939);stroke-width:0.99999928;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
d="M 73.25003,248.7501 82.75,239.2499"
id="path19815"
inkscape:connector-curvature="0"
style="fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:#cc0000;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
</g>
</svg>
|