The Tabler clock hour 4 icon depicts a clock face showing the time as 4 o'clock, commonly used to represent time-related settings or actions within a user interface.
Common uses
- Setting a specific time
- Indicating a time-based event
- Accessing time/date settings
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconClockHour4 } from '@tabler/icons-react';
<IconClockHour4 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconClockHour4 size={24} stroke={2} />filled
<IconClockHour4Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- timewatchtimeralarmminutessecondsclockhourcontroloperationsystem4time 4clock 4four o'clocksystem time
FAQ
- What does the clock-hour-4 icon represent?
- This icon visually represents the time 4 o'clock. It's generally used for time-related functions or settings in an application.
- How do I use the clock-hour-4 icon in React?
- You can import and use it in your React components like this: import { IconClockHour4 } from '@tabler/icons-react'. Then render it as <IconClockHour4 />.
- What is the license for the clock-hour-4 icon?
- The Tabler icon library, including the clock-hour-4 icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →