Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">row_properties</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#row-properties" />
</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-row-properties" viewBox="0 0 24 24">
<path d="M20.9 17.29c.02-.17.04-.34.04-.51s-.01-.34-.04-.51l.9-.72a.54.54 0 0 0 .13-.69l-.4-.69-.4-.69a.53.53 0 0 0-.66-.23l-1.06.42c-.27-.21-.57-.39-.89-.52l-.17-1.12a.55.55 0 0 0-.54-.46h-1.6c-.27 0-.49.19-.54.46l-.17 1.1c-.33.13-.63.31-.91.53l-1.04-.41a.53.53 0 0 0-.66.23l-.4.69-.4.69c-.13.23-.08.53.13.69l.87.7c-.02.17-.04.35-.04.53s.02.37.04.54l-.87.7a.54.54 0 0 0-.13.69l.4.69.4.69c.13.23.42.33.66.23l1.06-.41c.27.21.57.38.89.51l.17 1.12c.04.26.27.46.54.46h1.6c.27 0 .49-.19.54-.46l.17-1.14c.31-.13.61-.31.87-.51l1.08.42c.25.1.53 0 .66-.23l.4-.69.4-.69c.13-.23.08-.53-.13-.69zm-3.89.99c-.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.5M20 1.99H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6.71c-.27-.58-.27-1.28.07-1.88l.07-.12H5v-4h14v1c0 .55.45 1 1 1h1V3c0-.55-.45-1-1-1Zm-11 4H5v-2h4zm5 0h-4v-2h4zm5 0h-4v-2h4z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.