bluetooth slash icon

bluetooth-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
bluetooth-slash
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the bluetooth slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.92 210.62l-160-176a8 8 0 0 0-11.84 10.76l70.84 77.93L59.2 169.6a8 8 0 1 0 9.6 12.8L120 144v80a8 8 0 0 0 12.8 6.4l50.83-38.12l26.45 29.1a8 8 0 1 0 11.84-10.76M136 208v-64l11.73 8.8l25.08 27.59ZM120 71.63V32a8 8 0 0 1 12.8-6.4l64 48a8 8 0 0 1 0 12.8l-33.53 25.15a8 8 0 0 1-9.6-12.8l25-18.75L136 48v23.63a8 8 0 0 1-16 0"/></svg>

React

import type { SVGProps } from "react";

export function PhBluetoothSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.92 210.62l-160-176a8 8 0 0 0-11.84 10.76l70.84 77.93L59.2 169.6a8 8 0 1 0 9.6 12.8L120 144v80a8 8 0 0 0 12.8 6.4l50.83-38.12l26.45 29.1a8 8 0 1 0 11.84-10.76M136 208v-64l11.73 8.8l25.08 27.59ZM120 71.63V32a8 8 0 0 1 12.8-6.4l64 48a8 8 0 0 1 0 12.8l-33.53 25.15a8 8 0 0 1-9.6-12.8l25-18.75L136 48v23.63a8 8 0 0 1-16 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.92 210.62l-160-176a8 8 0 0 0-11.84 10.76l70.84 77.93L59.2 169.6a8 8 0 1 0 9.6 12.8L120 144v80a8 8 0 0 0 12.8 6.4l50.83-38.12l26.45 29.1a8 8 0 1 0 11.84-10.76M136 208v-64l11.73 8.8l25.08 27.59ZM120 71.63V32a8 8 0 0 1 12.8-6.4l64 48a8 8 0 0 1 0 12.8l-33.53 25.15a8 8 0 0 1-9.6-12.8l25-18.75L136 48v23.63a8 8 0 0 1-16 0"/></svg>
</template>

CSS

.icon-bluetooth-slash {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m221.92%20210.62l-160-176a8%208%200%200%200-11.84%2010.76l70.84%2077.93L59.2%20169.6a8%208%200%201%200%209.6%2012.8L120%20144v80a8%208%200%200%200%2012.8%206.4l50.83-38.12l26.45%2029.1a8%208%200%201%200%2011.84-10.76M136%20208v-64l11.73%208.8l25.08%2027.59ZM120%2071.63V32a8%208%200%200%201%2012.8-6.4l64%2048a8%208%200%200%201%200%2012.8l-33.53%2025.15a8%208%200%200%201-9.6-12.8l25-18.75L136%2048v23.63a8%208%200%200%201-16%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m221.92%20210.62l-160-176a8%208%200%200%200-11.84%2010.76l70.84%2077.93L59.2%20169.6a8%208%200%201%200%209.6%2012.8L120%20144v80a8%208%200%200%200%2012.8%206.4l50.83-38.12l26.45%2029.1a8%208%200%201%200%2011.84-10.76M136%20208v-64l11.73%208.8l25.08%2027.59ZM120%2071.63V32a8%208%200%200%201%2012.8-6.4l64%2048a8%208%200%200%201%200%2012.8l-33.53%2025.15a8%208%200%200%201-9.6-12.8l25-18.75L136%2048v23.63a8%208%200%200%201-16%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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