Battery Warning Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Battery Warning 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/317107.svg" alt="Battery Warning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317107.svg" alt="Battery Warning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317107.svg" alt="Battery Warning icon" :width="24" :height="24" />
CSS background
.icon-battery-warning {
background-image: url('https://proicons.com/icon/317107.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-10v2h10v3h3v6h-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-2ZM14,14c0-.13-.03-.27-.08-.39L8.89,3.55c-.17-.34-.52-.55-.89-.55-.38,0-.73.21-.89.55L2.11,13.55c-.25.49-.05,1.1.45,1.34.14.07.29.11.45.11h10c.55,0,1-.45,1-1h-.01ZM4.62,13l3.38-6.76,3.38,6.76h-6.76Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Battery Warning in other icon packs
Copied!