Skip to main content

Image Add


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_add</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#image-add" />
</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-image-add" viewBox="0 0 24 24">
  <path d="M9.22 10.9c.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.67"/>
  <path d="M19.98 1.96H3.94c-1.1 0-2 .9-2 2V20c0 1.1.9 2 2 2h8.436a6.5 6.5 0 0 1-1.062-2H3.94V3.96h16.04v8.03a6.5 6.5 0 0 1 2 1.3V3.96c0-1.1-.9-2-2-2"/>
  <path d="M21.98 15.777a5 5 0 0 0-2-2.12A5 5 0 0 0 17.5 13a5 5 0 0 0-4.956 5.67l.001.005c.063.465.19.91.371 1.325a5 5 0 0 0 1.583 2c.836.628 1.875 1 3.001 1a4.98 4.98 0 0 0 3.133-1.103l.016-.013a5 5 0 0 0 1.34-1.68A5 5 0 0 0 22.5 18a5 5 0 0 0-.5-2.182l-.02-.04Zm-7.064 2.893a.748.748 0 0 1 .334-1.419h1.503v-1.503A.745.745 0 0 1 17.5 15c.414 0 .749.335.749.748v1.504h1.503A.747.747 0 0 1 20.5 18a.75.75 0 0 1-.748.748H18.25v1.503a.748.748 0 1 1-1.497 0v-1.503H15.25a.75.75 0 0 1-.334-.078m-3.882 0a6.6 6.6 0 0 1 .008-1.41l-.162.18-2.36-2.63a.553.553 0 0 0-.83 0l-2.64 2.93c-.32.36-.07.93.41.93z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.