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
|
<?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"
height="32"
width="32"
version="1.1"
id="svg7705">
<metadata
id="metadata7711">
<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>
<defs
id="defs7709">
<linearGradient
id="linearGradient8266">
<stop
id="stop8268"
offset="0"
style="stop-color:#664747;stop-opacity:1" />
<stop
id="stop8270"
offset="1"
style="stop-color:#2c1c1c;stop-opacity:1" />
</linearGradient>
<radialGradient
gradientUnits="userSpaceOnUse"
r="8.5"
fy="15.5"
fx="16.5"
cy="15.5"
cx="16.5"
id="radialGradient8272"
xlink:href="#linearGradient8266" />
<filter
height="1.24"
y="-0.12"
width="1.24"
x="-0.12"
id="filter8314">
<feGaussianBlur
id="feGaussianBlur8316"
stdDeviation="0.85" />
</filter>
</defs>
<g
id="layer15">
<path
transform="translate(-0.5,0.5)"
d="m 25,15.5 a 8.5,8.5 0 1 1 -17,0 8.5,8.5 0 1 1 17,0 z"
id="path8264"
style="fill:url(#radialGradient8272);fill-opacity:1;stroke:none;filter:url(#filter8314)" />
</g>
</svg>
|