Skip to main content

Long Text

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="connect-icon-long-text"></i>

Icon font

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

SVG sprite

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

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-long-text" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M4 8h16V6H4zm0 5h16v-2H4zm0 5h10v-2H4z"/>
</svg>

SVG CSS code