Skip to main content

Building Corporate


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">building_corporate</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#building-corporate" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-building-corporate" viewBox="0 0 24 24">
  <path d="M21 16h-7.5v5h-1v-6H15V3c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v3H7c-.55 0-1 .45-1 1v4h4v10H9v-9H3c-.55 0-1 .45-1 1v9h20v-5c0-.55-.45-1-1-1M5 20.5H3.5v-3H5zm0-4H3.5v-3H5zm2.5 4H6v-3h1.5zm0-4H6v-3h1.5zm8.5 4h-1.5v-3H16zm2.5 0H17v-3h1.5zm2.5 0h-1.5v-3H21z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.