Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">undo_bold</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#undo-bold" />
</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-undo-bold" viewBox="0 0 24 24">
<path d="M22.3 12.38c-.41-3.22-3.27-5.65-6.65-5.65h-8.3V5.27c0-.39-.22-.73-.57-.9a1 1 0 0 0-1.06.12l-3.7 2.96c-.24.19-.38.48-.38.78s.14.59.38.78l3.7 2.96c.3.24.71.29 1.06.12s.57-.51.57-.9V9.73h8.32c1.88 0 3.49 1.38 3.66 3.15.1 1-.22 1.96-.89 2.7-.66.73-1.61 1.15-2.59 1.15h-8c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h8c1.87 0 3.64-.81 4.88-2.21 1.23-1.4 1.8-3.28 1.57-5.14"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.