Skip to main content

Triangle Right


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_right</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#triangle-right" />
</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-triangle-right" viewBox="0 0 24 24">
  <path d="M19.6 9.56 7.13 2.37c-.86-.5-1.89-.49-2.75.01C3.52 2.89 3 3.8 3 4.81v14.37c0 1.01.52 1.92 1.38 2.43s1.89.51 2.75.01l12.47-7.19c.88-.51 1.4-1.42 1.4-2.44s-.52-1.94-1.4-2.44Zm-.99 3.13L6.14 19.88c-.34.2-.64.06-.76 0a.77.77 0 0 1-.39-.68V4.81c0-.41.27-.61.39-.68.11-.07.41-.2.76 0l12.47 7.19c.35.2.39.55.39.69s-.04.48-.39.69Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.