The HugeIcons finger print add icon visually represents the action of adding or registering a new fingerprint, commonly used for user authentication or enrollment processes.
Common uses
- User registration for biometric login
- Adding a new fingerprint to an existing account
- Enabling fingerprint authentication settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FingerPrintAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FingerPrintAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add fingerprintregister fingerprintbiometric addenroll fingerprint
FAQ
- What is the purpose of the finger print add icon?
- This icon signifies the action of adding or enrolling a new fingerprint, typically for security features like biometric login or account setup.
- How do I use the FingerPrintAddIcon in React?
- Import both HugeiconsIcon and FingerPrintAddIcon from their respective packages and render it using <HugeiconsIcon icon={FingerPrintAddIcon} />.
- What is the license for this icon?
- The FingerPrintAddIcon is part of the HugeIcons library and 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 →