The Lucide globe x icon depicts a globe with a cross or 'x' mark, commonly used to signify a lack of internet connection, network failure, or an offline status.
Common uses
- Displaying an offline status for a web application.
- Indicating a failed network request.
- Representing a disabled or unavailable online feature.
Use it in React
Install
npm i lucide-reactImport & render
import { GlobeX } from 'lucide-react';
<GlobeX size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- globeinternetofflinedisconnectednetworkconnectionworldno connectionnetwork failuresignal offxoffline globeno networkdisconnected world
FAQ
- What does the globe x icon represent?
- It represents a disconnected state, such as no internet access, a failed network connection, or an offline mode.
- How do I use the globe x icon in React?
- You can import and use it like this: import { GlobeX } from 'lucide-react'; <GlobeX />.
- What is the license for the Lucide globe x icon?
- The Lucide icon library, including the globe x icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →