The HugeIcons identification icon visually represents a person or a unique identifier, commonly used for user profiles, login/logout actions, or displaying personal information.
Common uses
- User profile link
- Login/Logout button
- Account settings access
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { IdentificationIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={IdentificationIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- userprofileaccountperson
FAQ
- What is the purpose of the identification icon?
- This icon represents a person or a unique identifier. It's typically used in UIs to signify user-related actions or information, such as profiles or login.
- How do I use the IdentificationIcon in React?
- Import both HugeiconsIcon and IdentificationIcon from their respective packages, then render it using <HugeiconsIcon icon={IdentificationIcon} />.
- What is the license for this icon?
- The IdentificationIcon from HugeIcons 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 →