# SoupIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated soup icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/soup

## Install

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

## Usage

```tsx
import { SoupIcon } from "@/components/icons/soup";

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

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

## Keywords

- soup
- food
- meal
- bowl
- hot

## Similar icons

- [CookingPotIcon](https://lucide-animated.com/icons/cooking-pot.md)
- [BananaIcon](https://lucide-animated.com/icons/banana.md)
- [CoffeeIcon](https://lucide-animated.com/icons/coffee.md)
- [FishSymbolIcon](https://lucide-animated.com/icons/fish-symbol.md)
- [FlameIcon](https://lucide-animated.com/icons/flame.md)
