Skip to main content

Fog


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">fog</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#fog" />
</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-fog" viewBox="0 0 24 24">
  <path d="M21.16 18.1c-.55 0-.81-.26-1.27-.77-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.72.77-1.27.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.71.77-1.26.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27a.76.76 0 1 0 0 1.52c.55 0 .81.26 1.26.77.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.71-.77 1.26-.77s.81.26 1.26.77c.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.72-.77 1.27-.77s.81.26 1.27.77c.48.54 1.14 1.27 2.4 1.27a.76.76 0 1 0 0-1.52M2.84 5.56c.55 0 .81.26 1.26.77.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.71-.77 1.26-.77s.81.26 1.26.77c.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.72-.77 1.27-.77s.81.26 1.27.77c.48.54 1.14 1.27 2.4 1.27a.76.76 0 1 0 0-1.52c-.55 0-.81-.26-1.27-.77-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.72.77-1.27.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.71.77-1.26.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27a.76.76 0 1 0 0 1.52m18.33 4.5c-.55 0-.81-.26-1.27-.77-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.72.77-1.27.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.71.77-1.26.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27a.76.76 0 1 0 0 1.52c.55 0 .81.26 1.26.77.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.71-.77 1.26-.77s.81.26 1.26.77c.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.72-.77 1.27-.77s.81.26 1.27.77c.48.54 1.14 1.27 2.4 1.27a.76.76 0 1 0 0-1.52m0 4.04c-.55 0-.81-.26-1.27-.77-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.72.77-1.27.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27s-1.92.73-2.4 1.27c-.45.5-.71.77-1.26.77s-.81-.26-1.26-.77c-.48-.54-1.14-1.27-2.4-1.27a.76.76 0 1 0 0 1.52c.55 0 .81.26 1.26.77.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.71-.77 1.26-.77s.81.26 1.26.77c.48.54 1.14 1.27 2.4 1.27s1.92-.73 2.4-1.27c.45-.5.72-.77 1.27-.77s.81.26 1.27.77c.48.54 1.14 1.27 2.4 1.27a.76.76 0 1 0 0-1.52"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.