wifi x icon
wifi-x-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- wifi-x-light
- Set
- Phosphor
- Style
- Light
- 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="M138 204a10 10 0 1 1-10-10a10 10 0 0 1 10 10m70.48-124l19.76-19.76a6 6 0 0 0-8.48-8.48L200 71.52l-19.76-19.76a6 6 0 0 0-8.48 8.48L191.52 80l-19.76 19.76a6 6 0 1 0 8.48 8.48L200 88.48l19.76 19.76a6 6 0 0 0 8.48-8.48Zm-36.95 80.15a74 74 0 0 0-87.06 0a6 6 0 0 0 7.06 9.7a62 62 0 0 1 72.94 0a6 6 0 0 0 8.38-1.32a6 6 0 0 0-1.32-8.38m-35.82-98a6 6 0 0 0 .58-12c-2.75-.13-5.54-.2-8.29-.2a170.32 170.32 0 0 0-107.81 38.6a6 6 0 1 0 7.62 9.27A158.26 158.26 0 0 1 128 62c2.56 0 5.16.06 7.71.18Zm-.12 48.08a6 6 0 1 0 .82-12c-2.79-.19-5.62-.29-8.41-.29a120.75 120.75 0 0 0-75.73 26.34a6 6 0 0 0 7.46 9.41A108.78 108.78 0 0 1 128 110c2.52 0 5.08.09 7.59.26Z"/></svg>
React
import type { SVGProps } from "react";
export function PhWifiXLight(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="M138 204a10 10 0 1 1-10-10a10 10 0 0 1 10 10m70.48-124l19.76-19.76a6 6 0 0 0-8.48-8.48L200 71.52l-19.76-19.76a6 6 0 0 0-8.48 8.48L191.52 80l-19.76 19.76a6 6 0 1 0 8.48 8.48L200 88.48l19.76 19.76a6 6 0 0 0 8.48-8.48Zm-36.95 80.15a74 74 0 0 0-87.06 0a6 6 0 0 0 7.06 9.7a62 62 0 0 1 72.94 0a6 6 0 0 0 8.38-1.32a6 6 0 0 0-1.32-8.38m-35.82-98a6 6 0 0 0 .58-12c-2.75-.13-5.54-.2-8.29-.2a170.32 170.32 0 0 0-107.81 38.6a6 6 0 1 0 7.62 9.27A158.26 158.26 0 0 1 128 62c2.56 0 5.16.06 7.71.18Zm-.12 48.08a6 6 0 1 0 .82-12c-2.79-.19-5.62-.29-8.41-.29a120.75 120.75 0 0 0-75.73 26.34a6 6 0 0 0 7.46 9.41A108.78 108.78 0 0 1 128 110c2.52 0 5.08.09 7.59.26Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M138 204a10 10 0 1 1-10-10a10 10 0 0 1 10 10m70.48-124l19.76-19.76a6 6 0 0 0-8.48-8.48L200 71.52l-19.76-19.76a6 6 0 0 0-8.48 8.48L191.52 80l-19.76 19.76a6 6 0 1 0 8.48 8.48L200 88.48l19.76 19.76a6 6 0 0 0 8.48-8.48Zm-36.95 80.15a74 74 0 0 0-87.06 0a6 6 0 0 0 7.06 9.7a62 62 0 0 1 72.94 0a6 6 0 0 0 8.38-1.32a6 6 0 0 0-1.32-8.38m-35.82-98a6 6 0 0 0 .58-12c-2.75-.13-5.54-.2-8.29-.2a170.32 170.32 0 0 0-107.81 38.6a6 6 0 1 0 7.62 9.27A158.26 158.26 0 0 1 128 62c2.56 0 5.16.06 7.71.18Zm-.12 48.08a6 6 0 1 0 .82-12c-2.79-.19-5.62-.29-8.41-.29a120.75 120.75 0 0 0-75.73 26.34a6 6 0 0 0 7.46 9.41A108.78 108.78 0 0 1 128 110c2.52 0 5.08.09 7.59.26Z"/></svg> </template>
CSS
.icon-wifi-x-light {
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%22M138%20204a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m70.48-124l19.76-19.76a6%206%200%200%200-8.48-8.48L200%2071.52l-19.76-19.76a6%206%200%200%200-8.48%208.48L191.52%2080l-19.76%2019.76a6%206%200%201%200%208.48%208.48L200%2088.48l19.76%2019.76a6%206%200%200%200%208.48-8.48Zm-36.95%2080.15a74%2074%200%200%200-87.06%200a6%206%200%200%200%207.06%209.7a62%2062%200%200%201%2072.94%200a6%206%200%200%200%208.38-1.32a6%206%200%200%200-1.32-8.38m-35.82-98a6%206%200%200%200%20.58-12c-2.75-.13-5.54-.2-8.29-.2a170.32%20170.32%200%200%200-107.81%2038.6a6%206%200%201%200%207.62%209.27A158.26%20158.26%200%200%201%20128%2062c2.56%200%205.16.06%207.71.18Zm-.12%2048.08a6%206%200%201%200%20.82-12c-2.79-.19-5.62-.29-8.41-.29a120.75%20120.75%200%200%200-75.73%2026.34a6%206%200%200%200%207.46%209.41A108.78%20108.78%200%200%201%20128%20110c2.52%200%205.08.09%207.59.26Z%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%22M138%20204a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m70.48-124l19.76-19.76a6%206%200%200%200-8.48-8.48L200%2071.52l-19.76-19.76a6%206%200%200%200-8.48%208.48L191.52%2080l-19.76%2019.76a6%206%200%201%200%208.48%208.48L200%2088.48l19.76%2019.76a6%206%200%200%200%208.48-8.48Zm-36.95%2080.15a74%2074%200%200%200-87.06%200a6%206%200%200%200%207.06%209.7a62%2062%200%200%201%2072.94%200a6%206%200%200%200%208.38-1.32a6%206%200%200%200-1.32-8.38m-35.82-98a6%206%200%200%200%20.58-12c-2.75-.13-5.54-.2-8.29-.2a170.32%20170.32%200%200%200-107.81%2038.6a6%206%200%201%200%207.62%209.27A158.26%20158.26%200%200%201%20128%2062c2.56%200%205.16.06%207.71.18Zm-.12%2048.08a6%206%200%201%200%20.82-12c-2.79-.19-5.62-.29-8.41-.29a120.75%20120.75%200%200%200-75.73%2026.34a6%206%200%200%200%207.46%209.41A108.78%20108.78%200%200%201%20128%20110c2.52%200%205.08.09%207.59.26Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wifi-x-light.svg?color=%231a73e8&size=48