Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">invoice_euro</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-outlined-icons.svg#invoice-euro" />
</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-outline mi-invoice-euro" viewBox="0 0 24 24">
<path d="M4.5 3.5v16.01h5.81c.24.73.61 1.41 1.07 2H3.5c-.55 0-1-.45-1-1v-18c0-.55.45-1 1-1h8.59a1 1 0 0 1 .71.29l5.41 5.41c.18.19.29.44.29.71v3.4a6.3 6.3 0 0 0-2-.32V9.5h-5c-.55 0-1-.45-1-1v-5z"/>
<path d="M11.5 17.5c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5m7.088 2.792-.193-.828c-.211.12-.634.276-1.085.276-.479 0-.92-.156-1.233-.497-.193-.211-.331-.506-.396-.901h2.438v-.562H15.58v-.156c0-.11 0-.22.018-.322h2.521v-.57h-2.41c.074-.35.212-.654.405-.856.303-.34.708-.506 1.168-.506.414 0 .791.12 1.03.248l.23-.855a3.1 3.1 0 0 0-1.315-.285c-.819 0-1.49.312-1.987.864-.332.35-.58.828-.69 1.39h-.617v.57h.534c-.01.101-.019.22-.019.331v.147h-.515v.562h.59c.082.57.284 1.03.579 1.37.487.617 1.242.948 2.079.948a2.83 2.83 0 0 0 1.407-.368"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.