Security Icons for Angular

46 icons · 6 styles each · @rchernando/solar-icons/security

Solar Icons groups 46 glyphs under Security — 3.7% of the 1,246 icons in the library, which makes it the 7th 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 276 icon definitions on its own.

These are icons for locks, keys, shields and access control. You will normally place them in login screens, permission matrices, 2FA flows and privacy settings, and they are the first set products where trust has to be visible tends to pull in. Icons such as Bomb, Bomb Emoji, Bomb Minimalistic and Code Scan cover the obvious cases; further in you will find Bomb, Incognito, Key Square and Lock Password, which handle the states people forget to design for.

All 46 Security icons

Style variants in the Security set

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

Import from the "@rchernando/solar-icons/security" 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 { BombBold, BombEmojiBold, BombMinimalisticBold } from '@rchernando/solar-icons/security';
html
<solar-icon name="bomb" iconStyle="bold" size="24px" />
<solar-icon name="bomb-emoji" iconStyle="bold" size="24px" />
<solar-icon name="bomb-minimalistic" iconStyle="bold" size="24px" />

Security icons FAQ

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

Other icon categories

Sets that are commonly used next to Security: Settings Fine Tuning (15), Shopping Ecommerce (27), Search (12) and School (29).

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