Pixelarticons

Delete Pixel Art Icon

A delete icon for removing items, clearing data, discarding drafts, and 'Remove' or 'Erase' actions across interfaces.

devices Free 4 variants

Tags

removetrasherase

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp 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 Delete icon

A backspace or deletion symbol, often rendered as an arrow-tipped rectangle with an X, representing the act of removing or erasing content. Use it on a 'Delete item' button, a text-clear action in a search field, a 'Remove from list' row action, or a discard button for unsaved changes. It reads as an immediate deletion rather than trash-based soft delete. For recoverable deletion, a trash can icon sets clearer expectations; this icon fits permanent or instant removals better.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/delete.svg" width="24" height="24" alt="Delete" />

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

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

Related icons