Skip to main content

Triangle Down


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_down</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-down" />
</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-down" viewBox="0 0 24 24">
  <path d="M20 3H4C2.47 3 1.5 4.64 2.26 5.97l8 14.02c.77 1.34 2.72 1.34 3.48 0l8-14.02C22.5 4.64 21.53 3 20 3"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.