# ClipboardCheckIcon

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

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

## Install

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

## Usage

```tsx
import { ClipboardCheckIcon } from "@/components/icons/clipboard-check";

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

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

## Keywords

- clipboard
- check
- clipboard-check
- clipboard-checkmark

## Similar icons

- [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)
- [BadgeAlertIcon](https://lucide-animated.com/icons/badge-alert.md)
- [BookmarkCheckIcon](https://lucide-animated.com/icons/bookmark-check.md)
- [CalendarCheckIcon](https://lucide-animated.com/icons/calendar-check.md)
