The HugeIcons clock add icon visually represents the action of adding time or scheduling an event, commonly used for buttons or links that initiate a time-setting process.
Common uses
- Add new event to calendar
- Set a reminder
- Schedule a meeting
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ClockAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ClockAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add timeschedulenew eventset reminder
FAQ
- What does the clock add icon signify?
- This icon signifies adding time or scheduling. It's typically used when a user needs to input a new time, set a reminder, or schedule an event.
- How do I use the ClockAddIcon in React?
- Import both HugeiconsIcon and ClockAddIcon, then render it using: `<HugeiconsIcon icon={ClockAddIcon} />`.
- What is the license for this icon?
- The HugeIcons icon library, including the ClockAddIcon, 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 →