Battery Low Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Battery Low 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/317105.svg" alt="Battery Low icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317105.svg" alt="Battery Low icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317105.svg" alt="Battery Low icon" :width="24" :height="24" />
CSS background
.icon-battery-low {
background-image: url('https://proicons.com/icon/317105.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:#000000;}.cls-2{fill:none;}</style></defs><title>battery--low</title><path class="cls-1" d="M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"/><rect class="cls-1" x="5" y="15" width="8" height="2" transform="translate(25 7) rotate(90)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Battery Low in other icon packs
Copied!