# UserRoundPlusIcon

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

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

## Install

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

## Usage

```tsx
import { UserRoundPlusIcon } from "@/components/icons/user-round-plus";

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

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

## Keywords

- user
- plus
- add
- create
- new

## Similar icons

- [BatteryPlusIcon](https://lucide-animated.com/icons/battery-plus.md)
- [BookmarkPlusIcon](https://lucide-animated.com/icons/bookmark-plus.md)
- [MapPinPlusIcon](https://lucide-animated.com/icons/map-pin-plus.md)
- [MapPinPlusInsideIcon](https://lucide-animated.com/icons/map-pin-plus-inside.md)
- [PlusIcon](https://lucide-animated.com/icons/plus.md)
- [BotIcon](https://lucide-animated.com/icons/bot.md)
