# CalendarCogIcon

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

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

## Install

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

## Usage

```tsx
import { CalendarCogIcon } from "@/components/icons/calendar-cog";

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

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

## Keywords

- date
- day
- month
- year
- events
- settings
- gear
- cog

## Similar icons

- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [FileCogIcon](https://lucide-animated.com/icons/file-cog.md)
- [FolderCogIcon](https://lucide-animated.com/icons/folder-cog.md)
- [SettingsIcon](https://lucide-animated.com/icons/settings.md)
- [CalendarDaysIcon](https://lucide-animated.com/icons/calendar-days.md)
