Battery Half Icon
Free SVG icon from the Carbon Icons 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/317104.svg" alt="Battery Half icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317104.svg" alt="Battery Half icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317104.svg" alt="Battery Half icon" :width="24" :height="24" />
CSS background
.icon-battery-half {
background-image: url('https://proicons.com/icon/317104.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" viewBox="0 0 32 32"><defs><style>.cls-1{fill:#000000;}.cls-2{fill:none;}</style></defs><title>battery--half-full</title><path class="cls-1" d="M24,24H6a2,2,0,0,1-2-2V10A2,2,0,0,1,6,8H24a2,2,0,0,1,2,2v1h1a2,2,0,0,1,2,2v6a2,2,0,0,1-2,2H26v1A2,2,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"/><rect class="cls-1" x="8" y="12" width="8" height="8" transform="translate(28 4) rotate(90)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Battery Half in other icon packs
Copied!