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-outlined-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-outline mi-building-corporate" viewBox="0 0 24 24">
  <path d="M5 13.5H4v3h1zm2 4H6v3h1zm-2 0H4v3h1zm2-4H6v3h1zM20 20h1v-2h-1zm-4 0h1v-2h-1zm5.5-4H14v5h-1v-6h2.5V3.5c0-.83-.67-1.5-1.5-1.5h-2.72c-.83 0-1.5.67-1.5 1.5v2.3H7.5c-.83 0-1.5.67-1.5 1.5V11h4v10H9v-9H3c-.55 0-1 .45-1 1v9h21v-4.5c0-.83-.67-1.5-1.5-1.5M8 21H3v-8h5zm14 0h-7v-4h6.5c.28 0 .5.22.5.5zm-4-1h1v-2h-1z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.