Battery Half Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Battery Half 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/304988.svg" alt="Battery Half icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304988.svg" alt="Battery Half icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304988.svg" alt="Battery Half icon" :width="24" :height="24" />
CSS background
.icon-battery-half {
background-image: url('https://proicons.com/icon/304988.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 11v267zm-185-30c-34-69-69-138-103-207-3-6-7-6-13-6H323c-3 1-5 2-4 3 0 1 1 2 1 2 35 70 69 139 104 209 3 5 7 6 12 6h163c1 0 3 0 5-1 2 0 4-1 3-3 0-1-1-2-1-3zM283 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 Half in other icon packs
Copied!