heater

Animated React component — Heater / HeaterIcon

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

Import

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

import { Heater } from "lucide-motion";

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

Quick start

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

import { Heater } from "lucide-motion";

<Heater 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
heatingwarmthcomfortfirestoveelectricelectronicsamenities
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": "M11 8c2-3-2-3 0-6"
    }
  ],
  [
    "path",
    {
      "d": "M15.5 8c2-3-2-3 0-6"
    }
  ],
  [
    "path",
    {
      "d": "M6 10h.01"
    }
  ],
  [
    "path",
    {
      "d": "M6 14h.01"
    }
  ],
  [
    "path",
    {
      "d": "M10 16v-4"
    }
  ],
  [
    "path",
    {
      "d": "M14 16v-4"
    }
  ],
  [
    "path",
    {
      "d": "M18 16v-4"
    }
  ],
  [
    "path",
    {
      "d": "M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"
    }
  ],
  [
    "path",
    {
      "d": "M5 20v2"
    }
  ],
  [
    "path",
    {
      "d": "M19 20v2"
    }
  ]
]