battery warning icon
battery-warning from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- battery-warning
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the battery warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 11h-1v-1c0-1.1-.9-2-2-2H14v2h10v3h3v6h-3v3H6v-5H4v5c0 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-2m-13 3c0-.13-.03-.27-.08-.39L8.89 3.55A1 1 0 0 0 8 3c-.38 0-.73.21-.89.55l-5 10a.99.99 0 0 0 .45 1.34c.14.07.29.11.45.11h10c.55 0 1-.45 1-1zm-9.38-1L8 6.24L11.38 13z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBatteryWarning(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 11h-1v-1c0-1.1-.9-2-2-2H14v2h10v3h3v6h-3v3H6v-5H4v5c0 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-2m-13 3c0-.13-.03-.27-.08-.39L8.89 3.55A1 1 0 0 0 8 3c-.38 0-.73.21-.89.55l-5 10a.99.99 0 0 0 .45 1.34c.14.07.29.11.45.11h10c.55 0 1-.45 1-1zm-9.38-1L8 6.24L11.38 13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 11h-1v-1c0-1.1-.9-2-2-2H14v2h10v3h3v6h-3v3H6v-5H4v5c0 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-2m-13 3c0-.13-.03-.27-.08-.39L8.89 3.55A1 1 0 0 0 8 3c-.38 0-.73.21-.89.55l-5 10a.99.99 0 0 0 .45 1.34c.14.07.29.11.45.11h10c.55 0 1-.45 1-1zm-9.38-1L8 6.24L11.38 13z"/></svg> </template>
CSS
.icon-battery-warning {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2011h-1v-1c0-1.1-.9-2-2-2H14v2h10v3h3v6h-3v3H6v-5H4v5c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2v-1h1c1.1%200%202-.9%202-2v-6c0-1.1-.9-2-2-2m-13%203c0-.13-.03-.27-.08-.39L8.89%203.55A1%201%200%200%200%208%203c-.38%200-.73.21-.89.55l-5%2010a.99.99%200%200%200%20.45%201.34c.14.07.29.11.45.11h10c.55%200%201-.45%201-1zm-9.38-1L8%206.24L11.38%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2011h-1v-1c0-1.1-.9-2-2-2H14v2h10v3h3v6h-3v3H6v-5H4v5c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2v-1h1c1.1%200%202-.9%202-2v-6c0-1.1-.9-2-2-2m-13%203c0-.13-.03-.27-.08-.39L8.89%203.55A1%201%200%200%200%208%203c-.38%200-.73.21-.89.55l-5%2010a.99.99%200%200%200%20.45%201.34c.14.07.29.11.45.11h10c.55%200%201-.45%201-1zm-9.38-1L8%206.24L11.38%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/battery-warning.svg?color=%231a73e8&size=48