bow-arrow

Animated React component — BowArrow / BowArrowIcon

Hover the bow-arrow icon above to see the default draw animation.

Import

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

import { BowArrow } from "lucide-motion";

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

Quick start

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

import { BowArrow } from "lucide-motion";

<BowArrow 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
archerarcherygamewarweapon
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": "M17 3h4v4"
    }
  ],
  [
    "path",
    {
      "d": "M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17"
    }
  ],
  [
    "path",
    {
      "d": "M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05"
    }
  ],
  [
    "path",
    {
      "d": "M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z"
    }
  ],
  [
    "path",
    {
      "d": "M9.707 14.293 21 3"
    }
  ]
]