# LockOpenIcon

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

Source page: https://lucide-animated.com/icons/lock-open

## Install

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

## Usage

```tsx
import { LockOpenIcon } from "@/components/icons/lock-open";

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

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

## Keywords

- security
- password
- secure
- admin
- lock
- open

## Similar icons

- [LockKeyholeOpenIcon](https://lucide-animated.com/icons/lock-keyhole-open.md)
- [LockIcon](https://lucide-animated.com/icons/lock.md)
- [LockKeyholeIcon](https://lucide-animated.com/icons/lock-keyhole.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)
