The Phosphor calendar plus icon depicts a calendar with a plus symbol, commonly used to represent adding a new event, appointment, or date to a schedule.
Common uses
- Button to add a new event to a calendar view
- Icon next to a date field for adding a new entry
- Action item for scheduling a meeting or task
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CalendarPlus } from '@phosphor-icons/react';
<CalendarPlus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CalendarPlus size={24} />thin
<CalendarPlus size={24} weight="thin" />light
<CalendarPlus size={24} weight="light" />bold
<CalendarPlus size={24} weight="bold" />fill
<CalendarPlus size={24} weight="fill" />duotone
<CalendarPlus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- datestimeseventsscheduleaddofficesystemcalendarplusadd eventnew dateschedule eventcreate appointment
FAQ
- What does the calendar plus icon represent?
- It signifies the action of adding a new item, such as an event or date, to a calendar or schedule.
- How do I use this icon in React?
- Import it from the library like this: import { CalendarPlus } from '@phosphor-icons/react'. Then use it as a React component: <CalendarPlus />.
- What is the license for this icon?
- The Phosphor icon library, including the calendar plus icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →