media bluetooth on icon

media-bluetooth-on from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
media-bluetooth-on
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
media-bluetooth-on-outline, media-bluetooth-on-outline-sharp, media-bluetooth-on-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the media bluetooth on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.762 18.93q-.877-.876-.877-2.122q0-1.247.877-2.124q.877-.876 2.123-.876q.575 0 1.091.204q.516.205.909.615V4.192h4.884v2.539H9.885v10.077q0 1.246-.877 2.123t-2.123.877t-2.123-.877m11.815 1.877v-4.82l-2.943 2.943l-.58-.581l3.35-3.35l-3.4-3.35l.58-.58l2.943 2.942v-4.82h.33l3.259 3.258l-2.6 2.55l2.6 2.55l-3.208 3.258zm.765-1.647l1.612-1.611l-1.612-1.561zm0-5.15l1.612-1.561l-1.612-1.611z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMediaBluetoothOn(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="M4.762 18.93q-.877-.876-.877-2.122q0-1.247.877-2.124q.877-.876 2.123-.876q.575 0 1.091.204q.516.205.909.615V4.192h4.884v2.539H9.885v10.077q0 1.246-.877 2.123t-2.123.877t-2.123-.877m11.815 1.877v-4.82l-2.943 2.943l-.58-.581l3.35-3.35l-3.4-3.35l.58-.58l2.943 2.942v-4.82h.33l3.259 3.258l-2.6 2.55l2.6 2.55l-3.208 3.258zm.765-1.647l1.612-1.611l-1.612-1.561zm0-5.15l1.612-1.561l-1.612-1.611z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.762 18.93q-.877-.876-.877-2.122q0-1.247.877-2.124q.877-.876 2.123-.876q.575 0 1.091.204q.516.205.909.615V4.192h4.884v2.539H9.885v10.077q0 1.246-.877 2.123t-2.123.877t-2.123-.877m11.815 1.877v-4.82l-2.943 2.943l-.58-.581l3.35-3.35l-3.4-3.35l.58-.58l2.943 2.942v-4.82h.33l3.259 3.258l-2.6 2.55l2.6 2.55l-3.208 3.258zm.765-1.647l1.612-1.611l-1.612-1.561zm0-5.15l1.612-1.561l-1.612-1.611z"/></svg>
</template>

CSS

.icon-media-bluetooth-on {
  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%22M4.762%2018.93q-.877-.876-.877-2.122q0-1.247.877-2.124q.877-.876%202.123-.876q.575%200%201.091.204q.516.205.909.615V4.192h4.884v2.539H9.885v10.077q0%201.246-.877%202.123t-2.123.877t-2.123-.877m11.815%201.877v-4.82l-2.943%202.943l-.58-.581l3.35-3.35l-3.4-3.35l.58-.58l2.943%202.942v-4.82h.33l3.259%203.258l-2.6%202.55l2.6%202.55l-3.208%203.258zm.765-1.647l1.612-1.611l-1.612-1.561zm0-5.15l1.612-1.561l-1.612-1.611z%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%22M4.762%2018.93q-.877-.876-.877-2.122q0-1.247.877-2.124q.877-.876%202.123-.876q.575%200%201.091.204q.516.205.909.615V4.192h4.884v2.539H9.885v10.077q0%201.246-.877%202.123t-2.123.877t-2.123-.877m11.815%201.877v-4.82l-2.943%202.943l-.58-.581l3.35-3.35l-3.4-3.35l.58-.58l2.943%202.942v-4.82h.33l3.259%203.258l-2.6%202.55l2.6%202.55l-3.208%203.258zm.765-1.647l1.612-1.611l-1.612-1.561zm0-5.15l1.612-1.561l-1.612-1.611z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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