The Lucide clock arrow up icon visually represents an upward trend or increase in time, often used to indicate sorting data by time in ascending order or a process that is progressing forward.
Common uses
- Sort table data by date/time (newest first)
- Indicate a time-based increase or progress
- Show a countdown timer reaching its end
Use it in React
Install
npm i lucide-reactImport & render
import { ClockArrowUp } from 'lucide-react';
<ClockArrowUp size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- timewatchalarmsortorderascendingdescendingincreasingdecreasingrisingfallingclockarrowuptime ascendingsort time up
FAQ
- What does the clock arrow up icon represent?
- It signifies an upward movement or increase related to time, commonly used for sorting or indicating progression.
- How do I use the clock arrow up icon in React?
- Import it from 'lucide-react' as: import { ClockArrowUp } from 'lucide-react'. Then use it as a component: <ClockArrowUp />.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software 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 →