Trash Pixel Art Icon
A trash bin icon for delete actions, empty-bin buttons, discard confirmations and permanent-removal warnings in any interface.
Tags
bingarbagewastedeleteremovediscardrubbishdustbin
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Trash icon
A bin with a lid and sometimes a handle, the universal symbol for deletion and removal. Use it on 'Delete' buttons in lists, file managers, email clients, and form editors. Because deletion is often irreversible, pair it with a confirmation dialog rather than triggering immediately. It suits both soft deletes (moves to trash) and hard deletes with care; when the action is recoverable (move to trash), a 'restore' option should be within reach.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/trash.svg" width="24" height="24" alt="Trash" />
<!-- React -->
import { Trash } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="trash.svg" width="48" height="48" style="image-rendering: pixelated" />