brick-wall-shield

Animated React component — BrickWallShield / BrickWallShieldIcon

Hover the brick-wall-shield icon above to see the default draw animation.

Import

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

import { BrickWallShield } from "lucide-motion";

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

Quick start

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

import { BrickWallShield } from "lucide-motion";

<BrickWallShield 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
firewallsecuritybricksmortarcementmaterialsconstructionbuilderlabourerquantity surveyorblocksstonecybersecuritysecuresafetyprotectionguardianarmoredarmoureddefensedefencedefenderblockthreatpreventionantivirusvigilancevigilantdetectionscanfindstrengthstrongtoughinvincibleinvincibilityinvulnerableundamagedauditadminverificationcrestbraveryknightfoot soldierinfantrytrooperpawnbattlewarmilitaryarmycadetscout
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 9v1.258"
    }
  ],
  [
    "path",
    {
      "d": "M16 3v5.46"
    }
  ],
  [
    "path",
    {
      "d": "M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75"
    }
  ],
  [
    "path",
    {
      "d": "M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z"
    }
  ],
  [
    "path",
    {
      "d": "M3 15h7"
    }
  ],
  [
    "path",
    {
      "d": "M3 9h12.142"
    }
  ],
  [
    "path",
    {
      "d": "M8 15v6"
    }
  ],
  [
    "path",
    {
      "d": "M8 3v6"
    }
  ]
]