Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">snow_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#snow-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-snow-heavy" viewBox="0 0 24 24">
<path d="M7.5 20c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5m-.11-5 11.51-.02c.32 0 .64-.03.97-.12a3.495 3.495 0 0 0-.5-6.82q.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.41 5.1 7.92 5 7.4 5c-2.76 0-5 2.24-5 5s2.24 5 5 5Zm2.11 3c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5m2 2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5m10-3c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5m-9-1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5m5.99 3.28h-1.18l.74-.74c.09-.09.09-.23 0-.32s-.23-.09-.32 0l-1.04 1.04-.02.02h-.58v-.58l.02-.02 1.04-1.04c.09-.09.09-.23 0-.32s-.23-.09-.32 0l-.74.74v-1.18c0-.17-.13-.3-.3-.3s-.3.13-.3.3v1.18l-.74-.74c-.09-.09-.23-.09-.32 0s-.09.23 0 .32l1.04 1.04.02.02v.58h-.58l-.02-.02-1.04-1.04c-.09-.09-.23-.09-.32 0s-.09.23 0 .32l.74.74h-1.18c-.17 0-.3.13-.3.3s.13.3.3.3h1.18l-.74.74c-.09.09-.09.23 0 .32.04.04.1.07.16.07s.12-.02.16-.07l1.04-1.04.02-.02h.58v.58l-.02.02-1.04 1.04c-.09.09-.09.23 0 .32.04.04.1.07.16.07s.12-.02.16-.07l.74-.74v1.18c0 .17.13.3.3.3s.3-.13.3-.3V21.1l.74.74s.1.07.16.07.12-.02.16-.07c.09-.09.09-.23 0-.32l-1.04-1.04-.02-.02v-.58h.58l.02.02 1.04 1.04s.1.07.16.07.12-.02.16-.07c.09-.09.09-.23 0-.32l-.74-.74h1.18c.17 0 .3-.13.3-.3s-.13-.3-.3-.3M6.6 17.29h-.75l.47-.47c.06-.06.06-.15 0-.2s-.15-.06-.2 0l-.66.66h-.01l-.37.01v-.37h.01l.66-.67c.06-.06.06-.15 0-.2s-.15-.06-.2 0l-.47.47v-.75c0-.1-.08-.19-.19-.19s-.19.08-.19.19v.75l-.47-.47c-.06-.06-.15-.06-.2 0s-.06.15 0 .2l.66.66h.01v.38h-.38l-.66-.67c-.06-.06-.15-.06-.2 0s-.06.15 0 .2l.47.47h-.75c-.1 0-.19.08-.19.19s.08.19.19.19h.75l-.47.47c-.06.06-.06.15 0 .2.03.03.06.04.1.04s.07-.01.1-.04l.66-.66h.01l.37-.01v.37h-.01l-.66.67c-.06.06-.06.15 0 .2.03.03.06.04.1.04s.07-.01.1-.04l.47-.47v.75c0 .1.08.19.19.19s.19-.08.19-.19v-.75l.47.47s.06.04.1.04.07-.01.1-.04c.06-.06.06-.15 0-.2l-.66-.66h-.01v-.38h.38l.66.67c.03.03.06.04.1.04s.07-.01.1-.04c.06-.06.06-.15 0-.2l-.47-.47h.75c.1 0 .19-.08.19-.19s-.08-.19-.19-.19"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.