Time Icons for Angular

27 icons · 6 styles each · @rchernando/solar-icons/time

The Time set collects 27 icons — 2.2% of the 1,246 icons in the library, which makes it the 21st largest of the 37 categories. Every glyph is drawn on a 24x24 grid and exported in 6 style variants, so the set accounts for roughly 162 icon definitions on its own.

These are icons for clocks, alarms, calendars and duration. You will normally place them in schedulers, timers, history views and deadline badges, and they are the first set calendars, booking flows and time-tracking tools tends to pull in. Icons such as Alarm, Alarm Add, Alarm Pause and Alarm Play cover the obvious cases; further in you will find Alarm, Alarm Remove, Calendar Add and Calendar Search, which handle the states people forget to design for.

All 27 Time icons

Style variants in the Time set

Each of the 27 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for time in a dense layout; Bold reads better at small sizes and on coloured surfaces; the duotone pair adds a second opacity layer when you want depth without introducing another colour token.

bold
bold-duotone
linear
outline
broken
line-duotone

Installing the Time icons

Import from the "@rchernando/solar-icons/time" entry point rather than the package root — that is what keeps the other 36 categories out of your bundle. Register the icons you need with provideSolarIcons, either once in the application config or inside the providers array of the route that uses them, and render <solar-icon> with the icon name. The SVG is inlined, so there is no runtime fetch and no flash of missing icon.

bash
npm i @rchernando/solar-icons
typescript
import { AlarmBold, AlarmAddBold, AlarmPauseBold } from '@rchernando/solar-icons/time';
html
<solar-icon name="alarm" iconStyle="bold" size="24px" />
<solar-icon name="alarm-add" iconStyle="bold" size="24px" />
<solar-icon name="alarm-pause" iconStyle="bold" size="24px" />

Time icons FAQ

How many time icons are there?
27 unique icons, each in 6 styles, for 162 definitions in the time entry point.
Are the Time icons free to use?
Yes. @rchernando/solar-icons is published on npm under an open licence and the time set is included in the package.
Can I import only one time icon?
Yes — import the single export you need from "@rchernando/solar-icons/time". Anything you do not import is tree-shaken away.

Other icon categories

Sets that are commonly used next to Time: Transport Parts Service (19), Users (22), Text Formatting (33) and Sports (41).

37 categories, 1,246 icons. Search the whole library or read the usage patterns.