# ShieldCheckIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated shield check icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/shield-check

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/shield-check.json"
```

## Usage

```tsx
import { ShieldCheckIcon } from "@/components/icons/shield-check";

export function Demo() {
  return <ShieldCheckIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- security
- verified
- safe
- protection
- secure

## Similar icons

- [BadgeAlertIcon](https://lucide-animated.com/icons/badge-alert.md)
- [LockIcon](https://lucide-animated.com/icons/lock.md)
- [LockKeyholeIcon](https://lucide-animated.com/icons/lock-keyhole.md)
- [LockKeyholeOpenIcon](https://lucide-animated.com/icons/lock-keyhole-open.md)
- [LockOpenIcon](https://lucide-animated.com/icons/lock-open.md)
- [BadgePercentIcon](https://lucide-animated.com/icons/badge-percent.md)
