bluetooth connected icon
bluetooth-connected-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- bluetooth-connected-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m192 80l-64 48V32Zm-64 144l64-48l-64-48Z" opacity=".2"/><path d="M196.8 169.6L141.33 128l55.47-41.6a8 8 0 0 0 0-12.8l-64-48A8 8 0 0 0 120 32v80L68.8 73.6a8 8 0 0 0-9.6 12.8l55.47 41.6l-55.47 41.6a8 8 0 1 0 9.6 12.8L120 144v80a8 8 0 0 0 12.8 6.4l64-48a8 8 0 0 0 0-12.8M136 48l42.67 32L136 112Zm0 160v-64l42.67 32Zm-76-68a12 12 0 1 1 12-12a12 12 0 0 1-12 12m156-12a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBluetoothConnectedDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m192 80l-64 48V32Zm-64 144l64-48l-64-48Z" opacity=".2"/><path d="M196.8 169.6L141.33 128l55.47-41.6a8 8 0 0 0 0-12.8l-64-48A8 8 0 0 0 120 32v80L68.8 73.6a8 8 0 0 0-9.6 12.8l55.47 41.6l-55.47 41.6a8 8 0 1 0 9.6 12.8L120 144v80a8 8 0 0 0 12.8 6.4l64-48a8 8 0 0 0 0-12.8M136 48l42.67 32L136 112Zm0 160v-64l42.67 32Zm-76-68a12 12 0 1 1 12-12a12 12 0 0 1-12 12m156-12a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m192 80l-64 48V32Zm-64 144l64-48l-64-48Z" opacity=".2"/><path d="M196.8 169.6L141.33 128l55.47-41.6a8 8 0 0 0 0-12.8l-64-48A8 8 0 0 0 120 32v80L68.8 73.6a8 8 0 0 0-9.6 12.8l55.47 41.6l-55.47 41.6a8 8 0 1 0 9.6 12.8L120 144v80a8 8 0 0 0 12.8 6.4l64-48a8 8 0 0 0 0-12.8M136 48l42.67 32L136 112Zm0 160v-64l42.67 32Zm-76-68a12 12 0 1 1 12-12a12 12 0 0 1-12 12m156-12a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></g></svg> </template>
CSS
.icon-bluetooth-connected-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m192%2080l-64%2048V32Zm-64%20144l64-48l-64-48Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M196.8%20169.6L141.33%20128l55.47-41.6a8%208%200%200%200%200-12.8l-64-48A8%208%200%200%200%20120%2032v80L68.8%2073.6a8%208%200%200%200-9.6%2012.8l55.47%2041.6l-55.47%2041.6a8%208%200%201%200%209.6%2012.8L120%20144v80a8%208%200%200%200%2012.8%206.4l64-48a8%208%200%200%200%200-12.8M136%2048l42.67%2032L136%20112Zm0%20160v-64l42.67%2032Zm-76-68a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m156-12a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m192%2080l-64%2048V32Zm-64%20144l64-48l-64-48Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M196.8%20169.6L141.33%20128l55.47-41.6a8%208%200%200%200%200-12.8l-64-48A8%208%200%200%200%20120%2032v80L68.8%2073.6a8%208%200%200%200-9.6%2012.8l55.47%2041.6l-55.47%2041.6a8%208%200%201%200%209.6%2012.8L120%20144v80a8%208%200%200%200%2012.8%206.4l64-48a8%208%200%200%200%200-12.8M136%2048l42.67%2032L136%20112Zm0%20160v-64l42.67%2032Zm-76-68a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m156-12a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bluetooth-connected-duotone.svg?color=%231a73e8&size=48