bluetooth disabled icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the bluetooth disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l-4.2-4.2L12 22h-1v-7.6L6.4 19L5 17.6l4.9-4.9l-8.5-8.5l1.4-1.4l18.4 18.4zM13 18.15L14.15 17L13 15.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13 5.85v4.35l-2-2V2h1l5.7 5.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBluetoothDisabled(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="m19.8 22.6l-4.2-4.2L12 22h-1v-7.6L6.4 19L5 17.6l4.9-4.9l-8.5-8.5l1.4-1.4l18.4 18.4zM13 18.15L14.15 17L13 15.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13 5.85v4.35l-2-2V2h1l5.7 5.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l-4.2-4.2L12 22h-1v-7.6L6.4 19L5 17.6l4.9-4.9l-8.5-8.5l1.4-1.4l18.4 18.4zM13 18.15L14.15 17L13 15.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13 5.85v4.35l-2-2V2h1l5.7 5.7z"/></svg>
</template>

CSS

.icon-bluetooth-disabled {
  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%22m19.8%2022.6l-4.2-4.2L12%2022h-1v-7.6L6.4%2019L5%2017.6l4.9-4.9l-8.5-8.5l1.4-1.4l18.4%2018.4zM13%2018.15L14.15%2017L13%2015.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13%205.85v4.35l-2-2V2h1l5.7%205.7z%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%22m19.8%2022.6l-4.2-4.2L12%2022h-1v-7.6L6.4%2019L5%2017.6l4.9-4.9l-8.5-8.5l1.4-1.4l18.4%2018.4zM13%2018.15L14.15%2017L13%2015.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13%205.85v4.35l-2-2V2h1l5.7%205.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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