wifi slash icon
wifi-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- wifi-slash-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 wifi slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 204a8 8 0 1 1-8-8a8 8 0 0 1 8 8M51 37.31a4 4 0 0 0-6 5.38l19.72 21.65a167.6 167.6 0 0 0-43.26 25.75a4 4 0 1 0 5.08 6.19a159.4 159.4 0 0 1 43.93-25.62l29.64 32.61a120.1 120.1 0 0 0-46.6 22.64a4 4 0 0 0 5 6.27a112 112 0 0 1 47.85-22.07L142 149.37a72.6 72.6 0 0 0-14-1.37a71.5 71.5 0 0 0-42.36 13.77A4 4 0 0 0 88 169a4.07 4.07 0 0 0 2.36-.76a64 64 0 0 1 62.11-7.38L205 218.69a4 4 0 1 0 5.92-5.38Zm183.54 52.78A168.33 168.33 0 0 0 128 52a171 171 0 0 0-21.5 1.36a4 4 0 0 0 1 7.94A163 163 0 0 1 128 60a160.22 160.22 0 0 1 101.46 36.28a4 4 0 0 0 5.08-6.19m-37 42.09a4 4 0 1 0 5-6.27a120.2 120.2 0 0 0-50.06-23.42a4 4 0 1 0-1.62 7.83a112.2 112.2 0 0 1 46.66 21.86Z"/></svg>
React
import type { SVGProps } from "react";
export function PhWifiSlashThin(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="M136 204a8 8 0 1 1-8-8a8 8 0 0 1 8 8M51 37.31a4 4 0 0 0-6 5.38l19.72 21.65a167.6 167.6 0 0 0-43.26 25.75a4 4 0 1 0 5.08 6.19a159.4 159.4 0 0 1 43.93-25.62l29.64 32.61a120.1 120.1 0 0 0-46.6 22.64a4 4 0 0 0 5 6.27a112 112 0 0 1 47.85-22.07L142 149.37a72.6 72.6 0 0 0-14-1.37a71.5 71.5 0 0 0-42.36 13.77A4 4 0 0 0 88 169a4.07 4.07 0 0 0 2.36-.76a64 64 0 0 1 62.11-7.38L205 218.69a4 4 0 1 0 5.92-5.38Zm183.54 52.78A168.33 168.33 0 0 0 128 52a171 171 0 0 0-21.5 1.36a4 4 0 0 0 1 7.94A163 163 0 0 1 128 60a160.22 160.22 0 0 1 101.46 36.28a4 4 0 0 0 5.08-6.19m-37 42.09a4 4 0 1 0 5-6.27a120.2 120.2 0 0 0-50.06-23.42a4 4 0 1 0-1.62 7.83a112.2 112.2 0 0 1 46.66 21.86Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 204a8 8 0 1 1-8-8a8 8 0 0 1 8 8M51 37.31a4 4 0 0 0-6 5.38l19.72 21.65a167.6 167.6 0 0 0-43.26 25.75a4 4 0 1 0 5.08 6.19a159.4 159.4 0 0 1 43.93-25.62l29.64 32.61a120.1 120.1 0 0 0-46.6 22.64a4 4 0 0 0 5 6.27a112 112 0 0 1 47.85-22.07L142 149.37a72.6 72.6 0 0 0-14-1.37a71.5 71.5 0 0 0-42.36 13.77A4 4 0 0 0 88 169a4.07 4.07 0 0 0 2.36-.76a64 64 0 0 1 62.11-7.38L205 218.69a4 4 0 1 0 5.92-5.38Zm183.54 52.78A168.33 168.33 0 0 0 128 52a171 171 0 0 0-21.5 1.36a4 4 0 0 0 1 7.94A163 163 0 0 1 128 60a160.22 160.22 0 0 1 101.46 36.28a4 4 0 0 0 5.08-6.19m-37 42.09a4 4 0 1 0 5-6.27a120.2 120.2 0 0 0-50.06-23.42a4 4 0 1 0-1.62 7.83a112.2 112.2 0 0 1 46.66 21.86Z"/></svg> </template>
CSS
.icon-wifi-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%22M136%20204a8%208%200%201%201-8-8a8%208%200%200%201%208%208M51%2037.31a4%204%200%200%200-6%205.38l19.72%2021.65a167.6%20167.6%200%200%200-43.26%2025.75a4%204%200%201%200%205.08%206.19a159.4%20159.4%200%200%201%2043.93-25.62l29.64%2032.61a120.1%20120.1%200%200%200-46.6%2022.64a4%204%200%200%200%205%206.27a112%20112%200%200%201%2047.85-22.07L142%20149.37a72.6%2072.6%200%200%200-14-1.37a71.5%2071.5%200%200%200-42.36%2013.77A4%204%200%200%200%2088%20169a4.07%204.07%200%200%200%202.36-.76a64%2064%200%200%201%2062.11-7.38L205%20218.69a4%204%200%201%200%205.92-5.38Zm183.54%2052.78A168.33%20168.33%200%200%200%20128%2052a171%20171%200%200%200-21.5%201.36a4%204%200%200%200%201%207.94A163%20163%200%200%201%20128%2060a160.22%20160.22%200%200%201%20101.46%2036.28a4%204%200%200%200%205.08-6.19m-37%2042.09a4%204%200%201%200%205-6.27a120.2%20120.2%200%200%200-50.06-23.42a4%204%200%201%200-1.62%207.83a112.2%20112.2%200%200%201%2046.66%2021.86Z%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%22M136%20204a8%208%200%201%201-8-8a8%208%200%200%201%208%208M51%2037.31a4%204%200%200%200-6%205.38l19.72%2021.65a167.6%20167.6%200%200%200-43.26%2025.75a4%204%200%201%200%205.08%206.19a159.4%20159.4%200%200%201%2043.93-25.62l29.64%2032.61a120.1%20120.1%200%200%200-46.6%2022.64a4%204%200%200%200%205%206.27a112%20112%200%200%201%2047.85-22.07L142%20149.37a72.6%2072.6%200%200%200-14-1.37a71.5%2071.5%200%200%200-42.36%2013.77A4%204%200%200%200%2088%20169a4.07%204.07%200%200%200%202.36-.76a64%2064%200%200%201%2062.11-7.38L205%20218.69a4%204%200%201%200%205.92-5.38Zm183.54%2052.78A168.33%20168.33%200%200%200%20128%2052a171%20171%200%200%200-21.5%201.36a4%204%200%200%200%201%207.94A163%20163%200%200%201%20128%2060a160.22%20160.22%200%200%201%20101.46%2036.28a4%204%200%200%200%205.08-6.19m-37%2042.09a4%204%200%201%200%205-6.27a120.2%20120.2%200%200%200-50.06-23.42a4%204%200%201%200-1.62%207.83a112.2%20112.2%200%200%201%2046.66%2021.86Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wifi-slash-thin.svg?color=%231a73e8&size=48