The Phosphor buildings icon depicts a cluster of structures, commonly used to represent commercial areas, company headquarters, or general locations within a user interface.
Common uses
- Indicate a 'Companies' or 'Offices' section.
- Represent a 'Business Directory' feature.
- Show a 'Commercial Zone' on a map.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Buildings } from '@phosphor-icons/react';
<Buildings size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Buildings size={24} />thin
<Buildings size={24} weight="thin" />light
<Buildings size={24} weight="light" />bold
<Buildings size={24} weight="bold" />fill
<Buildings size={24} weight="fill" />duotone
<Buildings size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- placeslocationscompanybusinesscommercemaps & travelbuildingsofficescommercialcityscape
FAQ
- What does the buildings icon represent?
- It represents multiple structures, often signifying commercial properties, businesses, or general locations.
- How do I use the buildings icon in React?
- Import it as `Buildings` from '@phosphor-icons/react' and use it as a component: `<Buildings />`.
- What is the license for the Phosphor buildings icon?
- The Phosphor icon library, including the buildings icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →