bot-message-square

Animated React component — BotMessageSquare / BotMessageSquareIcon

Hover the bot-message-square icon above to see the default draw animation.

Import

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

import { BotMessageSquare } from "lucide-motion";

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

Quick start

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

import { BotMessageSquare } from "lucide-motion";

<BotMessageSquare 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
robotaichatassistant
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 6V2H8"
    }
  ],
  [
    "path",
    {
      "d": "M15 11v2"
    }
  ],
  [
    "path",
    {
      "d": "M2 12h2"
    }
  ],
  [
    "path",
    {
      "d": "M20 12h2"
    }
  ],
  [
    "path",
    {
      "d": "M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"
    }
  ],
  [
    "path",
    {
      "d": "M9 11v2"
    }
  ]
]