Avatar Circle Minus Pixel Art Icon
A circular avatar icon with a minus badge for removing a team member, revoking access and 'Remove user' actions in people pickers.
Tags
avatarcircleminusremovesubtractnegative
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 Avatar Circle Minus icon
A round user avatar overlaid with a minus symbol, signaling that tapping it will remove a person from a group, list, or role. Use it on a 'Remove member' button in team settings, beside a participant in a shared document's access list, or in a people picker when deselecting someone. The minus badge communicates subtraction precisely. To block or flag rather than simply remove, avatar-circle-x with its X badge is the stronger, more decisive signal.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/avatar-circle-minus.svg" width="24" height="24" alt="Avatar Circle Minus" />
<!-- React -->
import { AvatarCircleMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="avatar-circle-minus.svg" width="48" height="48" style="image-rendering: pixelated" />