drama

Animated React component — Drama / DramaIcon

Hover the drama icon above to see the default draw animation.

Import

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

import { Drama } from "lucide-motion";

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

Quick start

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

import { Drama } from "lucide-motion";

<Drama 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
dramamaskstheatertheatreentertainmentshow
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": "M10 11h.01"
    }
  ],
  [
    "path",
    {
      "d": "M14 6h.01"
    }
  ],
  [
    "path",
    {
      "d": "M18 6h.01"
    }
  ],
  [
    "path",
    {
      "d": "M6.5 13.1h.01"
    }
  ],
  [
    "path",
    {
      "d": "M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3"
    }
  ],
  [
    "path",
    {
      "d": "M17.4 9.9c-.8.8-2 .8-2.8 0"
    }
  ],
  [
    "path",
    {
      "d": "M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7"
    }
  ],
  [
    "path",
    {
      "d": "M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4"
    }
  ]
]