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_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#snow-light" />
</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-light" viewBox="0 0 24 24">
<path d="M22.26 10.62A3.51 3.51 0 0 0 19.4 8.1q.03-.27.03-.54a5.497 5.497 0 0 0-5.45-5.55 5.5 5.5 0 0 0-5.05 3.2c-.47-.15-.96-.26-1.48-.26A5 5 0 0 0 2.4 9.9a5 5 0 0 0 4.95 5.05l11.51.1c.32 0 .64-.02.97-.11a3.5 3.5 0 0 0 2.43-4.31Zm-11.92 6.71h-.59l.37-.37c.04-.04.05-.11 0-.16a.11.11 0 0 0-.16 0l-.53.52h-.29v-.29h.01l.53-.52s.05-.11 0-.16a.11.11 0 0 0-.16 0l-.37.37v-.59c0-.08-.06-.15-.14-.15s-.15.07-.15.15v.59l-.37-.37c-.04-.04-.11-.05-.16 0s-.05.11 0 .16l.52.53v.3h-.29v-.01l-.52-.53s-.11-.05-.16 0-.05.11 0 .16l.37.37h-.59c-.08 0-.15.06-.15.14s.07.15.15.15h.59l-.37.37c-.04.04-.05.11 0 .16.02.02.05.03.08.03s.06-.01.08-.03l.53-.52h.29v.29h-.01l-.53.52s-.05.11 0 .16c.02.02.05.03.08.03s.06-.01.08-.03l.37-.37v.59c0 .08.06.15.14.15s.15-.07.15-.15v-.59l.37.37c.02.02.05.03.08.03s.06-.01.08-.03c.04-.04.05-.11 0-.16l-.52-.53v-.3h.29v.01l.52.53s.05.03.08.03.06-.01.08-.03c.04-.04.05-.11 0-.16l-.37-.37h.59c.08 0 .15-.06.15-.14s-.07-.15-.15-.15m6.89.98h-.99l.63-.62a.19.19 0 0 0 0-.27.19.19 0 0 0-.27 0l-.88.86-.02.02h-.49v-.49l.02-.02.88-.86a.19.19 0 0 0 0-.27.19.19 0 0 0-.27 0l-.63.61v-.99c.01-.14-.1-.25-.24-.25s-.25.11-.25.25v.99l-.62-.63a.19.19 0 0 0-.27 0 .19.19 0 0 0 0 .27l.86.88.02.02v.49h-.49l-.02-.02-.86-.88a.19.19 0 0 0-.27 0 .19.19 0 0 0 0 .27l.61.63h-.99c-.14-.01-.25.1-.25.24s.11.25.25.25h.99l-.63.62a.19.19 0 0 0 0 .27c.04.04.08.06.13.06s.1-.02.13-.05l.88-.86.02-.02h.49v.49l-.02.02-.88.86a.19.19 0 0 0 0 .27c.04.04.08.06.13.06s.1-.02.13-.05l.63-.61v.99c-.01.14.1.25.24.25s.25-.11.25-.25v-.99l.62.63c.04.04.08.06.13.06s.1-.02.13-.05a.19.19 0 0 0 0-.27l-.86-.88-.02-.02v-.49h.49l.02.02.86.88s.08.06.13.06.1-.02.13-.05a.19.19 0 0 0 0-.27l-.61-.63h.99c.14.01.25-.1.25-.24s-.11-.25-.25-.25Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.