Avatar Circle X Pixel Art Icon
A circular avatar icon with an X badge for blocking, permanently removing, or canceling a user account in admin and moderation interfaces.
Tags
avatarcircleclosecancelremove
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 X icon
A round user avatar with an X mark overlaid, conveying a stronger and more final action than the minus-badged variant. Use it for 'Block user', 'Revoke access', or 'Delete account' actions in admin panels and moderation tools. The X implies rejection or termination rather than a casual removal, so it suits destructive or irreversible actions. For lighter 'Remove from list' scenarios, avatar-circle-minus is the less alarming choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/avatar-circle-x.svg" width="24" height="24" alt="Avatar Circle X" />
<!-- React -->
import { AvatarCircleX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="avatar-circle-x.svg" width="48" height="48" style="image-rendering: pixelated" />