# MonitorCogIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated monitor cog icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/monitor-cog

## Install

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

## Usage

```tsx
import { MonitorCogIcon } from "@/components/icons/monitor-cog";

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

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

## Keywords

- tv
- screen
- display
- virtual machine
- vm
- executable
- settings
- cog
- edit
- gear
- configuration
- preferences
- system
- control panel
- network
- computing

## Similar icons

- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [MonitorCheckIcon](https://lucide-animated.com/icons/monitor-check.md)
- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [SettingsIcon](https://lucide-animated.com/icons/settings.md)
- [CalendarCogIcon](https://lucide-animated.com/icons/calendar-cog.md)
- [FileCogIcon](https://lucide-animated.com/icons/file-cog.md)
