Calendar Range Pixel Art Icon
A calendar range icon for date-range pickers, multi-day booking spans, reporting periods and 'Select start and end date' controls.
Tags
calendareventdayrange
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Range icon
A calendar icon that visually indicates a span or range across multiple dates rather than a single day. Use it on a date-range picker trigger in hotel booking, flight search, or analytics tools, beside a 'Reporting period' field, or as the icon for a multi-day event type in a calendar app. It communicates 'you are selecting a duration' rather than a point in time, which is a subtly different mental model from the plain calendar icon used for single-date selection.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-range.svg" width="24" height="24" alt="Calendar Range" />
<!-- React -->
import { CalendarRange } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-range.svg" width="48" height="48" style="image-rendering: pixelated" />