Skip to main content

Model View Bottom

  • Tags:

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">model_view_bottom</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="/connect-icons.svg#model-view-bottom" />
</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-connect mi-model-view-bottom" viewBox="0 0 24 24">
  <path d="M12.2 1c.1 0 .2 0 .4.1L22 5.8c.2.1.4.4.4.7v11c0 .3-.2.6-.5.7l-9.4 4.7c-.2.1-.5.1-.7 0l-9.4-4.7c-.2-.1-.4-.4-.4-.7v-11c0-.3.2-.6.4-.7l9.4-4.7c.2-.1.3-.1.4-.1M3.6 7v9.2l8-4V3.1zm9.2 5.2 8 3.9V6.9l-8-3.9z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.