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_question_mark</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#clock-question-mark" />
</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-clock-question-mark" viewBox="0 0 24 24">
<path d="M16 21q0 .078.005.158A9.9 9.9 0 0 1 12 22C6.5 22 2 17.5 2 12S6.5 2 12 2c5.186 0 9.483 4 9.957 9.069C21.12 10.412 20.088 10 18.96 10a4.3 4.3 0 0 0-.735.059 4.96 4.96 0 0 0-3.97 3.502l-.002.003a2.8 2.8 0 0 0 .457 2.48 2.77 2.77 0 0 0 1.677 1.05l-.009.027-.004.011a5 5 0 0 0-.262 1.601v1.451a3 3 0 0 0-.112.815Zm-6.8-4.5 3.6-3.6c.3-.3.4-.6.4-1v-5c0-.6-.5-1.1-1.1-1.1S11 6.3 11 6.9v4.7l-3.3 3.3c-.5.5-.5 1.1 0 1.6.4.4 1.1.4 1.5 0"/>
<path d="M19.89 19.078v.2h-1.777v-.545a3 3 0 0 1 .112-.813l.006-.022a2.9 2.9 0 0 1 .738-1.255l.857-.872q.142-.135.226-.305l.01-.02a1.22 1.22 0 0 0-.046-1.089l-.003-.004a1.18 1.18 0 0 0-1.153-.579l-.018.002-.016.003a1.17 1.17 0 0 0-.938.783l-.018.052v.002c-.125.322-.408.53-.734.53h-.208a.77.77 0 0 1-.625-.312.8.8 0 0 1-.128-.712l.044-.139a2.96 2.96 0 0 1 2.334-1.951 2.65 2.65 0 0 1 1.275.117l.013.004c.6.21 1.15.63 1.562 1.2.254.352.41.708.489 1.053l.001.006c.198.884-.119 1.7-.642 2.224l-.616.632c-.189.193-.34.369-.456.563l-.008.014a1.8 1.8 0 0 0-.198.486l-.003.01a3 3 0 0 0-.065.392q-.015.163-.015.345M19 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.