Calendar Right Pixel Art Icon
A calendar with a right arrow for navigating to the next month, week or day in date pickers, calendar headers and scheduling controls.
Tags
calendareventdayrightforwardnexteast
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Right icon
A calendar icon with a rightward arrow, serving as the 'forward' control in calendar navigation. Tapping it advances the view to the next month, week, or day in a date picker or calendar UI. It pairs with calendar-left as the other half of the previous/next navigation pair found in the header of virtually every calendar component. The arrow direction alone carries the navigational meaning; no additional label is needed when the context makes the temporal direction obvious.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-right.svg" width="24" height="24" alt="Calendar Right" />
<!-- React -->
import { CalendarRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-right.svg" width="48" height="48" style="image-rendering: pixelated" />