The Lucide user plus icon depicts a person with a plus sign, commonly used to represent actions like adding a new user, inviting someone, or subscribing.
Common uses
- Add new user to a system
- Invite a collaborator
- Subscribe to a service
Use it in React
Install
npm i lucide-reactImport & render
import { UserPlus } from 'lucide-react';
<UserPlus size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- newaddcreatefollowsubscribeuserplusadd usernew userinvite
FAQ
- What is the user plus icon used for?
- It signifies adding a new user, inviting someone, or subscribing to a service.
- How do I use the user plus icon in React?
- Import it from 'lucide-react' as `import { UserPlus } from 'lucide-react'` and use it as a component: `<UserPlus />`.
- What is the license for the user plus icon?
- The user plus icon is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →