The Heroicons user plus icon depicts a person with a plus sign, commonly used to represent adding a new user or inviting someone to a system or group.
Common uses
- Add new user button
- Invite to team/group action
- Sign up form prompt
Use it in React
Install
npm i @heroicons/reactImport & render
import { UserPlusIcon } from '@heroicons/react/24/outline';
<UserPlusIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<UserPlusIcon className="size-6" />24/solid
<UserPlusIcon className="size-6" />20/solid
<UserPlusIcon className="size-6" />16/solid
<UserPlusIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- userplusadd usernew userinvitesign up
FAQ
- What does the user plus icon represent?
- It visually signifies the action of adding a new user or inviting someone to join a platform, service, or group.
- How do I use this icon in React?
- Import it using `import { UserPlusIcon } from '@heroicons/react/24/outline'` and then render it as a component: `<UserPlusIcon className="h-6 w-6" />`.
- What is the license for this icon?
- The Heroicons library, including the user-plus icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.