Skip to main content

Wind


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">wind</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-outlined-icons.svg#wind" />
</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-outline mi-wind" viewBox="0 0 24 24">
  <path d="M3 10h13.04c2.2 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .55.45 1 1 1s1-.45 1-1c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2H3c-.55 0-1 .45-1 1s.45 1 1 1m8.03 4.01H3c-.55 0-1 .45-1 1s.45 1 1 1h8.03c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-.55-.45-1-1-1s-1 .45-1 1c0 2.2 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4m6.42-3s-.05.01-.08.02c-.03 0-.06-.02-.1-.02H3c-.55 0-1 .45-1 1s.45 1 1 1h14.27s.05-.01.08-.02c.03 0 .06.02.1.02a2.5 2.5 0 0 1 0 5c-.55 0-1 .45-1 1s.45 1 1 1c2.48 0 4.5-2.02 4.5-4.5s-2.02-4.5-4.5-4.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.