The HugeIcons wifi disconnected 03 icon visually represents a loss of Wi-Fi connection, commonly used in UIs to indicate that a device is not currently connected to a wireless network.
Common uses
- Displaying network status in a mobile app.
- Indicating no internet access on a dashboard.
- Showing an error state for Wi-Fi connectivity.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { WifiDisconnected03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={WifiDisconnected03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no wifiwifi offnetwork erroroffline
FAQ
- What does the WifiDisconnected03 icon represent?
- This icon represents a disconnected Wi-Fi signal. It's used to show that a device is not currently connected to a wireless network.
- How do I use the WifiDisconnected03 icon in a React project?
- Import the icon as `WifiDisconnected03Icon` from '@hugeicons/core-free-icons' and render it using the `HugeiconsIcon` component from '@hugeicons/react' like this: `<HugeiconsIcon icon={WifiDisconnected03Icon} />`.
- What is the license for this icon?
- The HugeIcons WifiDisconnected03 icon is released under the MIT license, which allows for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →