Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">no_truck</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#no-truck" />
</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-no-truck" viewBox="0 0 24 24">
<path d="M7.21 5.293h-.003L4.5 2.586A1 1 0 0 0 3.086 4l1.293 1.293H3.293c-.55 0-1 .45-1 1v9.5h1c0 1.65 1.35 3 3 3s3-1.35 3-3h5.586L20.086 21a1 1 0 0 0 1.414-1.414l-1.4-1.402h.001l-1.078-1.08-.002.002-2.04-2.04.001-.002zm-.917 12c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m15.129-.616L10.245 5.5h9.585a1 1 0 0 1 .93.63L21.51 8h-1.52l1.49 3c.55 0 1.02.45 1.02 1v4h-1q0 .35-.078.677M16.5 8v3h3.3l-1.49-3z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.