Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">comment_message_disabled</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#comment-message-disabled" />
</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-comment-message-disabled" viewBox="0 0 24 24">
<path d="M20.518 16.273c.402-.578.73-1.2.972-1.857a7.7 7.7 0 0 0 .48-2.686C21.97 6.9 17.5 3 11.98 3q-.907.001-1.77.137c-.779.122-1.527.323-2.233.594l1.587 1.587A9.4 9.4 0 0 1 12 5c4.418 0 8 3.016 8 6.736a5.9 5.9 0 0 1-.904 3.114zm-3.633-.805-.002.001L15.414 14h.003l-1-1h-.003l-2-2h.003l-1-1h-.003l-2-2h.003l-3.32-3.32h-.002L4.207 2.793a1 1 0 0 0-1.414 1.414L4.52 5.934l-.102.101C2.911 7.565 2 9.56 2 11.74c0 2.2.93 4.21 2.46 5.74a13.4 13.4 0 0 1-.4 2.08l-.023.084a14 14 0 0 1-.227.726q-.053.164-.11.323l-.008.022a9 9 0 0 1-.182.465c-.1.23.09.49.34.45q.248-.042.494-.087l.016-.003a25 25 0 0 0 1.258-.27c1.755-.423 2.883-.905 3.442-1.18.96.25 1.94.38 2.93.38 2.065 0 3.984-.55 5.576-1.49l2.227 2.227a1 1 0 0 0 1.414-1.414l-2.013-2.014h.001zM7.117 8.53A1 1 0 0 0 8 10h.586l1 .999H7a1 1 0 1 0 0 2h4.586l1 1H8a1 1 0 1 0 0 2h6.586l1.508 1.508a9.04 9.04 0 0 1-4.104.962 9.6 9.6 0 0 1-2.426-.315l-.36-.094a1 1 0 0 0-.694.07l-.333.165c-.323.159-.96.44-1.936.735q.132-.659.207-1.33l.053-.478a1 1 0 0 0-.287-.817l-.34-.34C4.678 14.87 4 13.354 4 11.74c0-1.636.694-3.171 1.923-4.381l.01-.01L7.118 8.53Z"/>
<path d="M16 8h-3.754l1.995 2H16a1 1 0 1 0 0-2m-.761 3 1.972 1.978A1 1 0 0 0 17 11zm1.646 5.882.896.896-.002.001-.005-.005-.05-.05-.84-.84zm-.337 1.517.004-.002zm-11.602 2-.099.02q.081-.25.153-.503v-.003l.024-.084v-.003q.136-.49.236-.992l-.314 1.564ZM5.958 5.954 7.003 7H7l-.359-.359-.685-.685h.002Zm2.39 2.392.36.36L9 9H8l.347-.653Zm1.528-4.13-.002-.003.002.002Zm5.728.432"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.