Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">clock_delayed</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#clock-delayed" />
</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-clock-delayed" viewBox="0 0 24 24">
<path d="M2.5 12c0-5.5 4.5-10 10-10 4.99 0 9.157 3.704 9.887 8.498-.307-.692-1.012-1.21-1.87-1.285a2.4 2.4 0 0 0-.514.01C18.87 6.177 15.934 4 12.5 4c-4.41 0-8 3.59-8 8s3.59 8 8 8a8 8 0 0 0 2.96-.568 2.35 2.35 0 0 0 1.146.372l-.2 1.397A9.9 9.9 0 0 1 12.5 22c-5.5 0-10-4.5-10-10"/>
<path d="M8.2 16.5c.4.4 1.1.4 1.5 0l3.6-3.6c.3-.3.4-.6.4-1v-5c0-.6-.5-1.1-1.1-1.1s-1.1.5-1.1 1.1v4.7l-3.3 3.3c-.5.5-.5 1.1 0 1.6m12.108-5.295c.216 0 .372.18.348.396l-.54 3.801h2.11c.24 0 .372.108.24.396q-1.739 3.03-2.623 4.582-.623 1.093-.83 1.45a.32.32 0 0 1-.3.18c-.216 0-.384-.18-.348-.396l.54-3.801h-2.099c-.498 0-.25-.379-.2-.456l.008-.012q.627-1.111 1.598-2.81.788-1.378 1.796-3.15c.06-.108.18-.18.3-.18"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.