Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">submit_expense</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#submit-expense" />
</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-submit-expense" viewBox="0 0 24 24">
<path d="M12 9.11c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m-1.45-2.86c.3.13.56.23.76.28.2.06.4.08.57.08q.3 0 .48-.12c.11-.08.16-.2.16-.35a.37.37 0 0 0-.07-.23c-.05-.07-.12-.13-.21-.2-.09-.06-.28-.16-.58-.3-.27-.13-.48-.25-.61-.37a1.4 1.4 0 0 1-.32-.41c-.08-.16-.12-.34-.12-.55 0-.39.13-.7.4-.92.17-.15.4-.24.66-.29V2h.67v.84c.15.01.29.03.44.07.21.05.43.13.66.23l-.3.73c-.24-.1-.43-.16-.59-.2s-.31-.06-.46-.06c-.18 0-.32.04-.41.12s-.14.19-.14.32c0 .08.02.16.06.22q.06.09.18.18c.08.06.28.16.6.31.41.2.7.4.85.6s.23.44.23.73c0 .4-.14.72-.43.95-.18.16-.41.25-.68.3v.88h-.67v-.84c-.41-.02-.79-.1-1.12-.26v-.88Zm11.32 1.87a2.68 2.68 0 0 0-1.25-1.64c-.62-.36-1.35-.46-2.03-.27s-1.27.64-1.62 1.26c-.05.09-.09.18-.11.28l-1.76 3.56c-.5-.44-1.15-.69-1.82-.69h-2.9c-.63 0-1.25.2-1.76.57l-2.19 1.58c-.61-.72-1.66-.92-2.51-.43l-.93.54c-.95.56-1.28 1.79-.74 2.74l3.08 5.39c.55.96 1.77 1.29 2.72.73l.93-.54c.54-.32.88-.85.97-1.42h5.57c1.19 0 2.27-.7 2.75-1.8l3.51-8.01q.045-.09.06-.18c.06-.1.1-.22.13-.34.09-.51-.02-.99-.1-1.33M7.07 20.01l-3.08-5.39.93-.54L8 19.47zM19.95 9.18l-3.51 8.01c-.16.36-.52.6-.92.6H9.73c-.13 0-.25.02-.36.07l-1.91-3.35 2.34-1.69c.17-.12.38-.19.59-.19h2.9c.2 0 .4.08.55.23s.23.35.23.57-.08.42-.23.57-.25.23-.33.28c-.07.04-.11.05-.13.05h-2.62c-.55 0-1 .45-1 1s.45 1 1 1h2.62c.91 0 1.53-.57 1.88-.92.42-.42.69-.97.78-1.55.07-.07.13-.15.17-.25l2.53-5.12h-.01s.04-.09.05-.13q.135-.15.33-.21c.17-.05.36-.02.51.07s.27.24.32.42c.06.22.07.35.07.42-.02.04-.04.07-.06.12"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.