Skip to main content

Star Outlined


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">star_outlined</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#star-outlined" />
</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-star-outlined" viewBox="0 0 24 24">
  <path d="m12 5.46 1.65 3.89.35.83.9.08 4.21.36-3.2 2.78-.68.59.21.88.96 4.12-3.62-2.19-.78-.47-.78.47-3.62 2.19.96-4.12.21-.88-.68-.59-3.2-2.78 4.21-.36.9-.08.35-.83zm0-2.96c-.21 0-.42.12-.52.35L8.97 8.77l-6.42.54c-.5.04-.7.67-.32 1l4.87 4.22-1.46 6.27c-.09.38.21.7.55.7.1 0 .2-.03.29-.08L12 18.09l5.52 3.33a.568.568 0 0 0 .84-.62l-1.46-6.27 4.87-4.22c.38-.33.18-.95-.32-1l-6.42-.54-2.51-5.92A.57.57 0 0 0 12 2.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.