Skip to main content

Pan


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">pan</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#pan" />
</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-solid mi-pan" viewBox="0 0 24 24">
  <path d="M15 12c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3m.46-6.85L12.71 2.4a.996.996 0 0 0-1.41 0L8.55 5.15A.5.5 0 0 0 8.9 6h6.21c.45 0 .67-.54.35-.85m3.39 10.31 2.75-2.75a.996.996 0 0 0 0-1.41l-2.75-2.75a.5.5 0 0 0-.85.35v6.21c0 .45.54.67.85.35M8.54 18.85l2.75 2.75c.39.39 1.02.39 1.41 0l2.75-2.75a.5.5 0 0 0-.35-.85H8.89c-.45 0-.67.54-.35.85M5.15 8.54 2.4 11.29a.996.996 0 0 0 0 1.41l2.75 2.75A.5.5 0 0 0 6 15.1V8.89c0-.45-.54-.67-.85-.35"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.