Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">certificate</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#certificate" />
</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-certificate" viewBox="0 0 24 24">
<path d="m18.89 14.82.54-.6c.1-.11.1-.27 0-.38l-.54-.6a.29.29 0 0 1-.07-.25l.17-.79a.29.29 0 0 0-.19-.33l-.76-.25a.3.3 0 0 1-.18-.18l-.25-.76a.28.28 0 0 0-.27-.19h-.06l-.79.17h-.06c-.07 0-.14-.03-.19-.07l-.6-.54c-.05-.05-.12-.07-.19-.07s-.13.02-.19.07l-.6.54c-.05.05-.12.07-.19.07h-.06l-.79-.17h-.06c-.12 0-.23.08-.27.19l-.25.76c-.03.09-.1.15-.18.18l-.76.25c-.14.04-.22.19-.19.33l.17.79c.02.09 0 .18-.07.25l-.54.6c-.1.11-.1.27 0 .38l.54.6c.06.07.09.16.07.25l-.17.79c-.03.14.05.28.19.33l.76.25s.08.04.11.06v4.84c0 .29.24.5.5.5.06 0 .12-.01.19-.04l1.81-.73 1.81.73c.06.02.12.04.19.04.26 0 .5-.21.5-.5v-4.88s.02-.02.04-.02l.76-.25c.14-.04.22-.19.19-.33l-.17-.79c-.02-.09 0-.18.07-.25ZM15.5 16c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M20 4H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h7.59c-.47-.27-.74-.8-.62-1.36l.09-.43-.29-.32c-.44-.49-.44-1.23 0-1.72l.29-.32-.09-.43c-.14-.65.23-1.28.86-1.49l.41-.13.13-.41c.17-.53.66-.89 1.22-.89.09 0 .18 0 .27.03l.43.09.32-.29c.24-.21.54-.33.86-.33s.62.12.86.33l.32.29.43-.09q.135-.03.27-.03c.56 0 1.05.36 1.22.89l.13.41.41.13c.63.2 1 .84.86 1.49l-.09.43.29.32c.44.49.44 1.23 0 1.72l-.29.32.09.43c.12.55-.15 1.09-.62 1.36H20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M9.5 10.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75m2-3h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.