Battery Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battery Alt 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/322417.svg" alt="Battery Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322417.svg" alt="Battery Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322417.svg" alt="Battery Alt icon" :width="24" :height="24" />
CSS background
.icon-battery-alt {
background-image: url('https://proicons.com/icon/322417.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><g><path class="b" d="m20.505,4.5h6.67c.5523,0,1,.4477,1,1v3h4.63c1.1046,0,2,.8954,2,2v31c0,1.1046-.8954,2-2,2H15.195c-1.1046,0-2-.8954-2-2V10.5c0-1.1046.8954-2,2-2h4.31v-3c0-.5523.4477-1,1-1Z"/><line class="b" x1="19.505" y1="8.5" x2="28.175" y2="8.5"/></g><polyline class="b" points="25.8683 17.5 20 26 28 26 22.1317 34.5"/></svg>
Battery Alt in other icon packs
Copied!