# UserRoundCheckIcon

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

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

## Install

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

## Usage

```tsx
import { UserRoundCheckIcon } from "@/components/icons/user-round-check";

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

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

## Keywords

- user
- check
- checkmark
- tick
- done
- confirm
- complete

## Similar icons

- [UserCheckIcon](https://lucide-animated.com/icons/user-check.md)
- [CalendarCheckIcon](https://lucide-animated.com/icons/calendar-check.md)
- [CalendarCheck2Icon](https://lucide-animated.com/icons/calendar-check-2.md)
- [FileCheckIcon](https://lucide-animated.com/icons/file-check.md)
- [FileCheck2Icon](https://lucide-animated.com/icons/file-check-2.md)
- [LaptopMinimalCheckIcon](https://lucide-animated.com/icons/laptop-minimal-check.md)
