ship-wheel

Animated React component — ShipWheel / ShipWheelIcon

Hover the ship-wheel icon above to see the default draw animation.

Import

Tree-shakable named import — only the icons you reference end up in your bundle.

import { ShipWheel } from "lucide-motion";

Also exported as ShipWheelIcon for the Lucide-suffix naming convention.

Quick start

Drop the component into your JSX. The default trigger plays the draw animation on hover.

import { ShipWheel } from "lucide-motion";

<ShipWheel size={32} />
Timing presets · hover to play
Snappy
duration={0.2} stagger={0}
Cinematic
duration={1.5} stagger={0.4}
Linear
easing="linear"
Spinner
trigger="mount" repeat={Infinity}
Tags
steeringrudderboatknotsnautical milemaritimesailingyachtcruiseocean linertankervesselnavytrip
Related icons

Raw node data

The icon's underlying SVG node tree — useful if you need to render or transform it yourself instead of using the component.

Show IconNode[]
[
  [
    "circle",
    {
      "cx": "12",
      "cy": "12",
      "r": "8"
    }
  ],
  [
    "path",
    {
      "d": "M12 2v7.5"
    }
  ],
  [
    "path",
    {
      "d": "m19 5-5.23 5.23"
    }
  ],
  [
    "path",
    {
      "d": "M22 12h-7.5"
    }
  ],
  [
    "path",
    {
      "d": "m19 19-5.23-5.23"
    }
  ],
  [
    "path",
    {
      "d": "M12 14.5V22"
    }
  ],
  [
    "path",
    {
      "d": "M10.23 13.77 5 19"
    }
  ],
  [
    "path",
    {
      "d": "M9.5 12H2"
    }
  ],
  [
    "path",
    {
      "d": "M10.23 10.23 5 5"
    }
  ],
  [
    "circle",
    {
      "cx": "12",
      "cy": "12",
      "r": "2.5"
    }
  ]
]