Skip to main content

Text Marker


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_marker</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-solid-icons.svg#text-marker" />
</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-solid mi-text-marker" viewBox="0 0 24 24">
  <path d="M8.81 19.94 6.57 20l.85-1.81 1.81.85-.42.91Zm8.54-14.08-3.12 8.92c-.08.22-.22.42-.4.57l-3.75 2.98-2.65-1.24-.13-4.79c0-.24.05-.47.18-.67l4.81-8.13a1.23 1.23 0 0 1 1.6-.49l2.8 1.31c.59.27.87.94.65 1.55Zm-4.86 8.63L8.8 12.77l.09 3.35.97.45zm7 4.51h-8.6l-.47 1h9.06c.28 0 .5-.22.5-.5s-.22-.5-.5-.5Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.