bluetooth disabled icon

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

Name
bluetooth-disabled-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
bluetooth-disabled-outline-rounded

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="m11 14.4l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.2-4.2l-7.8-7.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-3.5-3.5l-2.9 2.9q-.15.15-.325.225T12 21.6q-.4 0-.7-.288t-.3-.737zm2 3.75L14.15 17L13 15.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13 5.85v4.35l-2-2V3.425q0-.45.3-.737T12 2.4q.2 0 .375.075t.325.225L17 7q.15.15.213.325t.062.375t-.062.375T17 8.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBluetoothDisabledRounded(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="m11 14.4l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.2-4.2l-7.8-7.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-3.5-3.5l-2.9 2.9q-.15.15-.325.225T12 21.6q-.4 0-.7-.288t-.3-.737zm2 3.75L14.15 17L13 15.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13 5.85v4.35l-2-2V3.425q0-.45.3-.737T12 2.4q.2 0 .375.075t.325.225L17 7q.15.15.213.325t.062.375t-.062.375T17 8.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11 14.4l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.2-4.2l-7.8-7.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-3.5-3.5l-2.9 2.9q-.15.15-.325.225T12 21.6q-.4 0-.7-.288t-.3-.737zm2 3.75L14.15 17L13 15.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13 5.85v4.35l-2-2V3.425q0-.45.3-.737T12 2.4q.2 0 .375.075t.325.225L17 7q.15.15.213.325t.062.375t-.062.375T17 8.4z"/></svg>
</template>

CSS

.icon-bluetooth-disabled-rounded {
  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%22m11%2014.4l-3.9%203.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.2-4.2l-7.8-7.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-3.5-3.5l-2.9%202.9q-.15.15-.325.225T12%2021.6q-.4%200-.7-.288t-.3-.737zm2%203.75L14.15%2017L13%2015.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13%205.85v4.35l-2-2V3.425q0-.45.3-.737T12%202.4q.2%200%20.375.075t.325.225L17%207q.15.15.213.325t.062.375t-.062.375T17%208.4z%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%22m11%2014.4l-3.9%203.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.2-4.2l-7.8-7.8q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-3.5-3.5l-2.9%202.9q-.15.15-.325.225T12%2021.6q-.4%200-.7-.288t-.3-.737zm2%203.75L14.15%2017L13%2015.85zm1.1-6.85l-1.4-1.4l2.2-2.2L13%205.85v4.35l-2-2V3.425q0-.45.3-.737T12%202.4q.2%200%20.375.075t.325.225L17%207q.15.15.213.325t.062.375t-.062.375T17%208.4z%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-rounded.svg?color=%231a73e8&size=48