Skip to main content

Caret Right Bold


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">caret_right_bold</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#caret-right-bold" />
</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-caret-right-bold" viewBox="0 0 24 24">
  <path d="M15.08 11.03 10.5 6.81c-.35-.32-.83-.4-1.25-.22-.45.2-.75.66-.75 1.19v8.43c0 .52.29.99.75 1.19.15.07.31.1.46.1.28 0 .56-.11.79-.31l4.58-4.22c.26-.24.42-.6.42-.97s-.15-.73-.42-.97"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.