The Heroicons building office icon depicts a multi-story office building, commonly used to represent company headquarters, business locations, or general office-related functionalities in a user interface.
Common uses
- Company address or location
- Office or workspace settings
- Business or corporate sections
Use it in React
Install
npm i @heroicons/reactImport & render
import { BuildingOfficeIcon } from '@heroicons/react/24/outline';
<BuildingOfficeIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<BuildingOfficeIcon className="size-6" />24/solid
<BuildingOfficeIcon className="size-6" />20/solid
<BuildingOfficeIcon className="size-6" />16/solid
<BuildingOfficeIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- buildingofficeoffice buildingcompanybusinessheadquarters
FAQ
- What does the building office icon represent?
- It visually represents an office building, suitable for indicating business locations, company headquarters, or office-related features.
- How do I use the building office icon in React?
- You can import and use it in your React application like this: import { BuildingOfficeIcon } from '@heroicons/react/24/outline'.
- What is the license for this icon?
- The Heroicons library, including the building office icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →