# CookingPotIcon

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

Source page: https://lucide-animated.com/icons/cooking-pot

## Install

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

## Usage

```tsx
import { CookingPotIcon } from "@/components/icons/cooking-pot";

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

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

## Keywords

- pod
- cooking
- recipe
- food
- kitchen
- chef
- restaurant
- dinner
- lunch
- breakfast
- meal
- eat

## Similar icons

- [FishSymbolIcon](https://lucide-animated.com/icons/fish-symbol.md)
- [BananaIcon](https://lucide-animated.com/icons/banana.md)
