The Phosphor user minus icon depicts a person with a minus sign, commonly used to signify removing a user, unsubscribing, or revoking access.
Common uses
- Remove user from a group
- Unsubscribe from a service
- Revoke account permissions
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { UserMinus } from '@phosphor-icons/react';
<UserMinus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<UserMinus size={24} />thin
<UserMinus size={24} weight="thin" />light
<UserMinus size={24} weight="light" />bold
<UserMinus size={24} weight="bold" />fill
<UserMinus size={24} weight="fill" />duotone
<UserMinus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- personusersprofileaccountcontactdeleteremove-peopleuserminusremove userdelete profileperson removeaccount minus
FAQ
- What does the user minus icon represent?
- It represents the action of removing a user, such as deleting an account, removing someone from a list, or revoking access.
- How do I use the user minus icon in React?
- You can import and use it like this: import { UserMinus } from '@phosphor-icons/react'.
- 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 →