Battery Error Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Battery Error icon is commonly used in device status bars, IoT dashboards and form validation. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/317102.svg" alt="Battery Error icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317102.svg" alt="Battery Error icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317102.svg" alt="Battery Error icon" :width="24" :height="24" />
CSS background
.icon-battery-error {
background-image: url('https://proicons.com/icon/317102.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M27,11h-1v-1c0-1.1-.9-2-2-2h-7v2h7v3h3v6h-3v3H6v-5h-2v5c0,1.1.9,2,2,2h18c1.1,0,2-.9,2-2v-1h1c1.1,0,2-.9,2-2v-6c0-1.1-.9-2-2-2ZM9,15c3.31,0,6-2.69,6-6s-2.69-6-6-6-6,2.69-6,6,2.69,6,6,6ZM9,5c2.21,0,4,1.79,4,4,0,.71-.2,1.41-.57,2.02l-5.45-5.45c.61-.37,1.31-.56,2.02-.57ZM5.57,6.98l5.45,5.45c-.61.37-1.31.56-2.02.57-2.21,0-4-1.79-4-4,0-.71.2-1.41.57-2.02Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!