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_merge</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-merge" />
</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-merge" viewBox="0 0 24 24">
<path d="M12 8H8v4h2v-2h2zm10 10.77v-7.54a2.49 2.49 0 0 0 1.4-2.24 2.5 2.5 0 0 0-2.5-2.5c-1.02 0-1.9.62-2.29 1.5h-2.62V5.22c.82-.41 1.4-1.25 1.4-2.23a2.5 2.5 0 0 0-2.5-2.5c-1.02 0-1.9.62-2.29 1.5H5.17C4.78 1.11 3.9.49 2.88.49A2.514 2.514 0 0 0 .39 3c0 1.06.67 1.97 1.61 2.33v7.35c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c1.03 0 1.91-.62 2.29-1.51H8v2.69c-.94.36-1.61 1.27-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c1.03 0 1.91-.62 2.3-1.51h7.42c.38.89 1.27 1.51 2.3 1.51a2.5 2.5 0 0 0 2.5-2.5c0-.98-.58-1.83-1.4-2.24ZM20.9 7.5c.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-6-6c.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.5M1.39 3c0-.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.5m2.94 12.39a1.5 1.5 0 0 1-1.44 1.12c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5c.69 0 1.27.48 1.44 1.12zm4.56 7.12c-.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.5M18.62 20h-7.45c-.24-.53-.66-.96-1.17-1.22V14H5.17c-.24-.53-.65-.96-1.17-1.22V5.23c.52-.26.94-.69 1.18-1.23h7.43c.27.61.77 1.09 1.39 1.33V10h4.61c.27.61.77 1.09 1.39 1.33v7.36c-.61.24-1.11.71-1.38 1.31m2.28 2.51c-.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-6.91-8.52h-2v2h4v-4h-2z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.