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
|
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
width="40"
height="40"
viewBox="0 0 40 40"
id="svg4145"
version="1.1"
sodipodi:docname="person.svg">
<defs
id="defs4147" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
showgrid="false"
units="px" />
<metadata
id="metadata4150">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1">
<path
style="fill:#008000;fill-opacity:1;stroke:#333333;stroke-width:1.89999998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 20.001953 3.6816406 L 18.871094 7.0722656 A 12.37437 12.37437 0 0 1 20.001953 7.0097656 A 12.37437 12.37437 0 0 1 21.130859 7.0664062 L 20.001953 3.6816406 z M 20 7.625 A 12.37437 12.37437 0 0 0 7.625 20 A 12.37437 12.37437 0 0 0 20 32.375 A 12.37437 12.37437 0 0 0 32.375 20 A 12.37437 12.37437 0 0 0 20 7.625 z "
id="background" />
<path
id="icon"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:FontAwesome;-inkscape-font-specification:'FontAwesome, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.4083333px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.287203,24.941349 q 0,1.070788 -0.618898,1.837041 -0.609072,0.766253 -1.473563,0.766253 l -8.389485,0 q -0.86449,0 -1.483387,-0.766253 -0.609073,-0.766253 -0.609073,-1.837041 0,-0.835019 0.07859,-1.571802 0.08841,-0.746605 0.31436,-1.49321 0.225946,-0.756429 0.569778,-1.286911 0.353655,-0.540308 0.923433,-0.874315 0.579601,-0.34383 1.326206,-0.34383 1.286913,1.25744 3.074835,1.25744 1.787923,0 3.074836,-1.25744 0.746605,0 1.316382,0.34383 0.579602,0.334007 0.923432,0.874315 0.353655,0.530482 0.579603,1.286911 0.225946,0.746605 0.304536,1.49321 0.08842,0.736783 0.08842,1.571802 z M 22.662237,13.565442 q 1.110084,1.10026 1.110084,2.662237 0,1.561977 -1.110084,2.672061 Q 21.561977,20 20,20 q -1.561977,0 -2.672062,-1.10026 -1.10026,-1.110084 -1.10026,-2.672061 0,-1.561977 1.10026,-2.662237 Q 18.438023,12.455357 20,12.455357 q 1.561977,0 2.662237,1.110085 z" />
</g>
</svg>
|