bluetooth not connected icon

bluetooth-not-connected from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bluetooth-not-connected
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the bluetooth not connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="m4 3.993l16 16.02"/><path stroke-linejoin="round" d="M12.01 7.98c0-1.128-.189-3.606.489-4.358c.84-.735 4.167 2.08 5.784 3.433c-.83.852-1.196 1.671-3.617 3.467M17.5 17.51c-2.84 2.061-4.017 3.288-4.871 2.925a.43.43 0 0 1-.202-.18c-.526-.886-.418-3.206-.418-4.284v-3.978l-7.031 4.713"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBluetoothNotConnected(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="m4 3.993l16 16.02"/><path strokeLinejoin="round" d="M12.01 7.98c0-1.128-.189-3.606.489-4.358c.84-.735 4.167 2.08 5.784 3.433c-.83.852-1.196 1.671-3.617 3.467M17.5 17.51c-2.84 2.061-4.017 3.288-4.871 2.925a.43.43 0 0 1-.202-.18c-.526-.886-.418-3.206-.418-4.284v-3.978l-7.031 4.713"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="m4 3.993l16 16.02"/><path stroke-linejoin="round" d="M12.01 7.98c0-1.128-.189-3.606.489-4.358c.84-.735 4.167 2.08 5.784 3.433c-.83.852-1.196 1.671-3.617 3.467M17.5 17.51c-2.84 2.061-4.017 3.288-4.871 2.925a.43.43 0 0 1-.202-.18c-.526-.886-.418-3.206-.418-4.284v-3.978l-7.031 4.713"/></g></svg>
</template>

CSS

.icon-bluetooth-not-connected {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m4%203.993l16%2016.02%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.01%207.98c0-1.128-.189-3.606.489-4.358c.84-.735%204.167%202.08%205.784%203.433c-.83.852-1.196%201.671-3.617%203.467M17.5%2017.51c-2.84%202.061-4.017%203.288-4.871%202.925a.43.43%200%200%201-.202-.18c-.526-.886-.418-3.206-.418-4.284v-3.978l-7.031%204.713%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m4%203.993l16%2016.02%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.01%207.98c0-1.128-.189-3.606.489-4.358c.84-.735%204.167%202.08%205.784%203.433c-.83.852-1.196%201.671-3.617%203.467M17.5%2017.51c-2.84%202.061-4.017%203.288-4.871%202.925a.43.43%200%200%201-.202-.18c-.526-.886-.418-3.206-.418-4.284v-3.978l-7.031%204.713%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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