39 lines
1003 B
XML
39 lines
1003 B
XML
|
<svg width="330" height="330" xmlns="http://www.w3.org/2000/svg">
|
||
|
<metadata>
|
||
|
<title>Empty Battery Icon</title>
|
||
|
<description>Empty Battery Icon. More at git.candifloss.cc</description>
|
||
|
<keywords>battery, empty</keywords>
|
||
|
<subject>Empty battery</subject>
|
||
|
<creator>candifloss.cc</creator>
|
||
|
<author>Candifloss</author>
|
||
|
<copyright>© 2024 Candifloss (candifloss.cc)</copyright>
|
||
|
<license>CC BY 4.0 License</license>
|
||
|
</metadata>
|
||
|
|
||
|
<!-- Main rounded rectangle -->
|
||
|
<rect
|
||
|
x="83"
|
||
|
y="48"
|
||
|
width="164"
|
||
|
height="264"
|
||
|
rx="30"
|
||
|
ry="30"
|
||
|
fill="none"
|
||
|
stroke="black"
|
||
|
stroke-width="36"
|
||
|
/>
|
||
|
|
||
|
<!-- Top small rectangle with fill (battery terminal) -->
|
||
|
<rect
|
||
|
x="135"
|
||
|
y="10"
|
||
|
width="60"
|
||
|
height="28"
|
||
|
rx="10"
|
||
|
ry="10"
|
||
|
fill="black"
|
||
|
stroke="black"
|
||
|
stroke-width="20"
|
||
|
/>
|
||
|
</svg>
|