Design Tools Icons for Angular

29 icons · 6 styles each · @rchernando/solar-icons/design-tools

Solar Icons groups 29 glyphs under Design Tools — 2.3% of the 1,246 icons in the library, which makes it the 17th 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 174 icon definitions on its own.

These are icons for alignment, layers, colour picking and canvas manipulation. You will normally place them in editor toolbars, property panels, layer trees and inspector rails, and they are the first set design tools, page builders and no-code editors tends to pull in. Icons such as Align Bottom, Align Horizonta Spacing, Align Horizontal Center and Align Left cover the obvious cases; further in you will find Align Bottom, Align Right, Colour Tuneing and Flip Horizontal, which handle the states people forget to design for.

All 29 Design Tools icons

Style variants in the Design Tools set

Each of the 29 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for design tools 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 Design Tools icons

Import from the "@rchernando/solar-icons/design-tools" 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 { AlignBottomBold, AlignHorizontaSpacingBold, AlignHorizontalCenterBold } from '@rchernando/solar-icons/design-tools';
html
<solar-icon name="align-bottom" iconStyle="bold" size="24px" />
<solar-icon name="align-horizonta-spacing" iconStyle="bold" size="24px" />
<solar-icon name="align-horizontal-center" iconStyle="bold" size="24px" />

Design Tools icons FAQ

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

Other icon categories

Sets that are commonly used next to Design Tools: Electronic Devices (89), Essentional Ui (139), Call (21) and Business Statistic (19).

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