Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">server_round</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#server-round" />
</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-server-round" viewBox="0 0 24 24">
<path d="M21 5.78C21 3.18 16.34 2 12 2S3 3.18 3 5.78v2.16c0 .56.23 1.05.61 1.49-.39.43-.61.92-.61 1.49v2.16c0 .56.23 1.05.61 1.49-.39.43-.61.92-.61 1.49v2.16C3 20.82 7.67 22 12 22s9-1.18 9-3.78v-2.16c0-.56-.23-1.05-.61-1.49.39-.43.61-.92.61-1.49v-2.16c0-.56-.23-1.05-.61-1.49.39-.43.61-.92.61-1.49zm-2.25 5.14c-.2.47-2.48 1.62-6.75 1.62s-6.61-1.19-6.75-1.6c.02-.07.12-.17.26-.27 1.75.72 4.16 1.07 6.49 1.07s4.75-.35 6.5-1.07c.13.1.22.19.25.26ZM12 4.15c4.26 0 6.55 1.16 6.75 1.62-.2.47-2.48 1.62-6.75 1.62S5.39 6.2 5.25 5.79c.14-.45 2.43-1.64 6.75-1.64m-.01 13.51c-4.32 0-6.61-1.19-6.75-1.6.02-.07.12-.17.26-.27 1.75.72 4.16 1.07 6.49 1.07s4.75-.35 6.5-1.07c.13.1.22.19.25.26-.2.47-2.48 1.62-6.75 1.62Zm7.06-2.15"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.