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="M11.09 4.15c.3.1.53.33.63.63l.26.76c.02.06.08.08.14.06a.09.09 0 0 0 .06-.06l.26-.76c.1-.3.33-.53.63-.63l.76-.26c.06-.02.08-.08.06-.14a.09.09 0 0 0-.06-.06l-.76-.25c-.3-.1-.53-.33-.63-.63l-.26-.76c-.02-.06-.08-.08-.14-.06a.09.09 0 0 0-.06.06l-.26.76c-.1.3-.33.53-.63.63l-.76.26c-.06.02-.08.08-.06.14q.015.045.06.06l.76.26Zm-3.9 7.26.45-1.34c.18-.53.59-.94 1.12-1.12l1.34-.45c.1-.03.15-.14.12-.24a.2.2 0 0 0-.12-.12l-1.34-.45c-.53-.18-.94-.59-1.12-1.12l-.45-1.34c-.03-.1-.14-.15-.24-.12-.05.02-.1.06-.12.12l-.45 1.34c-.18.53-.59.94-1.12 1.12l-1.34.45c-.1.03-.15.14-.12.24q.03.09.12.12l1.34.45c.53.18.94.59 1.12 1.12l.45 1.34c.03.1.14.15.24.12q.09-.03.12-.12m12.75 3.47-2.82-.95a3.71 3.71 0 0 1-2.35-2.35l-.95-2.81a.405.405 0 0 0-.51-.24c-.11.04-.2.13-.24.24l-.95 2.82a3.71 3.71 0 0 1-2.35 2.35l-2.82.95c-.21.08-.31.31-.24.51.04.11.13.2.24.24l2.82.95c1.11.37 1.98 1.24 2.35 2.35l.95 2.82c.08.21.31.31.51.24.11-.04.2-.13.24-.24l.95-2.82a3.71 3.71 0 0 1 2.35-2.35l2.82-.95c.21-.08.31-.31.24-.51a.4.4 0 0 0-.24-.24"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.