wifi slash icon
wifi-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- wifi-slash-fill
- Set
- Phosphor
- Style
- Fill
- 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="M213.92 210.62a8 8 0 1 1-11.84 10.76l-33.67-37l-28.1 33.88A15.93 15.93 0 0 1 128 224a15.93 15.93 0 0 1-12.31-5.77L11.65 92.8a15.65 15.65 0 0 1-3.54-11.89a15.93 15.93 0 0 1 6.17-10.81A188.3 188.3 0 0 1 46.6 50.35l-4.29-4.72a8.22 8.22 0 0 1 .13-11.38a8 8 0 0 1 11.48.37Zm34-129.71a15.93 15.93 0 0 0-6.17-10.81A186.67 186.67 0 0 0 128 32a191 191 0 0 0-42.49 4.75a4 4 0 0 0-2 6.59L186 156.07a4 4 0 0 0 6-.14l52.35-63.13a15.65 15.65 0 0 0 3.54-11.89Z"/></svg>
React
import type { SVGProps } from "react";
export function PhWifiSlashFill(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="M213.92 210.62a8 8 0 1 1-11.84 10.76l-33.67-37l-28.1 33.88A15.93 15.93 0 0 1 128 224a15.93 15.93 0 0 1-12.31-5.77L11.65 92.8a15.65 15.65 0 0 1-3.54-11.89a15.93 15.93 0 0 1 6.17-10.81A188.3 188.3 0 0 1 46.6 50.35l-4.29-4.72a8.22 8.22 0 0 1 .13-11.38a8 8 0 0 1 11.48.37Zm34-129.71a15.93 15.93 0 0 0-6.17-10.81A186.67 186.67 0 0 0 128 32a191 191 0 0 0-42.49 4.75a4 4 0 0 0-2 6.59L186 156.07a4 4 0 0 0 6-.14l52.35-63.13a15.65 15.65 0 0 0 3.54-11.89Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76l-33.67-37l-28.1 33.88A15.93 15.93 0 0 1 128 224a15.93 15.93 0 0 1-12.31-5.77L11.65 92.8a15.65 15.65 0 0 1-3.54-11.89a15.93 15.93 0 0 1 6.17-10.81A188.3 188.3 0 0 1 46.6 50.35l-4.29-4.72a8.22 8.22 0 0 1 .13-11.38a8 8 0 0 1 11.48.37Zm34-129.71a15.93 15.93 0 0 0-6.17-10.81A186.67 186.67 0 0 0 128 32a191 191 0 0 0-42.49 4.75a4 4 0 0 0-2 6.59L186 156.07a4 4 0 0 0 6-.14l52.35-63.13a15.65 15.65 0 0 0 3.54-11.89Z"/></svg> </template>
CSS
.icon-wifi-slash-fill {
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%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76l-33.67-37l-28.1%2033.88A15.93%2015.93%200%200%201%20128%20224a15.93%2015.93%200%200%201-12.31-5.77L11.65%2092.8a15.65%2015.65%200%200%201-3.54-11.89a15.93%2015.93%200%200%201%206.17-10.81A188.3%20188.3%200%200%201%2046.6%2050.35l-4.29-4.72a8.22%208.22%200%200%201%20.13-11.38a8%208%200%200%201%2011.48.37Zm34-129.71a15.93%2015.93%200%200%200-6.17-10.81A186.67%20186.67%200%200%200%20128%2032a191%20191%200%200%200-42.49%204.75a4%204%200%200%200-2%206.59L186%20156.07a4%204%200%200%200%206-.14l52.35-63.13a15.65%2015.65%200%200%200%203.54-11.89Z%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%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76l-33.67-37l-28.1%2033.88A15.93%2015.93%200%200%201%20128%20224a15.93%2015.93%200%200%201-12.31-5.77L11.65%2092.8a15.65%2015.65%200%200%201-3.54-11.89a15.93%2015.93%200%200%201%206.17-10.81A188.3%20188.3%200%200%201%2046.6%2050.35l-4.29-4.72a8.22%208.22%200%200%201%20.13-11.38a8%208%200%200%201%2011.48.37Zm34-129.71a15.93%2015.93%200%200%200-6.17-10.81A186.67%20186.67%200%200%200%20128%2032a191%20191%200%200%200-42.49%204.75a4%204%200%200%200-2%206.59L186%20156.07a4%204%200%200%200%206-.14l52.35-63.13a15.65%2015.65%200%200%200%203.54-11.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wifi-slash-fill.svg?color=%231a73e8&size=48