bluetooth off icon
bluetooth-off from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- bluetooth-off
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the bluetooth off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 26.59L5.41 4L4 5.41L14.59 16L7 23.59L8.41 25L15 18.41V29a1 1 0 0 0 .58.91A1.1 1.1 0 0 0 16 30a1 1 0 0 0 .65-.24l6.3-5.4L26.59 28Zm-11 .24v-8.42l4.53 4.53Zm0-14.08V5.17l4.53 3.89l-4.11 4.11l1.41 1.41l4.88-4.87A1 1 0 0 0 24 9a1 1 0 0 0-.35-.72l-7-6a1 1 0 0 0-1.07-.15A1 1 0 0 0 15 3v7.75Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBluetoothOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 26.59L5.41 4L4 5.41L14.59 16L7 23.59L8.41 25L15 18.41V29a1 1 0 0 0 .58.91A1.1 1.1 0 0 0 16 30a1 1 0 0 0 .65-.24l6.3-5.4L26.59 28Zm-11 .24v-8.42l4.53 4.53Zm0-14.08V5.17l4.53 3.89l-4.11 4.11l1.41 1.41l4.88-4.87A1 1 0 0 0 24 9a1 1 0 0 0-.35-.72l-7-6a1 1 0 0 0-1.07-.15A1 1 0 0 0 15 3v7.75Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 26.59L5.41 4L4 5.41L14.59 16L7 23.59L8.41 25L15 18.41V29a1 1 0 0 0 .58.91A1.1 1.1 0 0 0 16 30a1 1 0 0 0 .65-.24l6.3-5.4L26.59 28Zm-11 .24v-8.42l4.53 4.53Zm0-14.08V5.17l4.53 3.89l-4.11 4.11l1.41 1.41l4.88-4.87A1 1 0 0 0 24 9a1 1 0 0 0-.35-.72l-7-6a1 1 0 0 0-1.07-.15A1 1 0 0 0 15 3v7.75Z"/></svg> </template>
CSS
.icon-bluetooth-off {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2026.59L5.41%204L4%205.41L14.59%2016L7%2023.59L8.41%2025L15%2018.41V29a1%201%200%200%200%20.58.91A1.1%201.1%200%200%200%2016%2030a1%201%200%200%200%20.65-.24l6.3-5.4L26.59%2028Zm-11%20.24v-8.42l4.53%204.53Zm0-14.08V5.17l4.53%203.89l-4.11%204.11l1.41%201.41l4.88-4.87A1%201%200%200%200%2024%209a1%201%200%200%200-.35-.72l-7-6a1%201%200%200%200-1.07-.15A1%201%200%200%200%2015%203v7.75Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2026.59L5.41%204L4%205.41L14.59%2016L7%2023.59L8.41%2025L15%2018.41V29a1%201%200%200%200%20.58.91A1.1%201.1%200%200%200%2016%2030a1%201%200%200%200%20.65-.24l6.3-5.4L26.59%2028Zm-11%20.24v-8.42l4.53%204.53Zm0-14.08V5.17l4.53%203.89l-4.11%204.11l1.41%201.41l4.88-4.87A1%201%200%200%200%2024%209a1%201%200%200%200-.35-.72l-7-6a1%201%200%200%200-1.07-.15A1%201%200%200%200%2015%203v7.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/bluetooth-off.svg?color=%231a73e8&size=48