The HugeIcons wifi off 02 icon visually represents a disabled or unavailable Wi-Fi connection, commonly used to indicate that wireless internet is not connected or has been turned off.
Common uses
- Displaying connection status when Wi-Fi is disabled.
- Indicating an error or lack of network access.
- Signifying a setting to turn Wi-Fi off.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { WifiOff02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={WifiOff02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no wifiwifi disconnectedwireless offnetwork unavailable
FAQ
- What does the WifiOff02Icon represent?
- This icon represents a Wi-Fi connection that is currently off or unavailable. It's used to show that a device is not connected to a wireless network.
- How do I use the WifiOff02Icon in a React application?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { WifiOff02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={WifiOff02Icon} />.
- What is the license for this icon?
- The WifiOff02Icon is distributed under the MIT license, which allows for free use 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 →