round bluetooth disabled icon

round-bluetooth-disabled from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-bluetooth-disabled
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round 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.29 17.89L6.11 4.7A.996.996 0 1 0 4.7 6.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71l3.59-3.59l1.59 1.59c.39.39 1.02.39 1.41 0c.38-.39.38-1.03-.01-1.41m-6.29.28v-3.76l1.88 1.88zm0-12.34l1.88 1.88l-1.47 1.47l1.41 1.41L17 8.42c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v3.36l2 2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBluetoothDisabled(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.29 17.89L6.11 4.7A.996.996 0 1 0 4.7 6.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71l3.59-3.59l1.59 1.59c.39.39 1.02.39 1.41 0c.38-.39.38-1.03-.01-1.41m-6.29.28v-3.76l1.88 1.88zm0-12.34l1.88 1.88l-1.47 1.47l1.41 1.41L17 8.42c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v3.36l2 2z"/></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.29 17.89L6.11 4.7A.996.996 0 1 0 4.7 6.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71l3.59-3.59l1.59 1.59c.39.39 1.02.39 1.41 0c.38-.39.38-1.03-.01-1.41m-6.29.28v-3.76l1.88 1.88zm0-12.34l1.88 1.88l-1.47 1.47l1.41 1.41L17 8.42c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v3.36l2 2z"/></svg>
</template>

CSS

.icon-round-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.29%2017.89L6.11%204.7A.996.996%200%201%200%204.7%206.11L10.59%2012L5.7%2016.89a.996.996%200%201%200%201.41%201.41L11%2014.41v6.18c0%20.89%201.08%201.34%201.71.71l3.59-3.59l1.59%201.59c.39.39%201.02.39%201.41%200c.38-.39.38-1.03-.01-1.41m-6.29.28v-3.76l1.88%201.88zm0-12.34l1.88%201.88l-1.47%201.47l1.41%201.41L17%208.42c.39-.39.39-1.02%200-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v3.36l2%202z%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.29%2017.89L6.11%204.7A.996.996%200%201%200%204.7%206.11L10.59%2012L5.7%2016.89a.996.996%200%201%200%201.41%201.41L11%2014.41v6.18c0%20.89%201.08%201.34%201.71.71l3.59-3.59l1.59%201.59c.39.39%201.02.39%201.41%200c.38-.39.38-1.03-.01-1.41m-6.29.28v-3.76l1.88%201.88zm0-12.34l1.88%201.88l-1.47%201.47l1.41%201.41L17%208.42c.39-.39.39-1.02%200-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v3.36l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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