Calendar Month Pixel Art Icon
A calendar month icon for switching to monthly view, displaying a full month's events and month-level date navigation in scheduling apps.
Tags
calendareventdaymonth
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Month icon
A calendar icon specifically representing the monthly scope, often with a label or visual detail that distinguishes it from a weekly or daily view. Use it as a 'Month view' toggle in a calendar application that offers multiple time-scale views, on a 'This month' filter in an events list, or at the top of a monthly report. When the context is a single day's appointments rather than a whole month, the calendar-today icon reads more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-month.svg" width="24" height="24" alt="Calendar Month" />
<!-- React -->
import { CalendarMonth } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-month.svg" width="48" height="48" style="image-rendering: pixelated" />