ice-cream-bowl

Animated React component — IceCreamBowl / IceCreamBowlIcon

Hover the ice-cream-bowl icon above to see the default draw animation.

Import

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

import { IceCreamBowl } from "lucide-motion";

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

Quick start

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

import { IceCreamBowl } from "lucide-motion";

<IceCreamBowl 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
gelatofooddessertdishrestaurantcoursemeal
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": "M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0"
    }
  ],
  [
    "path",
    {
      "d": "M12.14 11a3.5 3.5 0 1 1 6.71 0"
    }
  ],
  [
    "path",
    {
      "d": "M15.5 6.5a3.5 3.5 0 1 0-7 0"
    }
  ]
]