The HugeIcons biometric access icon depicts a fingerprint, commonly used to represent security features that rely on unique biological traits for authentication.
Common uses
- Login/authentication buttons
- Security settings
- User profile access
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BiometricAccessIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BiometricAccessIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- fingerprintsecurityauthenticationlogin
FAQ
- What is this icon for?
- This icon represents biometric authentication, such as fingerprint or facial recognition, used for secure access.
- How do I use this in React?
- Import the icon and render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { BiometricAccessIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={BiometricAccessIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in commercial and non-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 →