# FingerprintIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated fingerprint icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/fingerprint

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/fingerprint.json"
```

## Usage

```tsx
import { FingerprintIcon } from "@/components/icons/fingerprint";

export function Demo() {
  return <FingerprintIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- 2fa
- authentication
- biometric
- identity
- security

## Similar icons

- [IdCardIcon](https://lucide-animated.com/icons/id-card.md)
- [KeyIcon](https://lucide-animated.com/icons/key.md)
- [KeyCircleIcon](https://lucide-animated.com/icons/key-circle.md)
- [KeySquareIcon](https://lucide-animated.com/icons/key-square.md)
- [BadgeAlertIcon](https://lucide-animated.com/icons/badge-alert.md)
- [LockIcon](https://lucide-animated.com/icons/lock.md)
