battery charging wireless alert icon

battery-charging-wireless-alert from Material Design Icons by Pictogrammers · Filled · Alert / Error · Apache-2.0 Free for personal and commercial use.

Name
battery-charging-wireless-alert
Set
Material Design Icons
Style
Filled
Category
Alert / Error
Viewbox
24×24
License
Apache 2.0
Aliases
battery-charging-wireless-warning

More alert / error icons from Material Design Icons

Use the battery charging wireless alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4h-2V2H5v2H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1M9 18H7v-2h2zm0-4H7V8h2zm11.1-9.1l-1.4 1.4c3.1 3.1 3.1 8.2 0 11.3l1.4 1.4c3.9-3.8 3.9-10.2 0-14.1m-2.9 2.9l-1.4 1.4c1.6 1.6 1.6 4.1 0 5.7l1.4 1.4c2.4-2.4 2.4-6.2 0-8.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiBatteryChargingWirelessAlert(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="M13 4h-2V2H5v2H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1M9 18H7v-2h2zm0-4H7V8h2zm11.1-9.1l-1.4 1.4c3.1 3.1 3.1 8.2 0 11.3l1.4 1.4c3.9-3.8 3.9-10.2 0-14.1m-2.9 2.9l-1.4 1.4c1.6 1.6 1.6 4.1 0 5.7l1.4 1.4c2.4-2.4 2.4-6.2 0-8.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4h-2V2H5v2H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1M9 18H7v-2h2zm0-4H7V8h2zm11.1-9.1l-1.4 1.4c3.1 3.1 3.1 8.2 0 11.3l1.4 1.4c3.9-3.8 3.9-10.2 0-14.1m-2.9 2.9l-1.4 1.4c1.6 1.6 1.6 4.1 0 5.7l1.4 1.4c2.4-2.4 2.4-6.2 0-8.5"/></svg>
</template>

CSS

.icon-battery-charging-wireless-alert {
  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%22M13%204h-2V2H5v2H3c-.6%200-1%20.4-1%201v16c0%20.6.4%201%201%201h10c.6%200%201-.4%201-1V5c0-.6-.4-1-1-1M9%2018H7v-2h2zm0-4H7V8h2zm11.1-9.1l-1.4%201.4c3.1%203.1%203.1%208.2%200%2011.3l1.4%201.4c3.9-3.8%203.9-10.2%200-14.1m-2.9%202.9l-1.4%201.4c1.6%201.6%201.6%204.1%200%205.7l1.4%201.4c2.4-2.4%202.4-6.2%200-8.5%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%22M13%204h-2V2H5v2H3c-.6%200-1%20.4-1%201v16c0%20.6.4%201%201%201h10c.6%200%201-.4%201-1V5c0-.6-.4-1-1-1M9%2018H7v-2h2zm0-4H7V8h2zm11.1-9.1l-1.4%201.4c3.1%203.1%203.1%208.2%200%2011.3l1.4%201.4c3.9-3.8%203.9-10.2%200-14.1m-2.9%202.9l-1.4%201.4c1.6%201.6%201.6%204.1%200%205.7l1.4%201.4c2.4-2.4%202.4-6.2%200-8.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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