Like Icons for Angular

17 icons · 6 styles each · @rchernando/solar-icons/like

Like is a 17-icon set inside Solar Icons for Angular — 1.4% of the 1,246 icons in the library, which makes it the 29th 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 102 icon definitions on its own.

These are icons for approval, favourites and hearts. You will normally place them in like buttons, wishlists, rating rows and saved-item badges, and they are the first set social feeds and shopping products tends to pull in. Icons such as Dislike, Heart, Heart Angle and Heart Broken cover the obvious cases; further in you will find Dislike, Heart Angle, Heart Lock and Heart Unlock, which handle the states people forget to design for.

All 17 Like icons

Style variants in the Like set

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

Import from the "@rchernando/solar-icons/like" 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 { DislikeBold, HeartBold, HeartAngleBold } from '@rchernando/solar-icons/like';
html
<solar-icon name="dislike" iconStyle="bold" size="24px" />
<solar-icon name="heart" iconStyle="bold" size="24px" />
<solar-icon name="heart-angle" iconStyle="bold" size="24px" />

Like icons FAQ

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

Other icon categories

Sets that are commonly used next to Like: List (28), Map Location (37), Home Furniture (35) and Hands (5).

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