Skip to main content

Template


Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="modus-solid-icon-template"></i>

Icon font

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

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#template" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-template" viewBox="0 0 24 24">
  <path d="M4 7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v5H4zm5 6H4v4a1 1 0 0 0 1 1h4zm5 0h-4v5h4zm6 0h-5v5h4a1 1 0 0 0 1-1z"/>
</svg>

SVG CSS code