Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">trip_list</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-outlined-icons.svg#trip-list" />
</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-outline mi-trip-list" viewBox="0 0 24 24">
<path d="M6.78 11.67h.01c-.12-.13-.27-.25-.43-.4-.91-.77-1.92-1.66-1.07-3.46.15.04.31.07.47.07.48 0 .94-.17 1.3-.47a2.08 2.08 0 0 0 .29-2.93C8.2 3.54 9.4 3 10.67 2.99c.85.05 1.22.5 1.73 1.12.62.87 1.5 1.52 2.52 1.86a2.09 2.09 0 0 0 2.14 1.92c1.16-.03 2.07-.99 2.04-2.15a2.09 2.09 0 0 0-2.15-2.04c-.84 0-1.59.51-1.9 1.28-.78-.3-1.45-.82-1.93-1.5-.53-.85-1.43-1.4-2.42-1.48-1.59 0-3.1.68-4.15 1.86-.27-.12-.57-.17-.87-.17-1.13.02-2.02.95-1.99 2.08 0 .6.26 1.18.71 1.58-1.21 2.51.36 3.86 1.31 4.68.14.13.29.24.4.35.59.43.89 1.16.77 1.89a2.77 2.77 0 0 1-1.18 1.41c-.37-.55-.99-.88-1.65-.88a2.092 2.092 0 0 0-.02 4.18c1.15 0 2.06-.94 2.06-2.08 0-.1-.02-.19-.03-.29a3.76 3.76 0 0 0 1.76-2.08c.24-1.08-.17-2.2-1.04-2.87Zm3.3 8.32c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m1.92-7c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-8c-.55 0-1 .45-1 1m-1.92 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10.91 4H13c-.55 0-1 .45-1 1s.45 1 1 1h7.99c.55 0 1-.45 1-1s-.45-1-1-1m0 4H13c-.55 0-1 .45-1 1s.45 1 1 1h7.99c.55 0 1-.45 1-1s-.45-1-1-1"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.