Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">file_type_csv</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#file-type-csv" />
</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-file-type-csv" viewBox="0 0 24 24">
<path d="M5.37 16.38c.3 0 .57.04.83.12s.52.19.78.31l.58-1.49c-.69-.33-1.41-.49-2.17-.49-.69 0-1.29.15-1.81.44-.51.29-.9.72-1.18 1.27-.27.55-.41 1.18-.41 1.91 0 1.16.28 2.04.84 2.66.56.61 1.37.92 2.43.92q1.11 0 1.98-.39v-1.6c-.29.12-.59.23-.88.31-.29.09-.59.13-.9.13-1.02 0-1.54-.67-1.54-2.02 0-.65.13-1.16.38-1.52.25-.37.6-.55 1.05-.55ZM5 13.94c.55 0 1-.45 1-1v-9h6v5c0 .55.45 1 1 1h5v3c0 .55.45 1 1 1s1-.45 1-1V8.35c0-.27-.11-.52-.29-.71L14.3 2.23a1 1 0 0 0-.71-.29H6c-1.1 0-2 .9-2 2v9c0 .55.45 1 1 1m6.89 2.4c.48 0 1.04.15 1.69.45l.58-1.46c-.75-.33-1.49-.5-2.22-.5-.82 0-1.46.18-1.93.54s-.7.86-.7 1.51c0 .34.06.64.17.9s.28.48.51.67.57.4 1.03.6q.75.345.93.45c.18.105.2.15.25.22s.08.16.08.25c0 .15-.07.28-.2.38s-.34.15-.62.15c-.33 0-.68-.05-1.07-.16s-.76-.25-1.12-.43v1.68c.34.16.67.28.99.34.32.07.71.1 1.17.1.56 0 1.04-.09 1.46-.28.41-.19.73-.45.95-.78.22-.34.33-.72.33-1.16 0-.47-.12-.86-.35-1.17q-.345-.465-1.26-.87c-.63-.29-1.01-.48-1.16-.59-.14-.11-.21-.23-.21-.37 0-.13.06-.23.17-.32s.29-.13.54-.13Zm8.03-1.36-.97 3.56c-.05.19-.11.45-.18.79s-.11.61-.13.84q-.03-.465-.33-1.65l-.95-3.55h-2.12l2.28 7h2.22l2.29-7h-2.11Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.