The HugeIcons id not verified icon visually represents a lack of identity confirmation and is commonly used to indicate that a user's account or a specific piece of information has not yet been validated.
Common uses
- Indicating unverified user profiles
- Flagging incomplete registration steps
- Showing pending identity verification status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { IdNotVerifiedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={IdNotVerifiedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- unverifiedpending verificationidentity checknot confirmed
FAQ
- What does the 'id not verified' icon mean?
- This icon signifies that an identity or account has not undergone a verification process. It's used to visually communicate a pending or missing validation status.
- How do I use the IdNotVerifiedIcon in React?
- Import both HugeiconsIcon and IdNotVerifiedIcon, then render the icon using the <HugeiconsIcon icon={IdNotVerifiedIcon} /> component.
- What is the license for this icon?
- The IdNotVerifiedIcon is provided under the MIT license, allowing 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 →