Face Emotions Stickers Icons for Angular

21 icons · 6 styles each · @rchernando/solar-icons/face-emotions-stickers

The Face Emotions Stickers set collects 21 icons — 1.7% of the 1,246 icons in the library, which makes it the 25th 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 126 icon definitions on its own.

These are icons for faces, moods and emotional reactions. You will normally place them in feedback widgets, NPS surveys, reaction pickers and comment threads, and they are the first set community products and anything that collects sentiment tends to pull in. Icons such as Confounded Circle, Confounded Square, Emoji Funny Circle and Emoji Funny Square cover the obvious cases; further in you will find Confounded Circle, Emoji Funny Square, Face Scan Circle and Facemask Square, which handle the states people forget to design for.

All 21 Face Emotions Stickers icons

Style variants in the Face Emotions Stickers set

Each of the 21 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for face emotions stickers 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 Face Emotions Stickers icons

Import from the "@rchernando/solar-icons/face-emotions-stickers" 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 { ConfoundedCircleBold, ConfoundedSquareBold, EmojiFunnyCircleBold } from '@rchernando/solar-icons/face-emotions-stickers';
html
<solar-icon name="confounded-circle" iconStyle="bold" size="24px" />
<solar-icon name="confounded-square" iconStyle="bold" size="24px" />
<solar-icon name="emoji-funny-circle" iconStyle="bold" size="24px" />

Face Emotions Stickers icons FAQ

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

Other icon categories

Sets that are commonly used next to Face Emotions Stickers: Files (15), Folders (14), Essentional Ui (139) and Electronic Devices (89).

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