Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">drone</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#drone" />
</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-drone" viewBox="0 0 24 24">
<path d="M18.5 15c-.48 0-.94.1-1.36.27l-1.64-1.99v-2.54l1.66-2.01c.41.17.87.27 1.34.27C20.43 9 22 7.43 22 5.5S20.43 2 18.5 2 15 3.57 15 5.5c0 .49.1.96.29 1.38L13.32 8.5H10.7L8.72 6.86C8.9 6.44 9 5.98 9 5.5 9 3.57 7.43 2 5.5 2S2 3.57 2 5.5a3.504 3.504 0 0 0 4.87 3.22L8.5 10.7v2.63l-1.62 1.96c-.42-.18-.89-.29-1.38-.29C3.57 15 2 16.57 2 18.5S3.57 22 5.5 22 9 20.43 9 18.5c0-.48-.1-.93-.27-1.34l2.01-1.66h2.55l1.98 1.64c-.18.42-.28.88-.28 1.36 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5Zm0-12a2.5 2.5 0 0 1 0 5c-.23 0-.45-.04-.66-.1l1.15-1.4.37.37c.07.07.17.11.27.11s.19-.04.27-.11c.15-.15.15-.38 0-.53l-.47-.47c.05-.12.08-.24.08-.37a1.003 1.003 0 0 0-1.37-.93l-.48-.48a.37.37 0 0 0-.53 0c-.15.15-.15.38 0 .53l.41.41-1.42 1.17a2.3 2.3 0 0 1-.11-.7 2.5 2.5 0 0 1 2.5-2.5ZM7.89 6.18 6.48 5.02l.39-.39c.15-.15.15-.38 0-.53a.37.37 0 0 0-.53 0l-.48.48a1.003 1.003 0 0 0-1.37.93c0 .13.03.26.08.37l-.47.47c-.15.15-.15.38 0 .53.07.07.17.11.27.11s.19-.04.27-.11l.39-.39L6.19 7.9c-.22.06-.45.11-.68.11a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 2.5 2.5c0 .24-.04.46-.11.68ZM5.5 21a2.5 2.5 0 0 1 0-5c.25 0 .48.05.7.11l-1.17 1.41-.4-.4a.37.37 0 0 0-.53 0c-.15.15-.15.38 0 .53l.47.47c-.05.12-.08.24-.08.37a1.003 1.003 0 0 0 1.37.93l.48.48c.07.07.17.11.27.11s.19-.04.27-.11c.15-.15.15-.38 0-.53l-.38-.38 1.4-1.15c.06.21.1.43.1.66A2.5 2.5 0 0 1 5.5 21m13 0a2.5 2.5 0 0 1-2.5-2.5c0-.24.04-.46.11-.68l1.41 1.16-.39.39c-.15.15-.15.38 0 .53.07.07.17.11.27.11s.19-.04.27-.11l.48-.48a1.003 1.003 0 0 0 1.37-.93.9.9 0 0 0-.08-.37l.47-.47c.15-.15.15-.38 0-.53a.37.37 0 0 0-.53 0l-.38.38-1.16-1.41c.22-.06.44-.1.68-.1a2.5 2.5 0 0 1 0 5Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.