Skip to main content

Window Wireframe


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">window_wireframe</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#window-wireframe" />
</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-window-wireframe" viewBox="0 0 24 24">
  <path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-8.87 8.5L4 17.53V7.47zM5.07 7h13.85L12 11.89 5.08 7Zm6.92 6.11L18.91 18H5.08L12 13.11Zm.87-.61 7.13-5.03v10.07l-7.13-5.03Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.