# ProjectorIcon

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

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

## Install

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

## Usage

```tsx
import { ProjectorIcon } from "@/components/icons/projector";

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

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

## Keywords

- projector
- screen
- display
- video
- projection

## Similar icons

- [MonitorCheckIcon](https://lucide-animated.com/icons/monitor-check.md)
- [AirplayIcon](https://lucide-animated.com/icons/airplay.md)
- [CastIcon](https://lucide-animated.com/icons/cast.md)
- [ClapIcon](https://lucide-animated.com/icons/clap.md)
- [EyeIcon](https://lucide-animated.com/icons/eye.md)
- [MaximizeIcon](https://lucide-animated.com/icons/maximize.md)
