wifi-x-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
wifi-x-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 x 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 8m69.66-124l21.17-21.17a4 4 0 1 0-5.66-5.66L200 74.34l-21.17-21.17a4 4 0 0 0-5.66 5.66L194.34 80l-21.17 21.17a4 4 0 0 0 5.66 5.66L200 85.66l21.17 21.17a4 4 0 1 0 5.66-5.66Zm-35.31 81.77a72 72 0 0 0-84.71 0a4 4 0 0 0 4.71 6.46a64.05 64.05 0 0 1 75.29 0a4 4 0 1 0 4.71-6.46M135.81 60.19a4 4 0 1 0 .38-8c-2.71-.13-5.47-.2-8.19-.2a168.33 168.33 0 0 0-106.54 38.1a4 4 0 1 0 5.08 6.19A160.22 160.22 0 0 1 128 60c2.59 0 5.22.06 7.81.19m-.08 48.07a4 4 0 1 0 .54-8c-2.74-.19-5.52-.28-8.27-.28a118.72 118.72 0 0 0-74.48 25.91a4 4 0 0 0 5 6.27A110.84 110.84 0 0 1 128 108c2.57 0 5.17.09 7.73.26"/></svg>

React

import type { SVGProps } from "react";

export function PhWifiXThin(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 8m69.66-124l21.17-21.17a4 4 0 1 0-5.66-5.66L200 74.34l-21.17-21.17a4 4 0 0 0-5.66 5.66L194.34 80l-21.17 21.17a4 4 0 0 0 5.66 5.66L200 85.66l21.17 21.17a4 4 0 1 0 5.66-5.66Zm-35.31 81.77a72 72 0 0 0-84.71 0a4 4 0 0 0 4.71 6.46a64.05 64.05 0 0 1 75.29 0a4 4 0 1 0 4.71-6.46M135.81 60.19a4 4 0 1 0 .38-8c-2.71-.13-5.47-.2-8.19-.2a168.33 168.33 0 0 0-106.54 38.1a4 4 0 1 0 5.08 6.19A160.22 160.22 0 0 1 128 60c2.59 0 5.22.06 7.81.19m-.08 48.07a4 4 0 1 0 .54-8c-2.74-.19-5.52-.28-8.27-.28a118.72 118.72 0 0 0-74.48 25.91a4 4 0 0 0 5 6.27A110.84 110.84 0 0 1 128 108c2.57 0 5.17.09 7.73.26"/></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 8m69.66-124l21.17-21.17a4 4 0 1 0-5.66-5.66L200 74.34l-21.17-21.17a4 4 0 0 0-5.66 5.66L194.34 80l-21.17 21.17a4 4 0 0 0 5.66 5.66L200 85.66l21.17 21.17a4 4 0 1 0 5.66-5.66Zm-35.31 81.77a72 72 0 0 0-84.71 0a4 4 0 0 0 4.71 6.46a64.05 64.05 0 0 1 75.29 0a4 4 0 1 0 4.71-6.46M135.81 60.19a4 4 0 1 0 .38-8c-2.71-.13-5.47-.2-8.19-.2a168.33 168.33 0 0 0-106.54 38.1a4 4 0 1 0 5.08 6.19A160.22 160.22 0 0 1 128 60c2.59 0 5.22.06 7.81.19m-.08 48.07a4 4 0 1 0 .54-8c-2.74-.19-5.52-.28-8.27-.28a118.72 118.72 0 0 0-74.48 25.91a4 4 0 0 0 5 6.27A110.84 110.84 0 0 1 128 108c2.57 0 5.17.09 7.73.26"/></svg>
</template>

CSS

.icon-wifi-x-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%208m69.66-124l21.17-21.17a4%204%200%201%200-5.66-5.66L200%2074.34l-21.17-21.17a4%204%200%200%200-5.66%205.66L194.34%2080l-21.17%2021.17a4%204%200%200%200%205.66%205.66L200%2085.66l21.17%2021.17a4%204%200%201%200%205.66-5.66Zm-35.31%2081.77a72%2072%200%200%200-84.71%200a4%204%200%200%200%204.71%206.46a64.05%2064.05%200%200%201%2075.29%200a4%204%200%201%200%204.71-6.46M135.81%2060.19a4%204%200%201%200%20.38-8c-2.71-.13-5.47-.2-8.19-.2a168.33%20168.33%200%200%200-106.54%2038.1a4%204%200%201%200%205.08%206.19A160.22%20160.22%200%200%201%20128%2060c2.59%200%205.22.06%207.81.19m-.08%2048.07a4%204%200%201%200%20.54-8c-2.74-.19-5.52-.28-8.27-.28a118.72%20118.72%200%200%200-74.48%2025.91a4%204%200%200%200%205%206.27A110.84%20110.84%200%200%201%20128%20108c2.57%200%205.17.09%207.73.26%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%208m69.66-124l21.17-21.17a4%204%200%201%200-5.66-5.66L200%2074.34l-21.17-21.17a4%204%200%200%200-5.66%205.66L194.34%2080l-21.17%2021.17a4%204%200%200%200%205.66%205.66L200%2085.66l21.17%2021.17a4%204%200%201%200%205.66-5.66Zm-35.31%2081.77a72%2072%200%200%200-84.71%200a4%204%200%200%200%204.71%206.46a64.05%2064.05%200%200%201%2075.29%200a4%204%200%201%200%204.71-6.46M135.81%2060.19a4%204%200%201%200%20.38-8c-2.71-.13-5.47-.2-8.19-.2a168.33%20168.33%200%200%200-106.54%2038.1a4%204%200%201%200%205.08%206.19A160.22%20160.22%200%200%201%20128%2060c2.59%200%205.22.06%207.81.19m-.08%2048.07a4%204%200%201%200%20.54-8c-2.74-.19-5.52-.28-8.27-.28a118.72%20118.72%200%200%200-74.48%2025.91a4%204%200%200%200%205%206.27A110.84%20110.84%200%200%201%20128%20108c2.57%200%205.17.09%207.73.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wifi-x-thin.svg?color=%231a73e8&size=48