Skip to main content

Night Mostly Cloudy


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">night_mostly_cloudy</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#night-mostly-cloudy" />
</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-night-mostly-cloudy" viewBox="0 0 24 24">
  <path d="M21.86 17.53a3.5 3.5 0 0 0-2.89-2.49q.03-.27.03-.54c0-3.04-2.46-5.5-5.5-5.5-2.23 0-4.15 1.34-5.02 3.25C8.01 12.1 7.52 12 7 12c-2.76 0-5 2.24-5 5s2.24 5 5 5l11.51-.02c.32 0 .64-.03.97-.12a3.495 3.495 0 0 0 2.39-4.33ZM7.55 8.7a3.18 3.18 0 0 1-1.94-1.87c-.38-1.04-.21-2.04.3-2.83.09-.14-.05-.32-.22-.27-1.85.6-3.06 2.51-2.37 4.57.36 1.07 1.27 1.92 2.41 2.25 1.79.52 3.48-.18 4.36-1.43.12-.17-.06-.39-.27-.33-.69.2-1.47.2-2.27-.08Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.