Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">cursor_add</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#cursor-add" />
</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-cursor-add" viewBox="0 0 24 24">
<path d="M16.44 12.03 4.24 7.06c-.1-.04-.2-.06-.31-.06h-.08c-.08 0-.16.02-.23.05-.03 0-.06.02-.08.03a.8.8 0 0 0-.27.18 1 1 0 0 0-.18.27l-.03.09c-.02.07-.04.15-.04.23v.09c0 .1.02.21.06.3l4.97 12.2c.14.34.47.56.84.56h.07c.39-.03.72-.31.81-.7l.99-4.29 4.03 4.03c.18.18.41.26.64.26s.46-.09.64-.26c.35-.35.35-.92 0-1.28l-4.03-4.03 4.29-.99c.38-.09.67-.42.7-.81s-.2-.76-.56-.91Zm4.82-6.78h-2.5v-2.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.5h-2.5c-.41 0-.75.34-.75.75s.34.75.75.75h2.5v2.5c0 .41.34.75.75.75s.75-.34.75-.75v-2.5h2.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.