Calendar Plus Pixel Art Icon
A calendar with a plus for 'Add event', 'Book a meeting', 'New appointment' and any action that creates a new calendar entry.
Tags
calendareventdayplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Plus icon
A calendar icon paired with a plus sign, communicating the creation of a new scheduled item. Place it on an 'Add event', 'Book a meeting', or 'New appointment' button in any scheduling or calendar interface. Users recognize this combination immediately as 'schedule something new.' Its counterpart, calendar-minus, removes entries, and together they form a clear create/remove pair. For confirming an already-booked event, calendar-check is the icon to reach for instead.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-plus.svg" width="24" height="24" alt="Calendar Plus" />
<!-- React -->
import { CalendarPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-plus.svg" width="48" height="48" style="image-rendering: pixelated" />