John KuehJohn Kueh

clock icon

Heroicons · clock · MIT

Download SVG

The Heroicons clock icon depicts a timepiece and is commonly used to represent time, scheduling, or status related to time.

Common uses

  • Displaying a due date or deadline
  • Indicating a loading or processing state
  • Showing the time an event occurred

Use it in React

Install
npm i @heroicons/react
Import & render
import { ClockIcon } from '@heroicons/react/24/outline';

<ClockIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<ClockIcon className="size-6" />
24/solid
<ClockIcon className="size-6" />
20/solid
<ClockIcon className="size-6" />
16/solid
<ClockIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
clocktimetimerschedulestopwatch

FAQ

What is the clock icon used for?
It represents time, scheduling, or time-related status in UI elements.
How do I use the clock icon in React?
Import it using: import { ClockIcon } from '@heroicons/react/24/outline' and then use it as a React component.
What is the license for this icon?
The Heroicons clock icon is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons 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 →