zodiac-aquarius

Animated React component — ZodiacAquarius / ZodiacAquariusIcon

Hover the zodiac-aquarius icon above to see the default draw animation.

Import

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

import { ZodiacAquarius } from "lucide-motion";

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

Quick start

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

import { ZodiacAquarius } from "lucide-motion";

<ZodiacAquarius 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
water bearerwavesinnovationairfutureastrologystar signhoroscopeconstellationcelestial
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[]
[
  [
    "path",
    {
      "d": "m2 10 2.456-3.684a.7.7 0 0 1 1.106-.013l2.39 3.413a.7.7 0 0 0 1.096-.001l2.402-3.432a.7.7 0 0 1 1.098 0l2.402 3.432a.7.7 0 0 0 1.098 0l2.389-3.413a.7.7 0 0 1 1.106.013L22 10"
    }
  ],
  [
    "path",
    {
      "d": "m2 18.002 2.456-3.684a.7.7 0 0 1 1.106-.013l2.39 3.413a.7.7 0 0 0 1.097 0l2.402-3.432a.7.7 0 0 1 1.098 0l2.402 3.432a.7.7 0 0 0 1.098 0l2.389-3.413a.7.7 0 0 1 1.106.013L22 18.002"
    }
  ]
]