bluetooth connected icon

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

Name
bluetooth-connected-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 connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M194.4 172.8L134.67 128l59.73-44.8a4 4 0 0 0 0-6.4l-64-48A4 4 0 0 0 124 32v88L66.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.4L124 136v88a4 4 0 0 0 6.4 3.2l64-48a4 4 0 0 0 0-6.4M132 40l53.33 40L132 120Zm0 176v-80l53.33 40Zm-72-80a8 8 0 1 1 8-8a8 8 0 0 1-8 8m152-8a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function PhBluetoothConnectedThin(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="M194.4 172.8L134.67 128l59.73-44.8a4 4 0 0 0 0-6.4l-64-48A4 4 0 0 0 124 32v88L66.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.4L124 136v88a4 4 0 0 0 6.4 3.2l64-48a4 4 0 0 0 0-6.4M132 40l53.33 40L132 120Zm0 176v-80l53.33 40Zm-72-80a8 8 0 1 1 8-8a8 8 0 0 1-8 8m152-8a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M194.4 172.8L134.67 128l59.73-44.8a4 4 0 0 0 0-6.4l-64-48A4 4 0 0 0 124 32v88L66.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.4L124 136v88a4 4 0 0 0 6.4 3.2l64-48a4 4 0 0 0 0-6.4M132 40l53.33 40L132 120Zm0 176v-80l53.33 40Zm-72-80a8 8 0 1 1 8-8a8 8 0 0 1-8 8m152-8a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
</template>

CSS

.icon-bluetooth-connected-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%22M194.4%20172.8L134.67%20128l59.73-44.8a4%204%200%200%200%200-6.4l-64-48A4%204%200%200%200%20124%2032v88L66.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.4L124%20136v88a4%204%200%200%200%206.4%203.2l64-48a4%204%200%200%200%200-6.4M132%2040l53.33%2040L132%20120Zm0%20176v-80l53.33%2040Zm-72-80a8%208%200%201%201%208-8a8%208%200%200%201-8%208m152-8a8%208%200%201%201-8-8a8%208%200%200%201%208%208%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%22M194.4%20172.8L134.67%20128l59.73-44.8a4%204%200%200%200%200-6.4l-64-48A4%204%200%200%200%20124%2032v88L66.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.4L124%20136v88a4%204%200%200%200%206.4%203.2l64-48a4%204%200%200%200%200-6.4M132%2040l53.33%2040L132%20120Zm0%20176v-80l53.33%2040Zm-72-80a8%208%200%201%201%208-8a8%208%200%200%201-8%208m152-8a8%208%200%201%201-8-8a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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