# KeyCircleIcon

> 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 key circle icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/key-circle

## Install

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

## Usage

```tsx
import { KeyCircleIcon } from "@/components/icons/key-circle";

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

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

## Keywords

- key
- authentication
- security
- access
- password

## Similar icons

- [KeyIcon](https://lucide-animated.com/icons/key.md)
- [KeySquareIcon](https://lucide-animated.com/icons/key-square.md)
- [FingerprintIcon](https://lucide-animated.com/icons/fingerprint.md)
- [LockIcon](https://lucide-animated.com/icons/lock.md)
- [LockKeyholeIcon](https://lucide-animated.com/icons/lock-keyhole.md)
- [LockKeyholeOpenIcon](https://lucide-animated.com/icons/lock-keyhole-open.md)
