Battery Low Icon
Free SVG icon from the IcoFont 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/304989.svg" alt="Battery Low icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304989.svg" alt="Battery Low icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304989.svg" alt="Battery Low icon" :width="24" :height="24" />
CSS background
.icon-battery-low {
background-image: url('https://proicons.com/icon/304989.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M926 427h-50c-6 0-11-5-11-11V292c0-6-5-11-11-11H74c-6 0-11 5-11 11v415c0 6 5 11 11 11h780c7 0 12-5 12-11V584c0-6 5-12 11-12h49c6 0 11-5 11-11V438c1-6-5-11-11-11zM791 633c0 7-5 12-11 12H146c-6 0-11-5-11-12V366c0-6 5-11 11-11h634c6 0 11 5 11 11v267zM283 396c-1-3-7-6-10-6h-98c-2 1-3 6-3 12v196c0 6 5 11 11 11h195c6 0 10-1 10-3 0-1-1-2-1-3-35-69-69-138-104-207z"/></svg>
Battery Low in other icon packs
Copied!