Notes Documents Icons for Angular

24 icons · 6 styles each · @rchernando/solar-icons/notes-documents

There are 24 Notes Documents icons in the Solar Icons library — 1.9% of the 1,246 icons in the library, which makes it the 22nd 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 144 icon definitions on its own.

These are icons for notes, clipboards, archives and written records. You will normally place them in note editors, archive views, document lists and audit trails, and they are the first set knowledge bases and internal tools tends to pull in. Icons such as Archive, Archive Check, Archive Down and Archive Down Minimlistic cover the obvious cases; further in you will find Archive, Archive Minimalistic, Clipboard Add and Clipboard Remove, which handle the states people forget to design for.

All 24 Notes Documents icons

Style variants in the Notes Documents set

Each of the 24 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for notes documents 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 Notes Documents icons

Import from the "@rchernando/solar-icons/notes-documents" 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 { ArchiveBold, ArchiveCheckBold, ArchiveDownBold } from '@rchernando/solar-icons/notes-documents';
html
<solar-icon name="archive" iconStyle="bold" size="24px" />
<solar-icon name="archive-check" iconStyle="bold" size="24px" />
<solar-icon name="archive-down" iconStyle="bold" size="24px" />

Notes Documents icons FAQ

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

Other icon categories

Sets that are commonly used next to Notes Documents: Notifications (8), School (29), Networking It Programming (31) and Nature Travel (9).

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