John KuehJohn Kueh

wifi x icon

Phosphor · wifi-x · MIT

Download SVG

The Phosphor wifi x icon depicts a disabled or unavailable wireless network connection, commonly used to indicate that Wi-Fi is off or not functioning.

Common uses

  • Show Wi-Fi is turned off in device settings.
  • Indicate a failed network connection attempt.
  • Represent a lack of internet access.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { WifiX } from '@phosphor-icons/react';

<WifiX size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<WifiX size={24} />
thin
<WifiX size={24} weight="thin" />
light
<WifiX size={24} weight="light" />
bold
<WifiX size={24} weight="bold" />
fill
<WifiX size={24} weight="fill" />
duotone
<WifiX size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
system
Keywords
wirelessinternetnetworkconnectionconnectivitydisconnectederrorssystemwifixno wifiwifi offinternet unavailablenetwork error

FAQ

What does the wifi x icon represent?
It signifies a disconnected or unavailable Wi-Fi network. It's used when wireless internet is not active or cannot be accessed.
How do I use the wifi x icon in React?
Import it from the Phosphor library like this: import { WifiX } from '@phosphor-icons/react'. Then use it as a React component: <WifiX />.
What is the license for this icon?
The Phosphor icon library, including the wifi x icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →