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-outlined-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-outline mi-map-marker-multiple" viewBox="0 0 24 24">
<path d="M13 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/>
<path d="M16.64 6.95A7.22 7.22 0 0 0 10.01 2C6.1 2.04 2.96 5.3 3 9.2a7.21 7.21 0 0 0 4.96 6.9l1.57 4.53c.16.45.79.45.95 0l1.57-4.53a7.24 7.24 0 0 0 4.59-9.15m-6.635 8.943-.155-.448A2 2 0 0 0 8.585 14.2 5.21 5.21 0 0 1 5 9.213v-.034C4.972 6.38 7.22 4.053 9.988 4.001a5.22 5.22 0 0 1 4.753 3.576l.001.002a5.24 5.24 0 0 1-3.323 6.623 2 2 0 0 0-1.258 1.243z"/>
<path d="m12.535 17.756.996 2.874c.16.45.79.45.95 0l1.57-4.53a7.24 7.24 0 0 0 4.59-9.15A7.22 7.22 0 0 0 14.01 2a7 7 0 0 0-.278.008 8.24 8.24 0 0 1-.893 14.867l-.305.881Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.