battery-error-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
battery-error-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the battery error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.692 21q-.343 0-.575-.232t-.233-.576V5.288q0-.343.233-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116 3h1.769q.343 0 .575.232t.232.576v.673h1.62q.344 0 .574.232t.23.575v7.52q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V5.462H8.885V20h3.788q.213 0 .356.144t.144.357t-.144.356t-.356.143zm9.52-2.075l-1.766 1.74q-.14.14-.332.134q-.191-.007-.34-.153q-.137-.134-.137-.34q0-.208.14-.348l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.347-.14q.208 0 .342.14l1.745 1.765l1.766-1.765q.14-.14.341-.134t.35.156q.138.137.138.332t-.14.334l-1.741 1.765l1.74 1.766q.14.14.134.341t-.156.35q-.137.138-.331.138t-.335-.14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBatteryErrorOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.692 21q-.343 0-.575-.232t-.233-.576V5.288q0-.343.233-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116 3h1.769q.343 0 .575.232t.232.576v.673h1.62q.344 0 .574.232t.23.575v7.52q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V5.462H8.885V20h3.788q.213 0 .356.144t.144.357t-.144.356t-.356.143zm9.52-2.075l-1.766 1.74q-.14.14-.332.134q-.191-.007-.34-.153q-.137-.134-.137-.34q0-.208.14-.348l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.347-.14q.208 0 .342.14l1.745 1.765l1.766-1.765q.14-.14.341-.134t.35.156q.138.137.138.332t-.14.334l-1.741 1.765l1.74 1.766q.14.14.134.341t-.156.35q-.137.138-.331.138t-.335-.14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.692 21q-.343 0-.575-.232t-.233-.576V5.288q0-.343.233-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116 3h1.769q.343 0 .575.232t.232.576v.673h1.62q.344 0 .574.232t.23.575v7.52q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V5.462H8.885V20h3.788q.213 0 .356.144t.144.357t-.144.356t-.356.143zm9.52-2.075l-1.766 1.74q-.14.14-.332.134q-.191-.007-.34-.153q-.137-.134-.137-.34q0-.208.14-.348l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.347-.14q.208 0 .342.14l1.745 1.765l1.766-1.765q.14-.14.341-.134t.35.156q.138.137.138.332t-.14.334l-1.741 1.765l1.74 1.766q.14.14.134.341t-.156.35q-.137.138-.331.138t-.335-.14z"/></svg>
</template>

CSS

.icon-battery-error-outline-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.692%2021q-.343%200-.575-.232t-.233-.576V5.288q0-.343.233-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116%203h1.769q.343%200%20.575.232t.232.576v.673h1.62q.344%200%20.574.232t.23.575v7.52q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356V5.462H8.885V20h3.788q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm9.52-2.075l-1.766%201.74q-.14.14-.332.134q-.191-.007-.34-.153q-.137-.134-.137-.34q0-.208.14-.348l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.347-.14q.208%200%20.342.14l1.745%201.765l1.766-1.765q.14-.14.341-.134t.35.156q.138.137.138.332t-.14.334l-1.741%201.765l1.74%201.766q.14.14.134.341t-.156.35q-.137.138-.331.138t-.335-.14z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.692%2021q-.343%200-.575-.232t-.233-.576V5.288q0-.343.233-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116%203h1.769q.343%200%20.575.232t.232.576v.673h1.62q.344%200%20.574.232t.23.575v7.52q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356V5.462H8.885V20h3.788q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm9.52-2.075l-1.766%201.74q-.14.14-.332.134q-.191-.007-.34-.153q-.137-.134-.137-.34q0-.208.14-.348l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.347-.14q.208%200%20.342.14l1.745%201.765l1.766-1.765q.14-.14.341-.134t.35.156q.138.137.138.332t-.14.334l-1.741%201.765l1.74%201.766q.14.14.134.341t-.156.35q-.137.138-.331.138t-.335-.14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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