The Lucide clock 1 icon depicts a simple clock face and is commonly used in user interfaces to represent time-related functions, scheduling, or deadlines.
Common uses
- Displaying current time
- Setting reminders or alarms
- Indicating task deadlines
Use it in React
Install
npm i lucide-reactImport & render
import { Clock1 } from 'lucide-react';
<Clock1 size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- timewatchalarmclock1time iconschedule icontimer iconalarm icon
FAQ
- What is the clock 1 icon used for?
- It's used to represent time, scheduling, or deadlines in a user interface. It can be used for features like setting alarms or showing the current time.
- How do I use the clock 1 icon in React?
- You can import it from the 'lucide-react' library like this: import { Clock1 } from 'lucide-react'. Then use it as a component: <Clock1 />.
- What is the license for the Lucide clock 1 icon?
- The Lucide icon library, including the clock 1 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 →