The HugeIcons hotspot offline icon visually represents a Wi-Fi or network signal that is unavailable or not connected, commonly used to indicate a lack of internet access or a disabled network feature.
Common uses
- Indicate no internet connection.
- Show a disabled Wi-Fi toggle.
- Represent offline status for a feature.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HotspotOfflineIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HotspotOfflineIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no wifioffline signalnetwork disabledno connection
FAQ
- What does the hotspot offline icon represent?
- It signifies a lack of network connectivity or an unavailable Wi-Fi signal, often used to show that a device is offline or a network feature is disabled.
- How do I use the HotspotOfflineIcon in React?
- Import both HugeiconsIcon and HotspotOfflineIcon, then render it using <HugeiconsIcon icon={HotspotOfflineIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the HotspotOfflineIcon, is available under the MIT license.
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 →