Skip to main content

Object Mirror


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">object_mirror</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#object-mirror" />
</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-object-mirror" viewBox="0 0 24 24">
  <path d="M12 21.75c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v18c0 .41-.34.75-.75.75m9.25-5.42-6.75-3.9a.506.506 0 0 1 0-.87l6.75-3.9c.33-.19.75.05.75.43v7.79c0 .38-.42.63-.75.43ZM2 15.9V8.11c0-.38.42-.63.75-.43l6.75 3.9c.33.19.33.67 0 .87l-6.75 3.9a.502.502 0 0 1-.75-.43Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.