Battery Full Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Battery Full 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/317103.svg" alt="Battery Full icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317103.svg" alt="Battery Full icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317103.svg" alt="Battery Full icon" :width="24" :height="24" />
CSS background
.icon-battery-full {
background-image: url('https://proicons.com/icon/317103.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--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="11" y="9" width="8" height="14" transform="translate(31 1) rotate(90)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Battery Full in other icon packs
Copied!