# BadgeAlertIcon

> 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 badge alert icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/badge-alert

## Install

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

## Usage

```tsx
import { BadgeAlertIcon } from "@/components/icons/badge-alert";

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

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

## Keywords

- check
- verified
- unverified
- security
- safety
- issue

## Similar icons

- [BadgePercentIcon](https://lucide-animated.com/icons/badge-percent.md)
- [ShieldCheckIcon](https://lucide-animated.com/icons/shield-check.md)
- [AlarmClockCheckIcon](https://lucide-animated.com/icons/alarm-clock-check.md)
- [AlarmClockMinusIcon](https://lucide-animated.com/icons/alarm-clock-minus.md)
- [AlarmClockPlusIcon](https://lucide-animated.com/icons/alarm-clock-plus.md)
- [BookmarkCheckIcon](https://lucide-animated.com/icons/bookmark-check.md)
