bluetooth x icon
bluetooth-x-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- bluetooth-x-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 x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m176 176l-64 48v-96Zm-8.53-102.4L112 32v96l55.47-41.6a8 8 0 0 0 0-12.8" opacity=".2"/><path d="M180.8 169.6L125.33 128l23.47-17.6a8 8 0 0 0-9.6-12.8L120 112V48l19.2 14.4a8 8 0 1 0 9.6-12.8l-32-24A8 8 0 0 0 104 32v80L52.8 73.6a8 8 0 0 0-9.6 12.8L98.67 128L43.2 169.6a8 8 0 1 0 9.6 12.8L104 144v80a8 8 0 0 0 12.8 6.4l64-48a8 8 0 0 0 0-12.8M120 208v-64l42.67 32ZM237.66 98.34a8 8 0 0 1-11.32 11.32L208 91.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L196.69 80l-18.35-18.34a8 8 0 0 1 11.32-11.32L208 68.69l18.34-18.35a8 8 0 0 1 11.32 11.32L219.31 80Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBluetoothXDuotone(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="m176 176l-64 48v-96Zm-8.53-102.4L112 32v96l55.47-41.6a8 8 0 0 0 0-12.8" opacity=".2"/><path d="M180.8 169.6L125.33 128l23.47-17.6a8 8 0 0 0-9.6-12.8L120 112V48l19.2 14.4a8 8 0 1 0 9.6-12.8l-32-24A8 8 0 0 0 104 32v80L52.8 73.6a8 8 0 0 0-9.6 12.8L98.67 128L43.2 169.6a8 8 0 1 0 9.6 12.8L104 144v80a8 8 0 0 0 12.8 6.4l64-48a8 8 0 0 0 0-12.8M120 208v-64l42.67 32ZM237.66 98.34a8 8 0 0 1-11.32 11.32L208 91.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L196.69 80l-18.35-18.34a8 8 0 0 1 11.32-11.32L208 68.69l18.34-18.35a8 8 0 0 1 11.32 11.32L219.31 80Z"/></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="m176 176l-64 48v-96Zm-8.53-102.4L112 32v96l55.47-41.6a8 8 0 0 0 0-12.8" opacity=".2"/><path d="M180.8 169.6L125.33 128l23.47-17.6a8 8 0 0 0-9.6-12.8L120 112V48l19.2 14.4a8 8 0 1 0 9.6-12.8l-32-24A8 8 0 0 0 104 32v80L52.8 73.6a8 8 0 0 0-9.6 12.8L98.67 128L43.2 169.6a8 8 0 1 0 9.6 12.8L104 144v80a8 8 0 0 0 12.8 6.4l64-48a8 8 0 0 0 0-12.8M120 208v-64l42.67 32ZM237.66 98.34a8 8 0 0 1-11.32 11.32L208 91.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L196.69 80l-18.35-18.34a8 8 0 0 1 11.32-11.32L208 68.69l18.34-18.35a8 8 0 0 1 11.32 11.32L219.31 80Z"/></g></svg> </template>
CSS
.icon-bluetooth-x-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%22m176%20176l-64%2048v-96Zm-8.53-102.4L112%2032v96l55.47-41.6a8%208%200%200%200%200-12.8%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M180.8%20169.6L125.33%20128l23.47-17.6a8%208%200%200%200-9.6-12.8L120%20112V48l19.2%2014.4a8%208%200%201%200%209.6-12.8l-32-24A8%208%200%200%200%20104%2032v80L52.8%2073.6a8%208%200%200%200-9.6%2012.8L98.67%20128L43.2%20169.6a8%208%200%201%200%209.6%2012.8L104%20144v80a8%208%200%200%200%2012.8%206.4l64-48a8%208%200%200%200%200-12.8M120%20208v-64l42.67%2032ZM237.66%2098.34a8%208%200%200%201-11.32%2011.32L208%2091.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L196.69%2080l-18.35-18.34a8%208%200%200%201%2011.32-11.32L208%2068.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L219.31%2080Z%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%22m176%20176l-64%2048v-96Zm-8.53-102.4L112%2032v96l55.47-41.6a8%208%200%200%200%200-12.8%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M180.8%20169.6L125.33%20128l23.47-17.6a8%208%200%200%200-9.6-12.8L120%20112V48l19.2%2014.4a8%208%200%201%200%209.6-12.8l-32-24A8%208%200%200%200%20104%2032v80L52.8%2073.6a8%208%200%200%200-9.6%2012.8L98.67%20128L43.2%20169.6a8%208%200%201%200%209.6%2012.8L104%20144v80a8%208%200%200%200%2012.8%206.4l64-48a8%208%200%200%200%200-12.8M120%20208v-64l42.67%2032ZM237.66%2098.34a8%208%200%200%201-11.32%2011.32L208%2091.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L196.69%2080l-18.35-18.34a8%208%200%200%201%2011.32-11.32L208%2068.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L219.31%2080Z%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-x-duotone.svg?color=%231a73e8&size=48