Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">backup_restore_cloud</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#backup-restore-cloud" />
</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-backup-restore-cloud" viewBox="0 0 24 24">
<path d="M20.35 17.26c0-.1.02-.19.02-.29 0-2.02-1.64-3.67-3.67-3.67-1.36 0-2.62.77-3.24 1.97a3.393 3.393 0 0 0-3.97 3.34c0 1.87 1.52 3.39 3.39 3.39h6.69c1.34 0 2.44-1.09 2.44-2.44 0-1.06-.67-1.97-1.65-2.3Zm-.79 3.15h-6.69c-.99 0-1.8-.81-1.8-1.8s.81-1.8 1.8-1.8c.14 0 .28.02.41.05l1.07.26.46-1c.34-.73 1.08-1.21 1.88-1.21 1.14 0 2.07.93 2.07 2.07 0 .1-.01.19-.02.29l-.17 1.21 1.18.28c.38.09.65.43.65.81 0 .46-.38.84-.84.84m-6.3-11.97c.2.19.51.19.71 0a.5.5 0 0 0 .14-.35V6.3c2.95 0 5.41 2.14 5.9 4.96.08.47.49.82.98.82.62 0 1.1-.55.99-1.16-.66-3.76-3.93-6.61-7.87-6.61V2.52c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79Zm-6.24-3.6c-.91.38-1.75.95-2.49 1.68-3.13 3.13-3.13 8.19 0 11.31L3.26 19.1c-.32.32-.09.86.35.85h3.95c.28 0 .5-.21.5-.49v-3.95c0-.45-.54-.67-.86-.35l-1.27 1.27c-2.34-2.34-2.34-6.14 0-8.49.56-.56 1.21-1 1.9-1.28.36-.15.57-.52.57-.9 0-.72-.74-1.2-1.4-.92Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.