# FolderCogIcon

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

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

## Install

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

## Usage

```tsx
import { FolderCogIcon } from "@/components/icons/folder-cog";

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

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

## Keywords

- folder
- cog
- settings
- configuration

## Similar icons

- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [CalendarCogIcon](https://lucide-animated.com/icons/calendar-cog.md)
- [FileCogIcon](https://lucide-animated.com/icons/file-cog.md)
- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [FolderArchiveIcon](https://lucide-animated.com/icons/folder-archive.md)
- [FolderCheckIcon](https://lucide-animated.com/icons/folder-check.md)
