Shirt Pixel Art Icon
A shirt icon for apparel categories, clothing stores, custom-print merch shops and fashion-app wardrobe features.
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 Shirt icon
A front-view shirt silhouette, the standard icon for clothing and apparel. Fashion retailers use it for the tops or shirts category filter; custom-merchandise stores show it as the garment option for print-on-demand products; wardrobe apps use it to represent a clothing item in an outfit builder. It is gender-neutral and versatile across many apparel contexts. For workwear with distinct uniform connotations, suit is more specific; for a patterned variant, shirt-waves adds visual distinction.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shirt.svg" width="24" height="24" alt="Shirt" />
<!-- React -->
import { Shirt } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shirt.svg" width="48" height="48" style="image-rendering: pixelated" />