Pixelarticons

Calendar Left Pixel Art Icon

A calendar with a left arrow for navigating to the previous month, week or day in date pickers and calendar navigation controls.

time Pro 4 variants

Tags

calendareventdayleftbackpreviouswest

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Calendar Left icon

A calendar icon with a leftward arrow, used as the 'back' navigation control in date pickers, calendar headers, and scheduling views. Clicking it moves the displayed period to the previous month, week, or day depending on the current view. It pairs directly with calendar-right to form a previous/next control pair. This is a purely navigational icon; the calendar body provides the scheduling context, while the arrow communicates directionality and temporal movement backward.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/calendar-left.svg" width="24" height="24" alt="Calendar Left" />

<!-- React -->
import { CalendarLeft } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-left.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons