Skip to main content

Zoom Out


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">zoom_out</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#zoom-out" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-zoom-out" viewBox="0 0 24 24">
  <path d="M12.49 9.5H7.5c-.28 0-.5.22-.5.5s.22.5.5.5h4.99c.28 0 .5-.22.5-.5s-.22-.5-.5-.5m7.74 9.32-3.88-3.88-.66.05-.41-.41c2.44-2.81 2.28-7.1-.5-9.7-2.67-2.5-7.01-2.46-9.64.08a6.99 6.99 0 0 0-.08 9.98c2.61 2.61 6.77 2.72 9.52.34l.41.41-.05.65 3.89 3.89a.996.996 0 1 0 1.41-1.41Zm-6.69-5.29a5.016 5.016 0 0 1-7.08 0 5.016 5.016 0 0 1 0-7.08 5.016 5.016 0 0 1 7.08 0 5.016 5.016 0 0 1 0 7.08"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.