Skip to main content

Thunderstorm Light


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">thunderstorm_light</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#thunderstorm-light" />
</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-thunderstorm-light" viewBox="0 0 24 24">
  <path d="M4.76 21.43c.39.39 1.02.39 1.41 0l.44-.44a.996.996 0 1 0-1.41-1.41l-.44.44a.996.996 0 0 0 0 1.41m-2-3c.39.39 1.02.39 1.41 0l.44-.44a.996.996 0 1 0-1.41-1.41l-.44.44a.996.996 0 0 0 0 1.41m15 0c.39.39 1.02.39 1.41 0l.44-.44a.996.996 0 1 0-1.41-1.41l-.44.44a.996.996 0 0 0 0 1.41m-3 3c.39.39 1.02.39 1.41 0l.44-.44a.996.996 0 1 0-1.41-1.41l-.44.44a.996.996 0 0 0 0 1.41m7.15-10.9a3.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.06 5.1 7.57 5 7.05 5c-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.33Zm-15.15 7.9c.39.39 1.02.39 1.41 0l.44-.44a.996.996 0 1 0-1.41-1.41l-.44.44a.996.996 0 0 0 0 1.41m8.22 0h-2.06L15.37 16h-3.31l-2.35 3.24h1.59l-2.4 3.23z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.