Message Conversation Icons for Angular

48 icons · 6 styles each · @rchernando/solar-icons/message-conversation

The Message Conversation set collects 48 icons — 3.9% of the 1,246 icons in the library, which makes it the 6th 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 288 icon definitions on its own.

These are icons for chat bubbles, threads and message state. You will normally place them in inboxes, chat headers, unread badges and notification centres, and they are the first set messaging, support desks and collaboration tools tends to pull in. Icons such as Chat Dots, Chat Line, Chat Round and Chat Round Call cover the obvious cases; further in you will find Chat Dots, Chat Round Money, Chat Square Like and Inbox In, which handle the states people forget to design for.

All 48 Message Conversation icons

Style variants in the Message Conversation set

Each of the 48 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for message conversation 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 Message Conversation icons

Import from the "@rchernando/solar-icons/message-conversation" 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 { ChatDotsBold, ChatLineBold, ChatRoundBold } from '@rchernando/solar-icons/message-conversation';
html
<solar-icon name="chat-dots" iconStyle="bold" size="24px" />
<solar-icon name="chat-line" iconStyle="bold" size="24px" />
<solar-icon name="chat-round" iconStyle="bold" size="24px" />

Message Conversation icons FAQ

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

Other icon categories

Sets that are commonly used next to Message Conversation: Money (35), Nature Travel (9), Medicine (32) and Map Location (37).

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