Skip to main content

Fullscreen Exit

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="connect-icon-fullscreen-exit"></i>

Icon font

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

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#fullscreen-exit" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-fullscreen-exit" viewBox="0 0 24 24">
  <path d="M10 19H8v-3H5v-2h5zm9-3h-3v3h-2v-5h5zm-9-6H5V8h3V5h2zm6-5v3h3v2h-5V5z"/>
</svg>

SVG CSS code