# ShipIcon

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

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

## Install

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

## Usage

```tsx
import { ShipIcon } from "@/components/icons/ship";

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

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

## Keywords

- boat
- vessel
- sea
- ocean
- water
- transport
- knots
- nautical mile
- maritime
- sailing
- yacht
- cruise
- ocean liner
- tanker
- vessel
- navy
- trip

## Similar icons

- [WavesIcon](https://lucide-animated.com/icons/waves.md)
- [WavesLadderIcon](https://lucide-animated.com/icons/waves-ladder.md)
- [FishSymbolIcon](https://lucide-animated.com/icons/fish-symbol.md)
- [CupSodaIcon](https://lucide-animated.com/icons/cup-soda.md)
- [DropletIcon](https://lucide-animated.com/icons/droplet.md)
- [TrainTrackIcon](https://lucide-animated.com/icons/train-track.md)
