Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">calendar_loading_unloading_date</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#calendar-loading-unloading-date" />
</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-calendar-loading-unloading-date" viewBox="0 0 24 24">
<path d="M23 15.5v7c0 .28-.22.5-.5.5h-7c-.28 0-.5-.22-.5-.5v-7c0-.28.22-.5.5-.5H18v2h2v-2h2.5c.28 0 .5.22.5.5M15.5 13a2.5 2.5 0 0 0-2.5 2.5v6.51H3.03c-.57 0-1.03-.46-1.03-1.03V4.03C2 3.46 2.46 3 3.03 3H6c0-.55.45-1 1-1s1 .45 1 1h8c0-.55.45-1 1-1s1 .45 1 1h2.98c.57 0 1.03.46 1.03 1.03V13zM9 11H6v3h3zm10.29-3c.39 0 .71-.32.71-.71V5.7c0-.39-.32-.71-.71-.71H18v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H4.71c-.39 0-.71.32-.71.71v1.59c0 .39.32.71.71.71z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.