bluetooth slash icon
bluetooth-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- bluetooth-slash-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the bluetooth slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m219 213.31l-160-176a4 4 0 0 0-6 5.38l74 81.42h-.14a5 5 0 0 0-.51.18l-.15.06h-.05a4 4 0 0 0-.56.35h-.05l-64 48a4 4 0 0 0 4.8 6.4L124 136v88a4 4 0 0 0 2.21 3.58a4.05 4.05 0 0 0 1.79.42a4 4 0 0 0 2.4-.8l53.74-40.3L213 218.69a4 4 0 1 0 5.92-5.38ZM132 216v-80l18.44 13.83L178.73 181Zm-8-144.37V32a4 4 0 0 1 6.4-3.2l64 48a4 4 0 0 1 0 6.4l-33.53 25.15a4 4 0 0 1-2.4.8a4 4 0 0 1-2.4-7.2l29.26-22L132 40v31.63a4 4 0 0 1-8 0"/></svg>
React
import type { SVGProps } from "react";
export function PhBluetoothSlashThin(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="m219 213.31l-160-176a4 4 0 0 0-6 5.38l74 81.42h-.14a5 5 0 0 0-.51.18l-.15.06h-.05a4 4 0 0 0-.56.35h-.05l-64 48a4 4 0 0 0 4.8 6.4L124 136v88a4 4 0 0 0 2.21 3.58a4.05 4.05 0 0 0 1.79.42a4 4 0 0 0 2.4-.8l53.74-40.3L213 218.69a4 4 0 1 0 5.92-5.38ZM132 216v-80l18.44 13.83L178.73 181Zm-8-144.37V32a4 4 0 0 1 6.4-3.2l64 48a4 4 0 0 1 0 6.4l-33.53 25.15a4 4 0 0 1-2.4.8a4 4 0 0 1-2.4-7.2l29.26-22L132 40v31.63a4 4 0 0 1-8 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m219 213.31l-160-176a4 4 0 0 0-6 5.38l74 81.42h-.14a5 5 0 0 0-.51.18l-.15.06h-.05a4 4 0 0 0-.56.35h-.05l-64 48a4 4 0 0 0 4.8 6.4L124 136v88a4 4 0 0 0 2.21 3.58a4.05 4.05 0 0 0 1.79.42a4 4 0 0 0 2.4-.8l53.74-40.3L213 218.69a4 4 0 1 0 5.92-5.38ZM132 216v-80l18.44 13.83L178.73 181Zm-8-144.37V32a4 4 0 0 1 6.4-3.2l64 48a4 4 0 0 1 0 6.4l-33.53 25.15a4 4 0 0 1-2.4.8a4 4 0 0 1-2.4-7.2l29.26-22L132 40v31.63a4 4 0 0 1-8 0"/></svg> </template>
CSS
.icon-bluetooth-slash-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%22m219%20213.31l-160-176a4%204%200%200%200-6%205.38l74%2081.42h-.14a5%205%200%200%200-.51.18l-.15.06h-.05a4%204%200%200%200-.56.35h-.05l-64%2048a4%204%200%200%200%204.8%206.4L124%20136v88a4%204%200%200%200%202.21%203.58a4.05%204.05%200%200%200%201.79.42a4%204%200%200%200%202.4-.8l53.74-40.3L213%20218.69a4%204%200%201%200%205.92-5.38ZM132%20216v-80l18.44%2013.83L178.73%20181Zm-8-144.37V32a4%204%200%200%201%206.4-3.2l64%2048a4%204%200%200%201%200%206.4l-33.53%2025.15a4%204%200%200%201-2.4.8a4%204%200%200%201-2.4-7.2l29.26-22L132%2040v31.63a4%204%200%200%201-8%200%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%22m219%20213.31l-160-176a4%204%200%200%200-6%205.38l74%2081.42h-.14a5%205%200%200%200-.51.18l-.15.06h-.05a4%204%200%200%200-.56.35h-.05l-64%2048a4%204%200%200%200%204.8%206.4L124%20136v88a4%204%200%200%200%202.21%203.58a4.05%204.05%200%200%200%201.79.42a4%204%200%200%200%202.4-.8l53.74-40.3L213%20218.69a4%204%200%201%200%205.92-5.38ZM132%20216v-80l18.44%2013.83L178.73%20181Zm-8-144.37V32a4%204%200%200%201%206.4-3.2l64%2048a4%204%200%200%201%200%206.4l-33.53%2025.15a4%204%200%200%201-2.4.8a4%204%200%200%201-2.4-7.2l29.26-22L132%2040v31.63a4%204%200%200%201-8%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bluetooth-slash-thin.svg?color=%231a73e8&size=48