battery error icon

battery-error from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
battery-error
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 error 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-2h-7v2h7v3h3v6h-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-2M9 15c3.31 0 6-2.69 6-6s-2.69-6-6-6s-6 2.69-6 6s2.69 6 6 6M9 5c2.21 0 4 1.79 4 4c0 .71-.2 1.41-.57 2.02L6.98 5.57A4 4 0 0 1 9 5M5.57 6.98l5.45 5.45A4 4 0 0 1 9 13c-2.21 0-4-1.79-4-4c0-.71.2-1.41.57-2.02"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBatteryError(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-2h-7v2h7v3h3v6h-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-2M9 15c3.31 0 6-2.69 6-6s-2.69-6-6-6s-6 2.69-6 6s2.69 6 6 6M9 5c2.21 0 4 1.79 4 4c0 .71-.2 1.41-.57 2.02L6.98 5.57A4 4 0 0 1 9 5M5.57 6.98l5.45 5.45A4 4 0 0 1 9 13c-2.21 0-4-1.79-4-4c0-.71.2-1.41.57-2.02"/></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-2h-7v2h7v3h3v6h-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-2M9 15c3.31 0 6-2.69 6-6s-2.69-6-6-6s-6 2.69-6 6s2.69 6 6 6M9 5c2.21 0 4 1.79 4 4c0 .71-.2 1.41-.57 2.02L6.98 5.57A4 4 0 0 1 9 5M5.57 6.98l5.45 5.45A4 4 0 0 1 9 13c-2.21 0-4-1.79-4-4c0-.71.2-1.41.57-2.02"/></svg>
</template>

CSS

.icon-battery-error {
  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-2h-7v2h7v3h3v6h-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-2M9%2015c3.31%200%206-2.69%206-6s-2.69-6-6-6s-6%202.69-6%206s2.69%206%206%206M9%205c2.21%200%204%201.79%204%204c0%20.71-.2%201.41-.57%202.02L6.98%205.57A4%204%200%200%201%209%205M5.57%206.98l5.45%205.45A4%204%200%200%201%209%2013c-2.21%200-4-1.79-4-4c0-.71.2-1.41.57-2.02%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-2h-7v2h7v3h3v6h-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-2M9%2015c3.31%200%206-2.69%206-6s-2.69-6-6-6s-6%202.69-6%206s2.69%206%206%206M9%205c2.21%200%204%201.79%204%204c0%20.71-.2%201.41-.57%202.02L6.98%205.57A4%204%200%200%201%209%205M5.57%206.98l5.45%205.45A4%204%200%200%201%209%2013c-2.21%200-4-1.79-4-4c0-.71.2-1.41.57-2.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/battery-error.svg?color=%231a73e8&size=48