Eraser Pixel Art Icon
An eraser icon for clearing input fields, undoing drawn content, wiping annotations, and 'Clear all' actions in editors.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Eraser icon
A rubber eraser, representing clearing, wiping, or removing content without permanently deleting a record. Place it on a 'Clear field' action in a form, an erase tool in a drawing or whiteboard app, an 'Undo markup' button in a PDF annotator, or a reset control in a canvas editor. It differs from the delete icon by implying a gentle clearing rather than destruction. For removing entire items from a list, the delete or trash icon sets clearer permanence expectations.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/eraser.svg" width="24" height="24" alt="Eraser" />
<!-- React -->
import { Eraser } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="eraser.svg" width="48" height="48" style="image-rendering: pixelated" />