The Lucide calendar arrow down icon visually represents a calendar with a downward-pointing arrow, commonly used to indicate actions related to sorting or filtering calendar data in descending order.
Common uses
- Sorting a list of events by date (newest first).
- Filtering a calendar view to show past events.
- Indicating a default or descending date order in a table header.
Use it in React
Install
npm i lucide-reactImport & render
import { CalendarArrowDown } from 'lucide-react';
<CalendarArrowDown size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- datemonthyeareventsortorderascendingdescendingincreasingdecreasingrisingfallingcalendararrowdownsort descending date
FAQ
- What does the calendar-arrow-down icon represent?
- It signifies a calendar combined with a downward arrow, typically used for sorting or filtering calendar-related information in descending order.
- How do I use this icon in React?
- You can import and use it like this: import { CalendarArrowDown } from 'lucide-react'. Then render it as <CalendarArrowDown />.
- What is the license for this icon?
- The Lucide icon library, including the calendar-arrow-down icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →