The HugeIcons secured network icon depicts a shield overlaying a network symbol, commonly used to represent secure connections, protected data, or privacy settings in user interfaces.
Common uses
- Security settings toggle
- VPN status indicator
- Encrypted communication badge
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SecuredNetworkIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SecuredNetworkIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- shield networkprivacy iconsecure connectionprotected network
FAQ
- What does the secured network icon represent?
- It visually signifies security, protection, or encryption within a network context, often used for features related to data privacy or secure access.
- How do I use the SecuredNetworkIcon in React?
- Import both HugeiconsIcon and SecuredNetworkIcon, then render the icon using the <HugeiconsIcon icon={SecuredNetworkIcon} /> component.
- What is the license for this icon?
- The HugeIcons library, including the SecuredNetworkIcon, 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 →