Text Formatting Icons for Angular

33 icons · 6 styles each · @rchernando/solar-icons/text-formatting

Text Formatting is a 33-icon set inside Solar Icons for Angular — 2.6% of the 1,246 icons in the library, which makes it the 13th 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 198 icon definitions on its own.

These are icons for typography controls and rich-text formatting. You will normally place them in WYSIWYG toolbars, markdown editors, comment boxes and CMS fields, and they are the first set editors and content tooling tends to pull in. Icons such as Backspace, Eraser, Eraser Circle and Eraser Square cover the obvious cases; further in you will find Backspace, Link Broken, Link Round and Text Bold, which handle the states people forget to design for.

All 33 Text Formatting icons

Style variants in the Text Formatting set

Each of the 33 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for text formatting 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 Text Formatting icons

Import from the "@rchernando/solar-icons/text-formatting" 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 { BackspaceBold, EraserBold, EraserCircleBold } from '@rchernando/solar-icons/text-formatting';
html
<solar-icon name="backspace" iconStyle="bold" size="24px" />
<solar-icon name="eraser" iconStyle="bold" size="24px" />
<solar-icon name="eraser-circle" iconStyle="bold" size="24px" />

Text Formatting icons FAQ

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

Other icon categories

Sets that are commonly used next to Text Formatting: Time (27), Transport Parts Service (19), Sports (41) and Shopping Ecommerce (27).

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