The Phosphor calendar minus icon depicts a calendar with a minus sign, typically used to represent actions related to removing or scheduling events.
Common uses
- Remove event from schedule
- Cancel a meeting
- Decline an invitation
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CalendarMinus } from '@phosphor-icons/react';
<CalendarMinus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CalendarMinus size={24} />thin
<CalendarMinus size={24} weight="thin" />light
<CalendarMinus size={24} weight="light" />bold
<CalendarMinus size={24} weight="bold" />fill
<CalendarMinus size={24} weight="fill" />duotone
<CalendarMinus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- *new*datestimeseventsscheduleremovedeleteofficesystemcalendarminusschedule removedelete eventcancel dateremove from calendar
FAQ
- What does the calendar minus icon represent?
- It signifies the removal or cancellation of a date, event, or scheduled item.
- How do I use this icon in React?
- Import it using: import { CalendarMinus } from '@phosphor-icons/react' and then use it as a component: <CalendarMinus />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage.
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 →