The Phosphor user rectangle icon depicts a stylized person within a rectangular frame, commonly used to represent user profiles, accounts, or general user-related actions.
Common uses
- User profile page link
- Account settings button
- Login/signup form header
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { UserRectangle } from '@phosphor-icons/react';
<UserRectangle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<UserRectangle size={24} />thin
<UserRectangle size={24} weight="thin" />light
<UserRectangle size={24} weight="light" />bold
<UserRectangle size={24} weight="bold" />fill
<UserRectangle size={24} weight="fill" />duotone
<UserRectangle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- personusersprofileaccountcontactloginpeopleuserrectangleperson rectangleprofile carduser blockaccount icon
FAQ
- What does the user rectangle icon represent?
- It represents a user or account, often within a defined space like a profile card or settings area.
- How do I use this icon in React?
- Import it as `UserRectangle` from '@phosphor-icons/react' and use it as a component: `<UserRectangle />`.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
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 →