Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">image_scene</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#image-scene" />
</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-image-scene" viewBox="0 0 24 24">
<path d="M9.22 10.9c.92 0 1.67-.75 1.67-1.67s-.75-1.67-1.67-1.67-1.67.75-1.67 1.67.75 1.67 1.67 1.67m10.76-8.94H3.94c-1.1 0-2 .9-2 2V20c0 1.1.9 2 2 2h16.04c1.1 0 2-.9 2-2V3.96c0-1.1-.9-2-2-2m0 18.04H3.94V3.96h16.04zM5.46 18.67h13.07c.48.01.73-.56.41-.92l-3.75-4.17a.553.553 0 0 0-.83 0l-3.48 3.86-2.36-2.63a.553.553 0 0 0-.83 0l-2.64 2.93c-.32.36-.07.93.41.93"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.