square-parking-off

Animated React component — SquareParkingOff / SquareParkingOffIcon

Hover the square-parking-off icon above to see the default draw animation.

Import

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

import { SquareParkingOff } from "lucide-motion";

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

Quick start

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

import { SquareParkingOff } from "lucide-motion";

<SquareParkingOff 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
parking lotcar parkno parking
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": "M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41"
    }
  ],
  [
    "path",
    {
      "d": "M3 8.7V19a2 2 0 0 0 2 2h10.3"
    }
  ],
  [
    "path",
    {
      "d": "m2 2 20 20"
    }
  ],
  [
    "path",
    {
      "d": "M13 13a3 3 0 1 0 0-6H9v2"
    }
  ],
  [
    "path",
    {
      "d": "M9 17v-2.3"
    }
  ]
]