List Icons for Angular

28 icons · 6 styles each · @rchernando/solar-icons/list

Solar Icons groups 28 glyphs under List — 2.2% of the 1,246 icons in the library, which makes it the 19th 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 168 icon definitions on its own.

These are icons for lists, ordering and checklist state. You will normally place them in task boards, settings menus, sort controls and view switchers, and they are the first set productivity apps and any table with a layout toggle tends to pull in. Icons such as Bill, Checklist, Checklist Minimalistic and List cover the obvious cases; further in you will find Bill, List Arrow Down, List Check and List Down, which handle the states people forget to design for.

All 28 List icons

Style variants in the List set

Each of the 28 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for list 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 List icons

Import from the "@rchernando/solar-icons/list" 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 { BillBold, ChecklistBold, ChecklistMinimalisticBold } from '@rchernando/solar-icons/list';
html
<solar-icon name="bill" iconStyle="bold" size="24px" />
<solar-icon name="checklist" iconStyle="bold" size="24px" />
<solar-icon name="checklist-minimalistic" iconStyle="bold" size="24px" />

List icons FAQ

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

Other icon categories

Sets that are commonly used next to List: Map Location (37), Medicine (32), Like (17) and Home Furniture (35).

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