battery alert bluetooth icon

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

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

More alert / error icons from Material Design Icons

Use the battery alert bluetooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 2v2H3.3C2.6 4 2 4.6 2 5.3v15.3c0 .8.6 1.4 1.3 1.4h9.3c.7 0 1.3-.6 1.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3H11V2zm14 6v3.8l-2.3-2.3l-.7.7l2.8 2.8l-2.8 2.8l.7.7l2.3-2.3V18h.5l2.9-2.9l-2.2-2.1l2.1-2.1L19.5 8zM7 8h2v6H7m13-4.1l.9.9l-.9 1zm0 4.3l.9.9l-.9 1zM7 16h2v2H7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBatteryAlertBluetooth(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="M5 2v2H3.3C2.6 4 2 4.6 2 5.3v15.3c0 .8.6 1.4 1.3 1.4h9.3c.7 0 1.3-.6 1.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3H11V2zm14 6v3.8l-2.3-2.3l-.7.7l2.8 2.8l-2.8 2.8l.7.7l2.3-2.3V18h.5l2.9-2.9l-2.2-2.1l2.1-2.1L19.5 8zM7 8h2v6H7m13-4.1l.9.9l-.9 1zm0 4.3l.9.9l-.9 1zM7 16h2v2H7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 2v2H3.3C2.6 4 2 4.6 2 5.3v15.3c0 .8.6 1.4 1.3 1.4h9.3c.7 0 1.3-.6 1.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3H11V2zm14 6v3.8l-2.3-2.3l-.7.7l2.8 2.8l-2.8 2.8l.7.7l2.3-2.3V18h.5l2.9-2.9l-2.2-2.1l2.1-2.1L19.5 8zM7 8h2v6H7m13-4.1l.9.9l-.9 1zm0 4.3l.9.9l-.9 1zM7 16h2v2H7z"/></svg>
</template>

CSS

.icon-battery-alert-bluetooth {
  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%22M5%202v2H3.3C2.6%204%202%204.6%202%205.3v15.3c0%20.8.6%201.4%201.3%201.4h9.3c.7%200%201.3-.6%201.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3H11V2zm14%206v3.8l-2.3-2.3l-.7.7l2.8%202.8l-2.8%202.8l.7.7l2.3-2.3V18h.5l2.9-2.9l-2.2-2.1l2.1-2.1L19.5%208zM7%208h2v6H7m13-4.1l.9.9l-.9%201zm0%204.3l.9.9l-.9%201zM7%2016h2v2H7z%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%22M5%202v2H3.3C2.6%204%202%204.6%202%205.3v15.3c0%20.8.6%201.4%201.3%201.4h9.3c.7%200%201.3-.6%201.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3H11V2zm14%206v3.8l-2.3-2.3l-.7.7l2.8%202.8l-2.8%202.8l.7.7l2.3-2.3V18h.5l2.9-2.9l-2.2-2.1l2.1-2.1L19.5%208zM7%208h2v6H7m13-4.1l.9.9l-.9%201zm0%204.3l.9.9l-.9%201zM7%2016h2v2H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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