Folders Icons for Angular

14 icons · 6 styles each · @rchernando/solar-icons/folders

Folders is a 14-icon set inside Solar Icons for Angular — 1.1% of the 1,246 icons in the library, which makes it the 32nd 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 84 icon definitions on its own.

These are icons for folders, nesting and directory state. You will normally place them in sidebars, tree views, breadcrumb roots and move-to dialogs, and they are the first set file browsers and content management systems tends to pull in. Icons such as Add Folder, Folder, Folder Check and Folder Cloud cover the obvious cases; further in you will find Add Folder, Folder Check, Folder Error and Folder Favourite Star, which handle the states people forget to design for.

All 14 Folders icons

Style variants in the Folders set

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

Import from the "@rchernando/solar-icons/folders" 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 { AddFolderBold, FolderBold, FolderCheckBold } from '@rchernando/solar-icons/folders';
html
<solar-icon name="add-folder" iconStyle="bold" size="24px" />
<solar-icon name="folder" iconStyle="bold" size="24px" />
<solar-icon name="folder-check" iconStyle="bold" size="24px" />

Folders icons FAQ

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

Other icon categories

Sets that are commonly used next to Folders: Food Kitchen (18), Hands (5), Files (15) and Face Emotions Stickers (21).

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