# SwitchCameraIcon

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

Source page: https://lucide-animated.com/icons/switch-camera

## Install

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

## Usage

```tsx
import { SwitchCameraIcon } from "@/components/icons/switch-camera";

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

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

## Keywords

- switch
- camera
- video
- photo
- capture

## Similar icons

- [ClapIcon](https://lucide-animated.com/icons/clap.md)
- [CctvIcon](https://lucide-animated.com/icons/cctv.md)
- [PauseIcon](https://lucide-animated.com/icons/pause.md)
- [PlayIcon](https://lucide-animated.com/icons/play.md)
- [ProjectorIcon](https://lucide-animated.com/icons/projector.md)
