The Lucide server off icon visually represents a disabled or offline server, commonly used to indicate a service outage, a disconnected state, or a system that is not currently operational.
Common uses
- Displaying a server outage notification.
- Indicating a disconnected database connection.
- Showing a disabled cloud service status.
Use it in React
Install
npm i lucide-reactImport & render
import { ServerOff } from 'lucide-react';
<ServerOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- cloudstorageserveroffoffline serverserver downno connectiondisabled server
FAQ
- What does the server off icon represent?
- It signifies a server that is not running, offline, or unavailable. It's used to visually communicate a lack of service or connectivity.
- How do I use the server off icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { ServerOff } from 'lucide-react'.
- What is the license for the server off icon?
- The Lucide icon library, including the server off 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 →