Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">map_marker_multiple</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#map-marker-multiple" />
</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-map-marker-multiple" viewBox="0 0 24 24">
<path d="M3 9.2C2.96 5.3 6.1 2.04 10.01 2a7.3 7.3 0 0 1 2.181.41 7.21 7.21 0 0 1 4.45 4.54 7.24 7.24 0 0 1-4.59 9.15l-1.57 4.53c-.16.45-.79.45-.95 0L7.96 16.1A7.21 7.21 0 0 1 3 9.2m4.016.107A2.996 2.996 0 0 0 10 12a2.99 2.99 0 0 0 3-3 2.99 2.99 0 0 0-3-3 2.996 2.996 0 0 0-2.99 2.762"/>
<path d="m13.53 20.63-.995-2.874.305-.88a8.24 8.24 0 0 0 .893-14.868q.138-.006.278-.008c3.03.1 5.68 2.07 6.63 4.95a7.24 7.24 0 0 1-4.59 9.15l-1.57 4.53c-.16.45-.79.45-.95 0Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.