Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">medium_duty</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="/transportation-icons.svg#medium-duty" />
</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-medium-duty" viewBox="0 0 24 24">
<path d="M6.286 14.118a1.41 1.41 0 0 0-1.374 1.47 1.374 1.374 0 1 0 2.747 0 1.41 1.41 0 0 0-1.373-1.47m0 2.294a.824.824 0 0 1-.824-.824.826.826 0 1 1 1.648 0 .824.824 0 0 1-.824.824m-3.242-1.353h-.88c-.11 0-.164.11-.164.221v.499c0 .11.055.221.165.221h.879c.11 0 .165-.11.165-.221v-.499c0-.11-.055-.221-.165-.221m18.571-.53a.183.183 0 0 0 .165-.176v-2.118a.33.33 0 0 0-.165-.294l-2.362-1.176a.245.245 0 0 1-.22-.236L17.55 7.176A.3.3 0 0 0 17.275 7H2.495q-.166 0-.165.176v7.53a.183.183 0 0 0 .164.176h.715a.25.25 0 0 1 .22.177v.353c0 .117.055.235.164.235h.824a.23.23 0 0 0 .165-.059 1.775 1.775 0 0 1 1.704-1.823 1.775 1.775 0 0 1 1.703 1.823.23.23 0 0 0 .165.059h8.187a.5.5 0 0 0 .22-.059 1.775 1.775 0 0 1 1.703-1.823 1.77 1.77 0 0 1 1.648 1.823.5.5 0 0 0 .165.059c.11 0 .165-.118.165-.235v-.706a.25.25 0 0 1 .22-.177Zm-5.714-3.647q0 .177-.165.177h-.879c-.11 0-.22-.059-.22-.177V8.176a.245.245 0 0 1 .22-.235h.88c.11 0 .164.118.164.235Zm1.374 0q0 .177-.165.177h-.88q-.164 0-.164-.177V8.176c0-.117.055-.235.165-.235h.879c.11 0 .165.118.165.235Zm1.483.06a.56.56 0 0 1-.33.117h-.714a.25.25 0 0 1-.22-.176V8.177A.27.27 0 0 1 17.55 8q.083 0 .165.177l1.1 2.411a.41.41 0 0 1-.056.353Zm-.494 3.176a1.41 1.41 0 0 0-1.374 1.47 1.351 1.351 0 1 0 1.374-1.47m0 2.294a.79.79 0 0 1-.824-.824.807.807 0 0 1 .824-.882.8.8 0 0 1 .77.882.78.78 0 0 1-.77.824m3.571-1.706h-1.209c-.11 0-.164.112-.164.225v.844c0 .113.055.225.164.225h1.21c.11 0 .164-.113.164-.225v-.844c0-.113-.055-.225-.165-.225"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.