Avatar Square Pixel Art Icon
A square avatar placeholder icon for user profiles in card layouts, admin tables and interfaces that use rectangular profile images.
Tags
avatarsquare
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 icon
A person silhouette inside a square frame, the default placeholder for contexts where user photos appear as squares or rounded rectangles rather than circles. Admin dashboards, contact cards, and data tables often use this shape. It tells users a profile photo belongs in that slot and scales well at small sizes in dense list views. When the surrounding UI uses circular avatars throughout, avatar-circle maintains the same intent while fitting the expected shape.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/avatar-square.svg" width="24" height="24" alt="Avatar Square" />
<!-- React -->
import { AvatarSquare } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="avatar-square.svg" width="48" height="48" style="image-rendering: pixelated" />