Battery Empty Icon
Free SVG icon from the Mage Icons 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/309977.svg" alt="Battery Empty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309977.svg" alt="Battery Empty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309977.svg" alt="Battery Empty icon" :width="24" :height="24" />
CSS background
.icon-battery-empty {
background-image: url('https://proicons.com/icon/309977.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="M17.89 8.66999V15.32C17.89 16.2624 17.5163 17.1664 16.8508 17.8338C16.1854 18.5011 15.2824 18.8773 14.34 18.88H5.55994C4.61658 18.8774 3.71271 18.5014 3.04565 17.8344C2.3786 17.1673 2.00264 16.2634 2 15.32V8.66999C2.00265 7.72755 2.37892 6.82463 3.04626 6.15916C3.71361 5.49369 4.6175 5.11999 5.55994 5.12H14.34C15.2815 5.12 16.1845 5.49401 16.8502 6.15977C17.516 6.82552 17.89 7.72847 17.89 8.66999Z" fill="black"/> <path d="M20.23 15.84H19.6899C19.491 15.84 19.3003 15.761 19.1597 15.6203C19.019 15.4797 18.9399 15.2889 18.9399 15.09C18.9399 14.8911 19.019 14.7003 19.1597 14.5597C19.3003 14.419 19.491 14.34 19.6899 14.34H20.23C20.3014 14.3395 20.3698 14.3107 20.42 14.26C20.469 14.2046 20.4972 14.1339 20.5 14.06V9.94998C20.499 9.87571 20.4706 9.80445 20.42 9.74998C20.3698 9.69924 20.3014 9.67047 20.23 9.66998H19.6899C19.491 9.66998 19.3003 9.59097 19.1597 9.45032C19.019 9.30967 18.9399 9.1189 18.9399 8.91998C18.9399 8.72107 19.019 8.53031 19.1597 8.38966C19.3003 8.249 19.491 8.16998 19.6899 8.16998H20.23C20.7003 8.17263 21.1505 8.36133 21.4822 8.69485C21.8138 9.02838 22 9.47962 22 9.94998V14.11C22.0009 14.344 21.9555 14.5758 21.8662 14.792C21.777 15.0083 21.6456 15.2048 21.48 15.37C21.1395 15.682 20.6917 15.8504 20.23 15.84Z" fill="black"/> </svg>
Battery Empty in other icon packs
Copied!