Skip to main content

Image Scene


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">image_scene</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#image-scene" />
</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-image-scene" viewBox="0 0 24 24">
  <path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M9.22 7.56c.92 0 1.67.75 1.67 1.67s-.75 1.67-1.67 1.67-1.67-.75-1.67-1.67.75-1.67 1.67-1.67m9.31 11.11H5.46c-.48 0-.73-.57-.41-.93l2.64-2.93c.22-.25.61-.25.83 0l2.36 2.63 3.48-3.86c.22-.25.61-.25.83 0l3.75 4.17c.32.36.07.93-.41.93Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.