Skip to main content

Triangle Up


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">triangle_up</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#triangle-up" />
</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-triangle-up" viewBox="0 0 24 24">
  <path d="m21.74 18.03-8-14.02c-.77-1.34-2.72-1.34-3.48 0l-8 14.02C1.5 19.35 2.47 21 4 21h15.99c1.53 0 2.5-1.64 1.74-2.97Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.