The Lucide wifi off icon visually represents a disabled or unavailable wireless network connection, commonly used to indicate that Wi-Fi is turned off or has no signal.
Common uses
- Displaying Wi-Fi status as disconnected.
- Indicating a lack of internet access.
- Signaling that Wi-Fi functionality is temporarily disabled.
Use it in React
Install
npm i lucide-reactImport & render
import { WifiOff } from 'lucide-react';
<WifiOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- disabledwifioffno wifiwifi disconnectedwireless offno internet
FAQ
- What does the wifi off icon mean?
- It signifies that a Wi-Fi connection is not active or available. This is useful for showing a device is offline or that Wi-Fi has been intentionally turned off.
- How do I use the wifi off icon in React?
- You can import and use it directly from the Lucide React library: `import { WifiOff } from 'lucide-react'`. Then render it as a component: `<WifiOff />`.
- What is the license for the Lucide wifi off icon?
- The Lucide icon library, including the wifi 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 →