Battery Charging Icon
Free SVG icon from the Mage 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/310539.svg" alt="Battery Charging icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310539.svg" alt="Battery Charging icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310539.svg" alt="Battery Charging icon" :width="24" :height="24" />
CSS background
.icon-battery-charging {
background-image: url('https://proicons.com/icon/310539.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.3331 5.86926H5.55584C4.00622 5.86926 2.75 7.12548 2.75 8.6751V15.3248C2.75 16.8744 4.00622 18.1307 5.55584 18.1307H14.3331C15.8827 18.1307 17.1389 16.8744 17.1389 15.3248V8.6751C17.1389 7.12548 15.8827 5.86926 14.3331 5.86926Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.6878 15.0885H20.2222C20.4948 15.0885 20.7562 14.9802 20.949 14.7875C21.1417 14.5947 21.25 14.3333 21.25 14.0607V9.94959C21.25 9.67701 21.1417 9.41559 20.949 9.22284C20.7562 9.0301 20.4948 8.92181 20.2222 8.92181H19.6878" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.9722 8.91663L7.88889 12H12L8.91667 15.0833" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Battery Charging in other icon packs
Copied!