Shirt X Pixel Art Icon
A shirt with an X for out-of-stock garments, removing clothing items, discontinued products and 'Item unavailable' states.
Tags
shirtclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Shirt X icon
A shirt shape combined with an X mark, signaling unavailability, removal, or cancellation in an apparel context. Online stores use it to mark out-of-stock items in a category grid; wardrobe apps show it when deleting a clothing item; order-management tools reach for it when a garment is removed from a pending order. For a discount signal, a tag icon is clearer; shirt-x is most at home when the garment relationship is being ended or the item is unavailable.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shirt-x.svg" width="24" height="24" alt="Shirt X" />
<!-- React -->
import { ShirtX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shirt-x.svg" width="48" height="48" style="image-rendering: pixelated" />