# FileCogIcon

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

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

## Install

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

## Usage

```tsx
import { FileCogIcon } from "@/components/icons/file-cog";

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

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

## Keywords

- file
- cog
- settings
- preferences
- controls

## Similar icons

- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [CalendarCogIcon](https://lucide-animated.com/icons/calendar-cog.md)
- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [FolderCogIcon](https://lucide-animated.com/icons/folder-cog.md)
- [SettingsIcon](https://lucide-animated.com/icons/settings.md)
- [SlidersHorizontalIcon](https://lucide-animated.com/icons/sliders-horizontal.md)
