Skip to main content

Night Partly 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_partly_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-partly-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-partly-cloudy" viewBox="0 0 24 24">
  <path d="M21.04 13.93c-.18-.63-.72-1.06-1.33-1.15 0-.08.01-.16.01-.25 0-1.4-1.14-2.54-2.54-2.54-1.03 0-1.92.62-2.31 1.5-.22-.07-.45-.12-.69-.12a2.311 2.311 0 0 0 0 4.62h5.31q.225 0 .45-.06c.86-.25 1.35-1.14 1.1-2m-9.46 3.54c-1.94-.67-3.48-2.17-4.15-4.02-.81-2.23-.45-4.38.64-6.06.2-.31-.1-.7-.46-.58C3.64 8.1 1.05 12.2 2.53 16.6c.77 2.29 2.73 4.11 5.16 4.82 3.84 1.11 7.46-.39 9.34-3.07.26-.37-.13-.84-.58-.71-1.48.43-3.15.43-4.87-.17"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.