# UserPlusIcon

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

> Animated user plus icon for React — part of lucide-animated.

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

## Install

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

## Usage

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

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

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

## Keywords

- user
- plus
- add
- new
- person
- account
- signup

## Similar icons

- [UserRoundPlusIcon](https://lucide-animated.com/icons/user-round-plus.md)
- [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)
