The HugeIcons clock arrow down icon depicts a clock with a downward-pointing arrow, commonly used to represent actions like downloading, scheduling for a future time, or indicating a time-based deferral.
Common uses
- Download scheduled for later
- Set reminder for a specific time
- Indicate a past due date
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ClockArrowDownIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ClockArrowDownIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download timeschedule downtime deferpast due
FAQ
- What does the clock arrow down icon represent?
- This icon visually combines a clock with a downward arrow, suggesting an action related to time and direction, such as scheduling, deferring, or downloading at a specific time.
- How do I use the ClockArrowDownIcon in React?
- Import both HugeiconsIcon and ClockArrowDownIcon from their respective packages and render it using <HugeiconsIcon icon={ClockArrowDownIcon} />.
- What is the license for this icon?
- The HugeIcons icon library, including the ClockArrowDownIcon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →