The Phosphor user circle dashed icon depicts a user profile silhouette within a dashed circle, commonly used to represent a pending, missing, or generic user account.
Common uses
- Placeholder for user avatar before upload
- Indication of a deleted or removed user profile
- Generic user icon in lists or tables
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { UserCircleDashed } from '@phosphor-icons/react';
<UserCircleDashed size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<UserCircleDashed size={24} />thin
<UserCircleDashed size={24} weight="thin" />light
<UserCircleDashed size={24} weight="light" />bold
<UserCircleDashed size={24} weight="bold" />fill
<UserCircleDashed size={24} weight="fill" />duotone
<UserCircleDashed size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- *new*personusersprofileaccountcontactloginpendingmissingremovedpeopleusercircledashedpending usergeneric profile
FAQ
- What does the dashed circle signify?
- The dashed circle typically indicates a state of being pending, incomplete, or not yet fully defined, such as a user profile that hasn't been set up or is temporarily unavailable.
- How do I use this icon in React?
- Import the icon component and use it in your JSX: import { UserCircleDashed } from '@phosphor-icons/react'; <UserCircleDashed />.
- What is the license for this icon?
- The Phosphor icon library, including the user-circle-dashed 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 →