bluetooth disabled icon

bluetooth-disabled-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
bluetooth-disabled-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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="m16.5 17.56l4.22 4.22a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06l8.56 8.56l-4.516 3.839a.75.75 0 1 0 .972 1.143l3.764-3.2v7.628a.75.75 0 0 0 1.28.53zm-3.594-3.593L15.44 16.5l-2.94 2.94v-5.818zm4.33-5.646l-3.099 2.634l-1.064-1.064l2.572-2.186L12.5 4.561v4.757l-1.5-1.5V2.75a.75.75 0 0 1 1.28-.53l5 5a.75.75 0 0 1-.044 1.101"/></svg>

React

import type { SVGProps } from "react";

export function FluentBluetoothDisabled24Regular(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="m16.5 17.56l4.22 4.22a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06l8.56 8.56l-4.516 3.839a.75.75 0 1 0 .972 1.143l3.764-3.2v7.628a.75.75 0 0 0 1.28.53zm-3.594-3.593L15.44 16.5l-2.94 2.94v-5.818zm4.33-5.646l-3.099 2.634l-1.064-1.064l2.572-2.186L12.5 4.561v4.757l-1.5-1.5V2.75a.75.75 0 0 1 1.28-.53l5 5a.75.75 0 0 1-.044 1.101"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.5 17.56l4.22 4.22a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06l8.56 8.56l-4.516 3.839a.75.75 0 1 0 .972 1.143l3.764-3.2v7.628a.75.75 0 0 0 1.28.53zm-3.594-3.593L15.44 16.5l-2.94 2.94v-5.818zm4.33-5.646l-3.099 2.634l-1.064-1.064l2.572-2.186L12.5 4.561v4.757l-1.5-1.5V2.75a.75.75 0 0 1 1.28-.53l5 5a.75.75 0 0 1-.044 1.101"/></svg>
</template>

CSS

.icon-bluetooth-disabled-24-regular {
  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%22m16.5%2017.56l4.22%204.22a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%201%200-1.06%201.06l8.56%208.56l-4.516%203.839a.75.75%200%201%200%20.972%201.143l3.764-3.2v7.628a.75.75%200%200%200%201.28.53zm-3.594-3.593L15.44%2016.5l-2.94%202.94v-5.818zm4.33-5.646l-3.099%202.634l-1.064-1.064l2.572-2.186L12.5%204.561v4.757l-1.5-1.5V2.75a.75.75%200%200%201%201.28-.53l5%205a.75.75%200%200%201-.044%201.101%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%22m16.5%2017.56l4.22%204.22a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%201%200-1.06%201.06l8.56%208.56l-4.516%203.839a.75.75%200%201%200%20.972%201.143l3.764-3.2v7.628a.75.75%200%200%200%201.28.53zm-3.594-3.593L15.44%2016.5l-2.94%202.94v-5.818zm4.33-5.646l-3.099%202.634l-1.064-1.064l2.572-2.186L12.5%204.561v4.757l-1.5-1.5V2.75a.75.75%200%200%201%201.28-.53l5%205a.75.75%200%200%201-.044%201.101%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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