Battery Empty Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Battery Empty 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/304986.svg" alt="Battery Empty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304986.svg" alt="Battery Empty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304986.svg" alt="Battery Empty icon" :width="24" :height="24" />
CSS background
.icon-battery-empty {
background-image: url('https://proicons.com/icon/304986.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 11v267z"/></svg>
Battery Empty in other icon packs
Copied!