Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">polygon_cone</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#polygon-cone" />
</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-polygon-cone" viewBox="0 0 24 24">
<path d="M20.12 17.04 18.85 6.61c.69-.44 1.16-1.22 1.16-2.1a2.5 2.5 0 0 0-2.5-2.5c-.95 0-1.77.54-2.19 1.32h-3.14a2.49 2.49 0 0 0-2.19-1.32 2.5 2.5 0 0 0-2.5 2.5c0 .24.04.47.11.68L5.2 7.18c-.23-.07-.46-.11-.71-.11a2.5 2.5 0 0 0-2.5 2.5c0 1.02.62 1.9 1.5 2.29v2.86c-.88.39-1.5 1.27-1.5 2.29a2.5 2.5 0 0 0 2.5 2.5c.78 0 1.48-.37 1.94-.94l10.67 1.54a2.5 2.5 0 0 0 2.4 1.84 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-1.86-2.41ZM17.5 3.01c.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.5m-7.52 0c.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.5m-7 6.56c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5m1.5 8.94c-.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.5m12.88-.38-10.42-1.5c-.13-.86-.69-1.57-1.46-1.91v-2.86c.88-.39 1.5-1.27 1.5-2.29 0-.38-.09-.75-.25-1.07l2.13-1.77c.34.17.72.28 1.12.28 1.09 0 2.01-.7 2.35-1.68h2.82c.27.78.91 1.37 1.72 1.59l1.27 10.42c-.32.2-.58.47-.78.79m2.12 2.82c-.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.5"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.