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_rebook</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-rebook" />
</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-rebook" viewBox="0 0 24 24">
<path d="M8 14H6v-2h2zm14-9v15c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h2c0-.55.45-1 1-1s1 .45 1 1h8c0-.55.45-1 1-1s1 .45 1 1h2c1.1 0 2 .9 2 2M9 11H5v4h4zm10 4h-4v4h4zm1-9.3c0-.39-.32-.71-.71-.71H18V6c0 .55-.45 1-1 1s-1-.45-1-1V4.99H8V6c0 .55-.45 1-1 1s-1-.45-1-1V4.99H4.71c-.39 0-.71.32-.71.71v1.59c0 .39.32.71.71.71h14.58c.39 0 .71-.32.71-.71z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.