The Heroicons user icon depicts a silhouette of a person, commonly used to represent user profiles, accounts, or individuals within an application.
Common uses
- User profile avatar placeholder
- Account settings link
- Login/signup button
Use it in React
Install
npm i @heroicons/reactImport & render
import { UserIcon } from '@heroicons/react/24/outline';
<UserIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<UserIcon className="size-6" />24/solid
<UserIcon className="size-6" />20/solid
<UserIcon className="size-6" />16/solid
<UserIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- userpersonprofileaccountavatar
FAQ
- What does the user icon represent?
- It represents a person or user, often used for profile information or account-related actions.
- How do I use the user icon in React?
- Import it as `UserIcon` from '@heroicons/react/24/outline' and use it within your JSX.
- What is the license for the Heroicons user icon?
- The Heroicons user icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.