Avatar Square Minus Pixel Art Icon
A square avatar with a minus badge for removing members from teams, lists or projects in card-style and table-based admin interfaces.
Tags
avatarsquareminusremovesubtractnegative
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 Square Minus icon
A square-framed user silhouette combined with a minus symbol, signaling removal of a person from a group or list. It fits admin panels and team directories that display users in card or table form, where a remove button sits beside each row. Use it to revoke membership, unassign a user from a project, or clear a selection in a square-avatar-based people picker. For the same action in a round-avatar interface, avatar-circle-minus is the matching choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/avatar-square-minus.svg" width="24" height="24" alt="Avatar Square Minus" />
<!-- React -->
import { AvatarSquareMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="avatar-square-minus.svg" width="48" height="48" style="image-rendering: pixelated" />