Calendar Week Begin Pixel Art Icon
A calendar week-begin icon marking the start of a week for weekly view navigation, sprint-start labels and 'Week starts on Monday' indicators.
Tags
calendareventdayweekbegin
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Calendar Week Begin icon
A calendar icon that emphasizes the beginning of a week column, suited to weekly planning and sprint-based project tools. Use it as the 'Start of week' indicator in a weekly calendar view, beside a 'Week begins' preference (Monday vs. Sunday), or to mark the opening of a sprint in an agile project tool. Calendar-weekend is its complement, highlighting the end of the working week rather than its start.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calendar-week-begin.svg" width="24" height="24" alt="Calendar Week Begin" />
<!-- React -->
import { CalendarWeekBegin } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calendar-week-begin.svg" width="48" height="48" style="image-rendering: pixelated" />