Battery Low Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Battery Low 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/309980.svg" alt="Battery Low icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309980.svg" alt="Battery Low icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309980.svg" alt="Battery Low icon" :width="24" :height="24" />
CSS background
.icon-battery-low {
background-image: url('https://proicons.com/icon/309980.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.325 5.12H5.54498C4.60346 5.12 3.70048 5.49401 3.03473 6.15977C2.36897 6.82552 1.99506 7.72848 1.99506 8.67V15.32C1.99505 16.2624 2.36865 17.1664 3.03412 17.8338C3.69959 18.5011 4.60255 18.8773 5.54498 18.88H14.325C15.2684 18.8774 16.1724 18.5014 16.8394 17.8344C17.5065 17.1673 17.8823 16.2634 17.8849 15.32V8.67999C17.8849 7.73582 17.51 6.83033 16.8423 6.1627C16.1747 5.49507 15.2692 5.12 14.325 5.12ZM7.85504 14.06C7.85504 14.3252 7.74961 14.5796 7.56207 14.7671C7.37454 14.9546 7.12026 15.06 6.85504 15.06C6.58983 15.06 6.33542 14.9546 6.14789 14.7671C5.96035 14.5796 5.85504 14.3252 5.85504 14.06V9.95999C5.85504 9.69478 5.96035 9.44043 6.14789 9.25289C6.33542 9.06536 6.58983 8.95999 6.85504 8.95999C7.12026 8.95999 7.37454 9.06536 7.56207 9.25289C7.74961 9.44043 7.85504 9.69478 7.85504 9.95999V14.06Z" fill="black"/> <path d="M20.215 15.85H19.685C19.4861 15.85 19.2954 15.771 19.1547 15.6303C19.0141 15.4897 18.935 15.2989 18.935 15.1C18.935 14.9011 19.0141 14.7103 19.1547 14.5697C19.2954 14.429 19.4861 14.35 19.685 14.35H20.225C20.2965 14.3495 20.3647 14.3207 20.415 14.27C20.4427 14.2444 20.4649 14.2135 20.4804 14.1792C20.4959 14.1448 20.5042 14.1077 20.5049 14.07V9.95999C20.5061 9.92201 20.4987 9.88426 20.4831 9.8496C20.4675 9.81495 20.4442 9.7843 20.415 9.75999C20.3647 9.70925 20.2965 9.68048 20.225 9.67999H19.685C19.4861 9.67999 19.2954 9.60098 19.1547 9.46033C19.0141 9.31967 18.935 9.12891 18.935 8.92999C18.935 8.73108 19.0141 8.54032 19.1547 8.39967C19.2954 8.25901 19.4861 8.17999 19.685 8.17999H20.225C20.6971 8.17999 21.1499 8.36753 21.4837 8.70135C21.8175 9.03516 22.0049 9.48791 22.0049 9.95999V14.12C22.0049 14.5921 21.8175 15.0448 21.4837 15.3786C21.1499 15.7125 20.6971 15.9 20.225 15.9L20.215 15.85Z" fill="black"/> </svg>
Battery Low in other icon packs
Copied!