User Minus Pixel Art Icon
A user icon with a minus symbol for removing members, revoking access and 'Remove from team' actions in admin and settings interfaces.
Tags
accountminusremovesubtractnegative
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the User Minus icon
A person silhouette combined with a minus sign, signaling that a user is being removed from a group, role, or system. Admin panels, team management screens, and access-control lists use it on 'Remove member' or 'Revoke access' buttons. It implies a reversible removal rather than a permanent ban; for a stronger and more final action, user-x with its X symbol is the appropriate escalation. Pair it with user-plus to create a natural add/remove control pair.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/user-minus.svg" width="24" height="24" alt="User Minus" />
<!-- React -->
import { UserMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="user-minus.svg" width="48" height="48" style="image-rendering: pixelated" />