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

Name
battery-error-rounded
Set
Material Symbols Light
Style
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-.348 0-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616v-.672q0-.349.23-.578t.577-.23h1.77q.348 0 .577.23t.23.578v.673h1.616q.348 0 .577.23q.23.23.23.577v6.948q0 .223-.13.413t-.347.295q-1.513.733-2.4 2.15t-.886 3.123q0 .466.064.922q.065.457.213.911q.117.348-.072.649t-.538.301zm9.52-2.075l-1.766 1.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14l1.745 1.765l1.766-1.765q.14-.14.341-.134t.347.153q.14.14.14.335t-.14.334l-1.74 1.765l1.74 1.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.335-.14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBatteryErrorRounded(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-.348 0-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616v-.672q0-.349.23-.578t.577-.23h1.77q.348 0 .577.23t.23.578v.673h1.616q.348 0 .577.23q.23.23.23.577v6.948q0 .223-.13.413t-.347.295q-1.513.733-2.4 2.15t-.886 3.123q0 .466.064.922q.065.457.213.911q.117.348-.072.649t-.538.301zm9.52-2.075l-1.766 1.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14l1.745 1.765l1.766-1.765q.14-.14.341-.134t.347.153q.14.14.14.335t-.14.334l-1.74 1.765l1.74 1.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.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-.348 0-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616v-.672q0-.349.23-.578t.577-.23h1.77q.348 0 .577.23t.23.578v.673h1.616q.348 0 .577.23q.23.23.23.577v6.948q0 .223-.13.413t-.347.295q-1.513.733-2.4 2.15t-.886 3.123q0 .466.064.922q.065.457.213.911q.117.348-.072.649t-.538.301zm9.52-2.075l-1.766 1.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14l1.745 1.765l1.766-1.765q.14-.14.341-.134t.347.153q.14.14.14.335t-.14.334l-1.74 1.765l1.74 1.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.335-.14z"/></svg>
</template>

CSS

.icon-battery-error-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-.348%200-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616v-.672q0-.349.23-.578t.577-.23h1.77q.348%200%20.577.23t.23.578v.673h1.616q.348%200%20.577.23q.23.23.23.577v6.948q0%20.223-.13.413t-.347.295q-1.513.733-2.4%202.15t-.886%203.123q0%20.466.064.922q.065.457.213.911q.117.348-.072.649t-.538.301zm9.52-2.075l-1.766%201.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14l1.745%201.765l1.766-1.765q.14-.14.341-.134t.347.153q.14.14.14.335t-.14.334l-1.74%201.765l1.74%201.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.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-.348%200-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616v-.672q0-.349.23-.578t.577-.23h1.77q.348%200%20.577.23t.23.578v.673h1.616q.348%200%20.577.23q.23.23.23.577v6.948q0%20.223-.13.413t-.347.295q-1.513.733-2.4%202.15t-.886%203.123q0%20.466.064.922q.065.457.213.911q.117.348-.072.649t-.538.301zm9.52-2.075l-1.766%201.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14l1.745%201.765l1.766-1.765q.14-.14.341-.134t.347.153q.14.14.14.335t-.14.334l-1.74%201.765l1.74%201.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.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-rounded.svg?color=%231a73e8&size=48