The HugeIcons finger print icon visually represents a unique human fingerprint, commonly used in UIs for authentication, identification, or security-related actions.
Common uses
- User login/authentication
- Biometric security settings
- Identity verification steps
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FingerPrintIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FingerPrintIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- biometricidentitysecurityauthentication
FAQ
- What is the primary purpose of the FingerPrintIcon?
- It's used to signify actions or areas related to user identification, authentication, or biometric security.
- How do I use the FingerPrintIcon in a React application?
- Import both HugeiconsIcon and FingerPrintIcon, then render it using <HugeiconsIcon icon={FingerPrintIcon} />.
- What is the license for the HugeIcons FingerPrintIcon?
- The HugeIcons library, including the FingerPrintIcon, is distributed 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 →