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_concave</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#polygon-concave" />
</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-polygon-concave" viewBox="0 0 24 24">
<path d="M22 11.95c0-1.02-.62-1.9-1.5-2.29V6.79C21.38 6.4 22 5.52 22 4.5A2.5 2.5 0 0 0 19.5 2c-1.02 0-1.9.62-2.29 1.5h-2.93c-.39-.88-1.27-1.5-2.29-1.5a2.5 2.5 0 0 0-2.5 2.5c0 1.02.62 1.9 1.5 2.29v2.87c-.59.26-1.06.74-1.31 1.34H6.8a2.5 2.5 0 0 0-2.31-1.55 2.5 2.5 0 0 0-2.5 2.5c0 1.02.62 1.9 1.5 2.29v2.97c-.88.39-1.5 1.27-1.5 2.29a2.5 2.5 0 0 0 2.5 2.5c1.02 0 1.9-.62 2.29-1.5H9.7c.39.88 1.27 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.27 1.5 2.29 1.5a2.5 2.5 0 0 0 2.5-2.5c0-1.02-.62-1.9-1.5-2.29v-2.97c.88-.39 1.5-1.27 1.5-2.29ZM19.5 3c.83 0 1.5.67 1.5 1.5S20.33 6 19.5 6 18 5.33 18 4.5 18.67 3 19.5 3m-9 1.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S12.83 6 12 6s-1.5-.67-1.5-1.5m1.5 5.95c.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-9 1.5c0-.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.5M4.5 21c-.83 0-1.5-.67-1.5-1.5S3.67 18 4.5 18s1.5.67 1.5 1.5S5.33 21 4.5 21m7.5 0c-.83 0-1.5-.67-1.5-1.5S11.17 18 12 18s1.5.67 1.5 1.5S12.83 21 12 21m5.21-2.5h-2.92C13.9 17.62 13.02 17 12 17s-1.9.62-2.29 1.5H6.79a2.5 2.5 0 0 0-1.29-1.29v-2.97c.56-.24 1-.69 1.26-1.24h2.98c.4.85 1.26 1.45 2.26 1.45a2.5 2.5 0 0 0 2.5-2.5c0-1.02-.62-1.9-1.5-2.29V6.79a2.5 2.5 0 0 0 1.29-1.29h2.93a2.5 2.5 0 0 0 1.29 1.29v2.87c-.88.39-1.5 1.27-1.5 2.29s.62 1.9 1.5 2.29v2.97a2.5 2.5 0 0 0-1.29 1.29Zm3.79 1c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5m-1.5-6.05c-.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.