Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">trailer</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#trailer" />
</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-trailer" viewBox="0 0 24 24">
<path d="M6.66 14.22c-1.26 0-2.29 1.02-2.29 2.28s1.02 2.29 2.28 2.29 2.29-1.02 2.29-2.28-1.02-2.29-2.28-2.29m1.22 2.29c0 .67-.55 1.22-1.22 1.22s-1.22-.55-1.22-1.22.55-1.22 1.22-1.22 1.22.55 1.22 1.22m-5.65-1c-.24 0-.44.2-.44.44v.57c0 .24.2.44.44.44h1.58c-.03-.15-.04-.3-.04-.45 0-.34.07-.68.19-1zm19.54 0h-6.14c.19.46.24.96.14 1.45h6c.24 0 .44-.2.44-.44v-.57c0-.24-.2-.44-.44-.44m.21-1.33v-7c0-1.1-.9-2-2-2h-16c-1.1 0-2 .9-2 2v7c0 .55.45 1 1 1h1.15c.48-.91 1.43-1.54 2.53-1.54s2.05.63 2.53 1.54h1.21c.48-.91 1.43-1.54 2.53-1.54s2.05.63 2.53 1.54h5.53c.55 0 1-.45 1-1ZM9.37 15.51c.19.46.24.96.14 1.45h.56c-.03-.15-.04-.3-.04-.45 0-.34.07-.68.19-1zm3.55-1.26c-1.26 0-2.29 1.03-2.29 2.29s1.03 2.29 2.29 2.29 2.29-1.03 2.29-2.29a2.29 2.29 0 0 0-2.29-2.29m1.22 2.26c0 .67-.55 1.22-1.22 1.22s-1.22-.55-1.22-1.22.55-1.22 1.22-1.22 1.22.55 1.22 1.22"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.