Skip to main content

Maximize


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">maximize</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="/transportation-icons.svg#maximize" />
</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-maximize" viewBox="0 0 24 24">
  <path d="M21 3v2H3V3ZM3 21h2.97V7H3ZM8 7h13v14H8Zm2 8h5.707l-1.975 1.975L15 18.243l3.815-3.816a.604.604 0 0 0 0-.854L15 9.757l-1.268 1.268L15.707 13H10Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.