The Phosphor person simple circle icon depicts a stylized human figure within a circle, commonly used to represent a user profile, an individual, or an anonymous person in user interface elements.
Common uses
- User profile avatar placeholder
- Generic person icon in lists
- Accessibility or user settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PersonSimpleCircle } from '@phosphor-icons/react';
<PersonSimpleCircle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PersonSimpleCircle size={24} />thin
<PersonSimpleCircle size={24} weight="thin" />light
<PersonSimpleCircle size={24} weight="light" />bold
<PersonSimpleCircle size={24} weight="bold" />fill
<PersonSimpleCircle size={24} weight="fill" />duotone
<PersonSimpleCircle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- *new*humanaccessibilitya11yvitruviusvitruvianpeoplepersonsimplecircleuser iconprofile iconhuman iconanonymous user
FAQ
- What is the 'person simple circle' icon for?
- This icon represents a generic person or user, often used as a placeholder for profiles or when referring to an individual.
- How do I use this icon in React?
- You can import and use it like this: `import { PersonSimpleCircle } from '@phosphor-icons/react'`. Then render it as `<PersonSimpleCircle />`.
- 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 →