wifi x icon
wifi-x-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- wifi-x-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 x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.66 98.34a8 8 0 0 1-11.32 11.32L200 91.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L188.69 80l-18.35-18.34a8 8 0 0 1 11.32-11.32L200 68.69l18.34-18.35a8 8 0 0 1 11.32 11.32L211.31 80ZM206.85 131a33 33 0 0 1-4.15-3.14a4 4 0 0 0-5.37 0a32 32 0 0 1-45.18-45.18a4 4 0 0 0 0-5.34A32 32 0 0 1 149 38.91a4 4 0 0 0-3.11-6.08Q137 32 128 32A186.67 186.67 0 0 0 14.28 70.1a15.93 15.93 0 0 0-6.17 10.81a15.65 15.65 0 0 0 3.54 11.89l104 125.43A15.93 15.93 0 0 0 128 224a15.93 15.93 0 0 0 12.31-5.77l67.45-81.31a4 4 0 0 0-.91-5.92"/></svg>
React
import type { SVGProps } from "react";
export function PhWifiXFill(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="M229.66 98.34a8 8 0 0 1-11.32 11.32L200 91.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L188.69 80l-18.35-18.34a8 8 0 0 1 11.32-11.32L200 68.69l18.34-18.35a8 8 0 0 1 11.32 11.32L211.31 80ZM206.85 131a33 33 0 0 1-4.15-3.14a4 4 0 0 0-5.37 0a32 32 0 0 1-45.18-45.18a4 4 0 0 0 0-5.34A32 32 0 0 1 149 38.91a4 4 0 0 0-3.11-6.08Q137 32 128 32A186.67 186.67 0 0 0 14.28 70.1a15.93 15.93 0 0 0-6.17 10.81a15.65 15.65 0 0 0 3.54 11.89l104 125.43A15.93 15.93 0 0 0 128 224a15.93 15.93 0 0 0 12.31-5.77l67.45-81.31a4 4 0 0 0-.91-5.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.66 98.34a8 8 0 0 1-11.32 11.32L200 91.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L188.69 80l-18.35-18.34a8 8 0 0 1 11.32-11.32L200 68.69l18.34-18.35a8 8 0 0 1 11.32 11.32L211.31 80ZM206.85 131a33 33 0 0 1-4.15-3.14a4 4 0 0 0-5.37 0a32 32 0 0 1-45.18-45.18a4 4 0 0 0 0-5.34A32 32 0 0 1 149 38.91a4 4 0 0 0-3.11-6.08Q137 32 128 32A186.67 186.67 0 0 0 14.28 70.1a15.93 15.93 0 0 0-6.17 10.81a15.65 15.65 0 0 0 3.54 11.89l104 125.43A15.93 15.93 0 0 0 128 224a15.93 15.93 0 0 0 12.31-5.77l67.45-81.31a4 4 0 0 0-.91-5.92"/></svg> </template>
CSS
.icon-wifi-x-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%22M229.66%2098.34a8%208%200%200%201-11.32%2011.32L200%2091.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L188.69%2080l-18.35-18.34a8%208%200%200%201%2011.32-11.32L200%2068.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L211.31%2080ZM206.85%20131a33%2033%200%200%201-4.15-3.14a4%204%200%200%200-5.37%200a32%2032%200%200%201-45.18-45.18a4%204%200%200%200%200-5.34A32%2032%200%200%201%20149%2038.91a4%204%200%200%200-3.11-6.08Q137%2032%20128%2032A186.67%20186.67%200%200%200%2014.28%2070.1a15.93%2015.93%200%200%200-6.17%2010.81a15.65%2015.65%200%200%200%203.54%2011.89l104%20125.43A15.93%2015.93%200%200%200%20128%20224a15.93%2015.93%200%200%200%2012.31-5.77l67.45-81.31a4%204%200%200%200-.91-5.92%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%22M229.66%2098.34a8%208%200%200%201-11.32%2011.32L200%2091.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L188.69%2080l-18.35-18.34a8%208%200%200%201%2011.32-11.32L200%2068.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L211.31%2080ZM206.85%20131a33%2033%200%200%201-4.15-3.14a4%204%200%200%200-5.37%200a32%2032%200%200%201-45.18-45.18a4%204%200%200%200%200-5.34A32%2032%200%200%201%20149%2038.91a4%204%200%200%200-3.11-6.08Q137%2032%20128%2032A186.67%20186.67%200%200%200%2014.28%2070.1a15.93%2015.93%200%200%200-6.17%2010.81a15.65%2015.65%200%200%200%203.54%2011.89l104%20125.43A15.93%2015.93%200%200%200%20128%20224a15.93%2015.93%200%200%200%2012.31-5.77l67.45-81.31a4%204%200%200%200-.91-5.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wifi-x-fill.svg?color=%231a73e8&size=48