Calendar Delete Pixel Art Icon
A calendar with a delete or trash indicator for canceling events, removing appointments and clearing scheduled items from a calendar.
Tags
calendareventdaydeleteremovetrasherase
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Delete icon
A calendar icon marked with a removal symbol, indicating that a scheduled event is being canceled or erased. Use it on a 'Cancel appointment' button in a booking flow, a 'Delete event' action in a calendar app, or a 'Clear schedule' control in an admin panel. It is more specific than a plain trash icon because the calendar shape signals the deleted item is time-bound. Calendar-minus is the lighter alternative for removing a single occurrence.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-delete.svg" width="24" height="24" alt="Calendar Delete" />
<!-- React -->
import { CalendarDelete } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-delete.svg" width="48" height="48" style="image-rendering: pixelated" />