The Phosphor person simple icon depicts a stylized human figure, commonly used to represent users, pedestrians, or general people-related concepts in UI elements.
Common uses
- User profile avatar placeholder
- Indicate a pedestrian crossing or walking path
- Label for a 'My Account' or 'Profile' section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PersonSimple } from '@phosphor-icons/react';
<PersonSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PersonSimple size={24} />thin
<PersonSimple size={24} weight="thin" />light
<PersonSimple size={24} weight="light" />bold
<PersonSimple size={24} weight="bold" />fill
<PersonSimple size={24} weight="fill" />duotone
<PersonSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- pedestrianwalkinghumanwomanmanbodytransittransportationtravelcommuteruserexercisemaps & travelpeoplehealth & wellnessperson
FAQ
- What does the person-simple icon represent?
- It represents a simple human figure, often used for user-related actions, profiles, or indicating people.
- How do I use the person-simple icon in React?
- You can import and use it like this: import { PersonSimple } from '@phosphor-icons/react'. Then render it as <PersonSimple />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows 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 →