Skip to main content

Triangle Down


Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="modus-solid-icon-triangle-down"></i>

Icon font

<i class="modus-icons" aria-hidden="true">triangle_down</i>

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#triangle-down" />
</svg>

SVG code

<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