Skip to main content

Ai Stars


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">ai_stars</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#ai-stars" />
</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-ai-stars" viewBox="0 0 24 24">
  <path d="M10.91 2.67c.36.12.63.4.75.75l.31.9c.02.07.1.1.16.08.04-.01.06-.04.08-.08l.31-.9c.12-.35.4-.63.75-.75l.9-.3c.07-.02.1-.09.08-.16a.11.11 0 0 0-.08-.08l-.9-.3c-.35-.12-.63-.4-.75-.75l-.31-.9c-.03-.07-.1-.1-.17-.07a.12.12 0 0 0-.07.07l-.31.9c-.12.35-.4.63-.75.75l-.9.3c-.07.02-.1.09-.08.16s.04.06.08.08zM6.24 11.3l.54-1.6c.21-.63.71-1.12 1.34-1.33l1.6-.54c.12-.04.18-.17.14-.29a.24.24 0 0 0-.14-.14l-1.6-.54c-.63-.21-1.13-.7-1.34-1.33l-.54-1.59a.227.227 0 0 0-.29-.14c-.06.02-.12.07-.14.14l-.54 1.59c-.21.63-.71 1.12-1.34 1.33l-1.6.54a.22.22 0 0 0-.14.28c.02.07.07.12.14.14l1.6.54c.63.21 1.12.7 1.33 1.33l.54 1.59c.04.12.16.18.28.14.07-.02.12-.08.14-.14m15.28 4.14-3.37-1.13a4.48 4.48 0 0 1-2.81-2.79l-1.14-3.35a.47.47 0 0 0-.61-.28.5.5 0 0 0-.29.28l-1.14 3.35a4.48 4.48 0 0 1-2.81 2.79l-3.37 1.13a.47.47 0 0 0-.28.61c.05.13.15.23.28.28l3.37 1.13c1.32.44 2.36 1.48 2.81 2.79l1.14 3.35c.09.25.36.37.61.28a.5.5 0 0 0 .29-.28l1.14-3.35a4.46 4.46 0 0 1 2.81-2.79l3.37-1.13a.47.47 0 0 0 .28-.61.48.48 0 0 0-.28-.28"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.