The HugeIcons time 03 icon depicts a clock face with a single hand pointing to a specific time, commonly used to represent scheduled events, deadlines, or specific time-related actions.
Common uses
- Displaying event start times
- Indicating a due date
- Setting a reminder
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Time03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Time03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- clock iconschedule icontimer iconappointment icon
FAQ
- What does the Time03 icon represent?
- The Time03 icon visually represents a specific point in time on a clock face, useful for indicating schedules or deadlines.
- How do I use the Time03 icon in React?
- Import the icon and use it with the HugeiconsIcon component like this: import { HugeiconsIcon } from '@hugeicons/react'; import { Time03Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={Time03Icon} />.
- What is the license for this icon?
- The Time03 icon is distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →