Medicine Icons for Angular

32 icons · 6 styles each · @rchernando/solar-icons/medicine

There are 32 Medicine icons in the Solar Icons library — 2.6% of the 1,246 icons in the library, which makes it the 15th 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 192 icon definitions on its own.

These are icons for health, treatment and clinical objects. You will normally place them in patient records, appointment flows, prescription lists and symptom checkers, and they are the first set healthtech and pharmacy products tends to pull in. Icons such as Adhesive Plaster, Adhesive Plaster2, Bacteria and Benzene Ring cover the obvious cases; further in you will find Adhesive Plaster, Bone Broken, Dropper Minimalistic and Heart Pulse, which handle the states people forget to design for.

All 32 Medicine icons

Style variants in the Medicine set

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

Import from the "@rchernando/solar-icons/medicine" 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 { AdhesivePlasterBold, AdhesivePlaster2Bold, BacteriaBold } from '@rchernando/solar-icons/medicine';
html
<solar-icon name="adhesive-plaster" iconStyle="bold" size="24px" />
<solar-icon name="adhesive-plaster2" iconStyle="bold" size="24px" />
<solar-icon name="bacteria" iconStyle="bold" size="24px" />

Medicine icons FAQ

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

Other icon categories

Sets that are commonly used next to Medicine: Message Conversation (48), Money (35), Map Location (37) and List (28).

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