Skip to main content

Star

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="connect-icon-star"></i>

Icon font

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

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#star" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-star" viewBox="0 0 24 24">
  <path d="m12 17.77 6.18 3.73-1.64-7.03L22 9.74l-7.19-.61L12 2.5 9.19 9.13 2 9.74l5.46 4.73-1.64 7.03z"/>
</svg>

SVG CSS code