John KuehJohn Kueh

network x icon

Phosphor · network-x · MIT

Download SVG

The Phosphor network x icon depicts a disabled or invalid network connection, often used to indicate that a device is not connected to the internet or a local area network.

Common uses

  • Displaying connection status as 'offline'
  • Indicating a failed network request
  • Representing a disabled network interface

Use it in React

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

<NetworkX size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
system
Keywords
*new*internetethernetlandisabledsystemnetworkxno networkofflinedisconnectedethernet disabled

FAQ

What does the network x icon represent?
It signifies a broken or unavailable network connection, such as being disconnected from the internet or a LAN.
How do I use the network x icon in React?
Import it as NetworkX from '@phosphor-icons/react' and use it like: `<NetworkX size={24} />`.
What is the license for this icon?
The Phosphor icon library, including the network 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 →