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_heavy</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-heavy" />
</svg>
SVG code
Use when you don't want any dependency.
info_outlined
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-thunderstorm-heavy" viewBox="0 0 24 24">
<path d="M20.18 16.1c.32.27.35.74.08 1.06l-2.69 3.33c-.15.17-.36.26-.57.26a.747.747 0 0 1-.57-1.24l2.69-3.33c.27-.32.74-.35 1.06-.08m-15.56.08-2.69 3.33c-.27.31-.23.79.08 1.06.14.12.31.18.49.18.21 0 .42-.09.57-.26l2.69-3.33c.27-.31.23-.79-.08-1.06a.757.757 0 0 0-1.06.08m4.84 0-2.69 3.33c-.27.31-.23.79.08 1.06.14.12.31.18.49.18.21 0 .42-.09.57-.26l2.69-3.33c.27-.31.23-.79-.08-1.06a.757.757 0 0 0-1.06.08m12.8-5.66a3.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.25-.47-.15-.96-.25-1.48-.25-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-6.14 8.16h-2.28l2.71-2.69h-3.66l-2.6 3.58h1.76l-2.66 3.58 6.72-4.47Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.