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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
viewBox="-2.5 -2.5 77 33.8"
inkscape:export-xdpi="79"
inkscape:export-ydpi="79">
<metadata>
<rdf:RDF>
<dc:type>still image</dc:type>
<dc:format>image/svg+xml</dc:format>
<dc:title>Left flashlight icon</dc:title>
<dc:date>2024</dc:date>
<dc:source>https://git.savannah.gnu.org/cgit/gawk.git/tree/doc/lflashlight.eps</dc:source>
<dc:rights>
<dc:rightsHolder>Free Software Foundation, Inc.</dc:rightsHolder>
<dc:license>https://www.gnu.org/licenses/fdl.html</dc:license>
</dc:rights>
</rdf:RDF>
</metadata>
<style>
path, rect, ellipse {
fill:none;
stroke:#000;
stroke-width:1;
stroke-linecap:round;
}
</style>
<g>
<rect
x="0" y="7.2" width="28.8" height="14.4" />
<ellipse
cx="50.4" cy="14.4" rx="7.2" ry="14.4" />
<path
d="m 72,0 -14.4,7.2" />
<path
d="m 28.8,7.2 21.6,-7.2" />
<path
d="m 28.8,21.6 21.6,7.2" />
<path
d="m 57.6,14.4 h 14.4" />
<path
d="m 57.6,21.6 14.4,7.2" />
</g>
</svg>
|