# FolderCodeIcon

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

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

## Install

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

## Usage

```tsx
import { FolderCodeIcon } from "@/components/icons/folder-code";

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

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

## Keywords

- folder
- code
- file
- storage
- organization

## Similar icons

- [FolderArchiveIcon](https://lucide-animated.com/icons/folder-archive.md)
- [FolderCheckIcon](https://lucide-animated.com/icons/folder-check.md)
- [FolderDotIcon](https://lucide-animated.com/icons/folder-dot.md)
- [FolderDownIcon](https://lucide-animated.com/icons/folder-down.md)
- [FolderHeartIcon](https://lucide-animated.com/icons/folder-heart.md)
- [FolderInputIcon](https://lucide-animated.com/icons/folder-input.md)
