The Heroicons calendar days icon visually represents a calendar page, commonly used to indicate date selection, scheduling, or event-related functionalities in user interfaces.
Common uses
- Date picker input
- Event scheduling form
- Calendar view toggle
Use it in React
Install
npm i @heroicons/reactImport & render
import { CalendarDaysIcon } from '@heroicons/react/24/outline';
<CalendarDaysIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<CalendarDaysIcon className="size-6" />24/solid
<CalendarDaysIcon className="size-6" />20/solid
<CalendarDaysIcon className="size-6" />16/solid
<CalendarDaysIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- calendardaysdate iconschedule iconevent iconmonth icon
FAQ
- What is the purpose of the calendar days icon?
- This icon is used to represent calendar-related actions or information, such as selecting a date or viewing a schedule.
- How do I use the calendar days icon in React?
- Import it from Heroicons and use it as a component: import { CalendarDaysIcon } from '@heroicons/react/24/outline'; <CalendarDaysIcon className="h-6 w-6" />
- What is the license for this icon?
- The Heroicons calendar days icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →