Calendars Pixel Art Icon
A stacked calendars icon for calendar list views, multi-calendar management, subscription calendars and 'My calendars' sidebar sections.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendars icon
Two or more calendar shapes stacked or overlapping, representing multiple calendars managed together. Use it on a 'My calendars' sidebar label, a 'Manage calendars' settings page, a 'Calendar subscriptions' list, or a 'Merge calendars' action in a scheduling tool. It immediately signals that more than one calendar is involved. For actions or views that pertain to a single calendar, the plain calendar icon keeps the scope appropriately singular.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendars.svg" width="24" height="24" alt="Calendars" />
<!-- React -->
import { Calendars } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendars.svg" width="48" height="48" style="image-rendering: pixelated" />