Calendar Check Pixel Art Icon
A calendar with a checkmark for confirmed bookings, completed events, 'Meeting confirmed' states and attended-appointment records.
Tags
calendareventdaychecktickconfirmdoneapproveyesok
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Check icon
A calendar icon overlaid with a check mark, indicating a confirmed, completed, or approved event. Booking and scheduling apps use it to confirm a reservation or appointment; project tools show it beside a milestone that has been reached on time; attendance records mark it against events the user attended. It communicates a positive, resolved state rather than a pending one. For events that still need to happen, the plain calendar icon avoids the premature impression of completion.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-check.svg" width="24" height="24" alt="Calendar Check" />
<!-- React -->
import { CalendarCheck } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-check.svg" width="48" height="48" style="image-rendering: pixelated" />