The HugeIcons wifi unlock icon depicts an open padlock superimposed on a Wi-Fi signal, commonly used to indicate an open or unsecured Wi-Fi network.
Common uses
- Displaying available public Wi-Fi hotspots
- Indicating a network requires no password
- Showing the status of a Wi-Fi connection as open
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { WifiUnlockIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={WifiUnlockIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- open wifiunsecured networkfree wifipublic wifi
FAQ
- What does the wifi unlock icon represent?
- It represents an open Wi-Fi network that does not require a password for access.
- How do I use the WifiUnlockIcon in React?
- Import both HugeiconsIcon and WifiUnlockIcon, then render it using <HugeiconsIcon icon={WifiUnlockIcon} />.
- What is the license for this icon?
- This icon 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 →