Skip to main content

Text Grow


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">text_grow</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-outlined-icons.svg#text-grow" />
</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-outline mi-text-grow" viewBox="0 0 24 24">
  <path d="m15.45 20-1.13-3.79H8.66L7.53 20H3.98l5.5-16h4.02L19 20zm-1.91-6.63c-1.04-3.44-1.63-5.38-1.76-5.83s-.22-.81-.28-1.07q-.345 1.395-2.01 6.9h4.04Zm8.28-8.42L19.07 2.2a.61.61 0 0 0-.85 0l-2.75 2.75a.604.604 0 0 0 .43 1.03h5.51c.53 0 .8-.65.42-1.03Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.