# TelescopeIcon

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

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

## Install

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

## Usage

```tsx
import { TelescopeIcon } from "@/components/icons/telescope";

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

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

## Keywords

- telescope
- astronomy
- space
- discovery
- exploration
- explore
- vision
- perspective
- focus
- stargazing
- observe
- view

## Similar icons

- [EyeIcon](https://lucide-animated.com/icons/eye.md)
- [EyeOffIcon](https://lucide-animated.com/icons/eye-off.md)
- [RocketIcon](https://lucide-animated.com/icons/rocket.md)
