Bulding Infrastructure Icons for Angular

7 icons · 6 styles each · @rchernando/solar-icons/bulding-infrastructure

The Bulding Infrastructure set collects 7 icons — 0.6% of the 1,246 icons in the library, which makes it the 36th 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 42 icon definitions on its own.

These are icons for buildings, city blocks and physical infrastructure. You will normally place them in address forms, office pickers, real-estate cards and company profiles, and they are the first set B2B apps that model organisations and locations tends to pull in. Icons such as Buildings, Buildings2, Buildings3 and City cover the obvious cases; further in you will find Buildings, Buildings2, Buildings3 and City, which handle the states people forget to design for.

All 7 Bulding Infrastructure icons

Style variants in the Bulding Infrastructure set

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

Import from the "@rchernando/solar-icons/bulding-infrastructure" 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 { BuildingsBold, Buildings2Bold, Buildings3Bold } from '@rchernando/solar-icons/bulding-infrastructure';
html
<solar-icon name="buildings" iconStyle="bold" size="24px" />
<solar-icon name="buildings2" iconStyle="bold" size="24px" />
<solar-icon name="buildings3" iconStyle="bold" size="24px" />

Bulding Infrastructure icons FAQ

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

Other icon categories

Sets that are commonly used next to Bulding Infrastructure: Business Statistic (19), Call (21), Astronomy (32) and Arrow Actions (56).

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