The HugeIcons user account icon visually represents a person or user profile, commonly used to indicate actions related to user authentication, profile management, or personal settings.
Common uses
- Login/Logout button
- User profile settings link
- Account management section header
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { UserAccountIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={UserAccountIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- profilepersonavataruser
FAQ
- What does the user account icon represent?
- It represents a user or a person's profile. It's typically used for actions like logging in, accessing profile settings, or managing an account.
- How do I use the UserAccountIcon in React?
- Import both HugeiconsIcon and UserAccountIcon, then render it using <HugeiconsIcon icon={UserAccountIcon} />.
- What is the license for this icon?
- The UserAccountIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.