Pixelarticons

Box X Pixel Art Icon

A box-X icon for canceling a shipment, rejected packages, removing an order item, and box-deletion actions.

office Pro 2 variants

Tags

boxpackagecontainerclosecancelremove

Style variants

base

Outline · rounded corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Box X icon

A box icon crossed with an X, signaling cancellation, rejection, or permanent removal of a package. Use it on a 'Cancel Shipment' button, a 'Reject Return' action in a warehouse tool, or an error state indicating a package failed to process. The X carries more finality than box-minus, so reserve it for irreversible or high-consequence actions. Consider pairing it with a confirmation dialog to prevent accidental cancellations.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/box-x.svg" width="24" height="24" alt="Box X" />

<!-- React -->
import { BoxX } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="box-x.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons