bluetooth x icon

bluetooth-x-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
bluetooth-x-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the bluetooth x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M178.4 172.8L118.67 128l27.73-20.8a4 4 0 1 0-4.8-6.4L116 120V40l25.6 19.2a4 4 0 0 0 4.8-6.4l-32-24A4 4 0 0 0 108 32v88L50.4 76.8a4 4 0 0 0-4.8 6.4l59.73 44.8l-59.73 44.8a4 4 0 0 0 4.8 6.4L108 136v88a4 4 0 0 0 2.21 3.58a4.05 4.05 0 0 0 1.79.42a4 4 0 0 0 2.4-.8l64-48a4 4 0 0 0 0-6.4M116 216v-80l53.33 40Zm118.83-114.83a4 4 0 0 1-5.66 5.66L208 85.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L202.34 80l-21.17-21.17a4 4 0 0 1 5.66-5.66L208 74.34l21.17-21.17a4 4 0 1 1 5.66 5.66L213.66 80Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBluetoothXThin(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="M178.4 172.8L118.67 128l27.73-20.8a4 4 0 1 0-4.8-6.4L116 120V40l25.6 19.2a4 4 0 0 0 4.8-6.4l-32-24A4 4 0 0 0 108 32v88L50.4 76.8a4 4 0 0 0-4.8 6.4l59.73 44.8l-59.73 44.8a4 4 0 0 0 4.8 6.4L108 136v88a4 4 0 0 0 2.21 3.58a4.05 4.05 0 0 0 1.79.42a4 4 0 0 0 2.4-.8l64-48a4 4 0 0 0 0-6.4M116 216v-80l53.33 40Zm118.83-114.83a4 4 0 0 1-5.66 5.66L208 85.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L202.34 80l-21.17-21.17a4 4 0 0 1 5.66-5.66L208 74.34l21.17-21.17a4 4 0 1 1 5.66 5.66L213.66 80Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M178.4 172.8L118.67 128l27.73-20.8a4 4 0 1 0-4.8-6.4L116 120V40l25.6 19.2a4 4 0 0 0 4.8-6.4l-32-24A4 4 0 0 0 108 32v88L50.4 76.8a4 4 0 0 0-4.8 6.4l59.73 44.8l-59.73 44.8a4 4 0 0 0 4.8 6.4L108 136v88a4 4 0 0 0 2.21 3.58a4.05 4.05 0 0 0 1.79.42a4 4 0 0 0 2.4-.8l64-48a4 4 0 0 0 0-6.4M116 216v-80l53.33 40Zm118.83-114.83a4 4 0 0 1-5.66 5.66L208 85.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L202.34 80l-21.17-21.17a4 4 0 0 1 5.66-5.66L208 74.34l21.17-21.17a4 4 0 1 1 5.66 5.66L213.66 80Z"/></svg>
</template>

CSS

.icon-bluetooth-x-thin {
  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%22M178.4%20172.8L118.67%20128l27.73-20.8a4%204%200%201%200-4.8-6.4L116%20120V40l25.6%2019.2a4%204%200%200%200%204.8-6.4l-32-24A4%204%200%200%200%20108%2032v88L50.4%2076.8a4%204%200%200%200-4.8%206.4l59.73%2044.8l-59.73%2044.8a4%204%200%200%200%204.8%206.4L108%20136v88a4%204%200%200%200%202.21%203.58a4.05%204.05%200%200%200%201.79.42a4%204%200%200%200%202.4-.8l64-48a4%204%200%200%200%200-6.4M116%20216v-80l53.33%2040Zm118.83-114.83a4%204%200%200%201-5.66%205.66L208%2085.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66L202.34%2080l-21.17-21.17a4%204%200%200%201%205.66-5.66L208%2074.34l21.17-21.17a4%204%200%201%201%205.66%205.66L213.66%2080Z%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%22M178.4%20172.8L118.67%20128l27.73-20.8a4%204%200%201%200-4.8-6.4L116%20120V40l25.6%2019.2a4%204%200%200%200%204.8-6.4l-32-24A4%204%200%200%200%20108%2032v88L50.4%2076.8a4%204%200%200%200-4.8%206.4l59.73%2044.8l-59.73%2044.8a4%204%200%200%200%204.8%206.4L108%20136v88a4%204%200%200%200%202.21%203.58a4.05%204.05%200%200%200%201.79.42a4%204%200%200%200%202.4-.8l64-48a4%204%200%200%200%200-6.4M116%20216v-80l53.33%2040Zm118.83-114.83a4%204%200%200%201-5.66%205.66L208%2085.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66L202.34%2080l-21.17-21.17a4%204%200%200%201%205.66-5.66L208%2074.34l21.17-21.17a4%204%200%201%201%205.66%205.66L213.66%2080Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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