Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">artificial_intelligence</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#artificial-intelligence" />
</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-artificial-intelligence" viewBox="0 0 24 24">
<path d="M20 12.5c-.65 0-1.2.42-1.41 1h-2.84v-3h2.84c.21.58.76 1 1.41 1 .83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5c-.65 0-1.2.42-1.41 1h-2.84v-.25c0-.55-.45-1-1-1h-.25V6.5h1c.55 0 1-.45 1-1V4.41c.58-.21 1-.76 1-1.41 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .65.42 1.2 1 1.41V5.5h-1c-.55 0-1 .45-1 1v1.75h-1V4.41c.58-.21 1-.76 1-1.41 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .65.42 1.2 1 1.41v3.84h-1V6.5c0-.55-.45-1-1-1h-1V4.41c.58-.21 1-.76 1-1.41 0-.83-.67-1.5-1.5-1.5S6.5 2.17 6.5 3c0 .65.42 1.2 1 1.41V5.5a.99.99 0 0 0 1 1h1v1.75h-.25c-.55 0-1 .45-1 1v.25H5.41c-.21-.58-.76-1-1.41-1-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5c.65 0 1.2-.42 1.41-1h2.84v3H5.41c-.21-.58-.76-1-1.41-1-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5c.65 0 1.2-.42 1.41-1h2.84v.25c0 .55.45 1 1 1h.25v1.75h-1a.99.99 0 0 0-1 1v1.09c-.58.21-1 .76-1 1.41 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.65-.42-1.2-1-1.41V18.5h1c.55 0 1-.45 1-1v-1.75h1v3.84c-.58.21-1 .76-1 1.41 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.65-.42-1.2-1-1.41v-3.84h1v1.75c0 .55.45 1 1 1h1v1.09c-.58.21-1 .76-1 1.41 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.65-.42-1.2-1-1.41V18.5c0-.55-.45-1-1-1h-1v-1.75h.25c.55 0 1-.45 1-1v-.25h2.84c.21.58.76 1 1.41 1 .83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m0-3c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5m-4-7c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5m-4 0c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5m-4 0c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5m-4 8c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m0 4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m4 7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m4 0c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m4 0c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m-1.75-7.25h-4.5v-4.5h4.5zm5.75.25c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.