Battery Level Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battery Level icon is commonly used in device status bars and IoT dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/322420.svg" alt="Battery Level icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322420.svg" alt="Battery Level icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322420.svg" alt="Battery Level icon" :width="24" :height="24" />
CSS background
.icon-battery-level {
background-image: url('https://proicons.com/icon/322420.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M21.8,4.5h4.1c.7,0,1.1,.4,1.1,1.1v1.9h6.8c1.2,0,2.2,1,2.2,2.2v30.6c0,1.2-1,2.2-2.2,2.2H14.2c-1.2,0-2.2-1-2.2-2.2V9.7c0-1.2,1-2.2,2.2-2.2h6.4v-1.9c.1-.7,.6-1.1,1.2-1.1Z"/><line class="b" x1="19" y1="7.5" x2="28.7" y2="7.5"/></svg>
Copied!