Calendar Minus Pixel Art Icon
A calendar with a minus for removing a single occurrence, reducing event count and 'Unschedule' actions without full deletion of a recurring event.
Tags
calendareventdayminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Minus icon
A calendar combined with a minus symbol, indicating the removal or subtraction of a scheduled item. Use it to remove one occurrence of a recurring event without deleting the whole series, to reduce the number of events in a slot, or as the 'Remove from schedule' action in a lighter context than full deletion. It is subtler than calendar-delete, which implies full erasure. The pairing of calendar-plus and calendar-minus gives scheduling interfaces a natural add/remove control set.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-minus.svg" width="24" height="24" alt="Calendar Minus" />
<!-- React -->
import { CalendarMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-minus.svg" width="48" height="48" style="image-rendering: pixelated" />