# EyeIcon

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

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

## Install

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

## Usage

```tsx
import { EyeIcon } from "@/components/icons/eye";

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

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

## Keywords

- view
- watch
- see
- show
- expose
- reveal
- display
- visible
- visibility
- vision
- preview
- read

## Similar icons

- [EyeOffIcon](https://lucide-animated.com/icons/eye-off.md)
- [TelescopeIcon](https://lucide-animated.com/icons/telescope.md)
- [ClapIcon](https://lucide-animated.com/icons/clap.md)
- [ClockIcon](https://lucide-animated.com/icons/clock.md)
- [GalleryThumbnailsIcon](https://lucide-animated.com/icons/gallery-thumbnails.md)
- [MonitorCheckIcon](https://lucide-animated.com/icons/monitor-check.md)
