Avatar Square X Pixel Art Icon
A square avatar with an X badge for blocking, banning or permanently removing a user in table-style admin and moderation panels.
Tags
avatarsquareclosecancelremove
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 X icon
A square-framed user silhouette overlaid with an X, communicating a definitive or destructive user action such as blocking, banning, or account deletion. Its square frame suits admin tables and list-style moderation interfaces where users are shown in rectangular rows. The X is stronger in tone than a minus, so reserve it for irreversible or punitive actions. For ordinary removal without a negative connotation, avatar-square-minus is the lighter choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/avatar-square-x.svg" width="24" height="24" alt="Avatar Square X" />
<!-- React -->
import { AvatarSquareX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="avatar-square-x.svg" width="48" height="48" style="image-rendering: pixelated" />