bluetooth x icon
bluetooth-x-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- bluetooth-x-light
- Set
- Phosphor
- Style
- Light
- 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="M179.6 171.2L122 128l25.6-19.2a6 6 0 1 0-7.2-9.6L118 116V44l22.4 16.8a6 6 0 1 0 7.2-9.6l-32-24A6 6 0 0 0 106 32v84L51.6 75.2a6 6 0 0 0-7.2 9.6L102 128l-57.6 43.2a6 6 0 0 0 7.2 9.6L106 140v84a6 6 0 0 0 9.6 4.8l64-48a6 6 0 0 0 0-9.6M118 212v-72l48 36ZM236.24 99.76a6 6 0 1 1-8.48 8.48L208 88.49l-19.76 19.75a6 6 0 0 1-8.48-8.48L199.51 80l-19.75-19.76a6 6 0 0 1 8.48-8.48L208 71.51l19.76-19.75a6 6 0 0 1 8.48 8.48L216.49 80Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBluetoothXLight(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="M179.6 171.2L122 128l25.6-19.2a6 6 0 1 0-7.2-9.6L118 116V44l22.4 16.8a6 6 0 1 0 7.2-9.6l-32-24A6 6 0 0 0 106 32v84L51.6 75.2a6 6 0 0 0-7.2 9.6L102 128l-57.6 43.2a6 6 0 0 0 7.2 9.6L106 140v84a6 6 0 0 0 9.6 4.8l64-48a6 6 0 0 0 0-9.6M118 212v-72l48 36ZM236.24 99.76a6 6 0 1 1-8.48 8.48L208 88.49l-19.76 19.75a6 6 0 0 1-8.48-8.48L199.51 80l-19.75-19.76a6 6 0 0 1 8.48-8.48L208 71.51l19.76-19.75a6 6 0 0 1 8.48 8.48L216.49 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="M179.6 171.2L122 128l25.6-19.2a6 6 0 1 0-7.2-9.6L118 116V44l22.4 16.8a6 6 0 1 0 7.2-9.6l-32-24A6 6 0 0 0 106 32v84L51.6 75.2a6 6 0 0 0-7.2 9.6L102 128l-57.6 43.2a6 6 0 0 0 7.2 9.6L106 140v84a6 6 0 0 0 9.6 4.8l64-48a6 6 0 0 0 0-9.6M118 212v-72l48 36ZM236.24 99.76a6 6 0 1 1-8.48 8.48L208 88.49l-19.76 19.75a6 6 0 0 1-8.48-8.48L199.51 80l-19.75-19.76a6 6 0 0 1 8.48-8.48L208 71.51l19.76-19.75a6 6 0 0 1 8.48 8.48L216.49 80Z"/></svg> </template>
CSS
.icon-bluetooth-x-light {
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%22M179.6%20171.2L122%20128l25.6-19.2a6%206%200%201%200-7.2-9.6L118%20116V44l22.4%2016.8a6%206%200%201%200%207.2-9.6l-32-24A6%206%200%200%200%20106%2032v84L51.6%2075.2a6%206%200%200%200-7.2%209.6L102%20128l-57.6%2043.2a6%206%200%200%200%207.2%209.6L106%20140v84a6%206%200%200%200%209.6%204.8l64-48a6%206%200%200%200%200-9.6M118%20212v-72l48%2036ZM236.24%2099.76a6%206%200%201%201-8.48%208.48L208%2088.49l-19.76%2019.75a6%206%200%200%201-8.48-8.48L199.51%2080l-19.75-19.76a6%206%200%200%201%208.48-8.48L208%2071.51l19.76-19.75a6%206%200%200%201%208.48%208.48L216.49%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%22M179.6%20171.2L122%20128l25.6-19.2a6%206%200%201%200-7.2-9.6L118%20116V44l22.4%2016.8a6%206%200%201%200%207.2-9.6l-32-24A6%206%200%200%200%20106%2032v84L51.6%2075.2a6%206%200%200%200-7.2%209.6L102%20128l-57.6%2043.2a6%206%200%200%200%207.2%209.6L106%20140v84a6%206%200%200%200%209.6%204.8l64-48a6%206%200%200%200%200-9.6M118%20212v-72l48%2036ZM236.24%2099.76a6%206%200%201%201-8.48%208.48L208%2088.49l-19.76%2019.75a6%206%200%200%201-8.48-8.48L199.51%2080l-19.75-19.76a6%206%200%200%201%208.48-8.48L208%2071.51l19.76-19.75a6%206%200%200%201%208.48%208.48L216.49%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-light.svg?color=%231a73e8&size=48