# ShipWheelIcon

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

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

## Install

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

## Usage

```tsx
import { ShipWheelIcon } from "@/components/icons/ship-wheel";

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

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

## Keywords

- ship
- wheel
- navigation
- transportation

## Similar icons

- [AmbulanceIcon](https://lucide-animated.com/icons/ambulance.md)
- [CompassIcon](https://lucide-animated.com/icons/compass.md)
- [MenuIcon](https://lucide-animated.com/icons/menu.md)
- [PanelLeftCloseIcon](https://lucide-animated.com/icons/panel-left-close.md)
- [PanelLeftOpenIcon](https://lucide-animated.com/icons/panel-left-open.md)
- [PanelRightOpenIcon](https://lucide-animated.com/icons/panel-right-open.md)
