Battery Charging Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Battery Charging 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/317100.svg" alt="Battery Charging icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317100.svg" alt="Battery Charging icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317100.svg" alt="Battery Charging icon" :width="24" :height="24" />
CSS background
.icon-battery-charging {
background-image: url('https://proicons.com/icon/317100.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--charging</title><path class="cls-1" d="M27,11H26V10a2,2,0,0,0-2-2H20v2h4v3h3v6H24v3H19v2h5a2,2,0,0,0,2-2V21h1a2,2,0,0,0,2-2V13A2,2,0,0,0,27,11Z"/><path class="cls-1" d="M11,22H6V10h6V8H6a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h5Z"/><polygon points="14.81 23.58 13.19 22.42 17.06 17 9.37 17 16.22 8.38 17.78 9.62 13.51 15 20.94 15 14.81 23.58"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Battery Charging in other icon packs
Copied!