The HugeIcons time 01 icon depicts a clock face and is typically used to represent time-related functions, scheduling, or deadlines in a user interface.
Common uses
- Displaying appointment times
- Indicating task deadlines
- Setting reminders
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Time01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Time01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- clock icontimer iconschedule icondate icon
FAQ
- What does the Time01Icon represent?
- The Time01Icon visually represents a clock or time, commonly used for features related to scheduling, deadlines, or time tracking.
- How do I use the Time01Icon in a React application?
- Import both HugeiconsIcon and Time01Icon, then render the icon using the <HugeiconsIcon icon={Time01Icon} /> component.
- What is the license for this icon?
- The Time01Icon is distributed under the MIT license, allowing for free use in both personal and 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 →