The Tabler calendar week icon visually represents a weekly calendar view, commonly used in user interfaces to indicate scheduling, date selection, or time management features.
Common uses
- Displaying a weekly schedule or agenda.
- Selecting a specific week for a date range.
- Navigating between different weeks in a calendar application.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCalendarWeek } from '@tabler/icons-react';
<IconCalendarWeek size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCalendarWeek size={24} stroke={2} />filled
<IconCalendarWeekFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- weekly-calendarweek-viewdate-weekweekly-scheduletimeframecalendar-gridweekweek-plannerweeklydate-gridsystemcalendar
FAQ
- What does the calendar week icon represent?
- It depicts a grid view of a week, often used for scheduling or date-related functionalities.
- How do I use this icon in React?
- Import it using `import { IconCalendarWeek } from '@tabler/icons-react';` and then use the component `<IconCalendarWeek />`.
- What is the license for this icon?
- The Tabler icons, including calendar-week, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →