The HugeIcons corporate icon depicts a building, often used to represent a company, business, or office in UI design.
Common uses
- Company branding
- Office location
- Business services
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CorporateIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CorporateIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- buildingofficebusinesscompany
FAQ
- What does the corporate icon represent?
- It represents a building, commonly used for company or business-related elements in user interfaces.
- How do I use the CorporateIcon in React?
- Import both HugeiconsIcon and CorporateIcon, then render it as <HugeiconsIcon icon={CorporateIcon} />.
- What is the license for this icon?
- The CorporateIcon is provided under the MIT license.