The Phosphor user square icon depicts a generic user profile within a square container, commonly used to represent user accounts, profiles, or login sections in a user interface.
Common uses
- User profile link
- Account settings button
- Login/Logout button
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { UserSquare } from '@phosphor-icons/react';
<UserSquare size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<UserSquare size={24} />thin
<UserSquare size={24} weight="thin" />light
<UserSquare size={24} weight="light" />bold
<UserSquare size={24} weight="bold" />fill
<UserSquare size={24} weight="fill" />duotone
<UserSquare size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- personusersprofileaccountcontactloginpeopleusersquareperson squareprofile squareaccount squareusers square
FAQ
- What does the user square icon represent?
- It represents a user profile or account, often used for navigation to user-specific areas like settings or login.
- How do I use the user square icon in React?
- You can import and use it like this: import { UserSquare } from '@phosphor-icons/react'. Then render it as <UserSquare size={32} />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →