# FishSymbolIcon

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

Source page: https://lucide-animated.com/icons/fish-symbol

## Install

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

## Usage

```tsx
import { FishSymbolIcon } from "@/components/icons/fish-symbol";

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

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

## Keywords

- fish
- seafood
- ocean
- marine
- dish
- restaurant
- course
- meal
- seafood
- pet
- sea
- marine

## Similar icons

- [CookingPotIcon](https://lucide-animated.com/icons/cooking-pot.md)
- [ShipIcon](https://lucide-animated.com/icons/ship.md)
- [WavesIcon](https://lucide-animated.com/icons/waves.md)
- [WavesLadderIcon](https://lucide-animated.com/icons/waves-ladder.md)
- [RabbitIcon](https://lucide-animated.com/icons/rabbit.md)
