Skip to main content

Email 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">email_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#email-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-email-add" viewBox="0 0 24 24">
  <path d="M20 6.014H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h7.088a6.5 6.5 0 0 1 0-2H4.94l4.21-5.41 2.37 1.29q.225.12.48.12t.48-.12l2.35-1.29.285.366q.496-.197 1.028-.312l-.423-.544L20 9.774v3.233c.747.31 1.424.755 2 1.305V8.014c0-1.1-.9-2-2-2m-.95 2L12 11.874l-7.1-3.86zM4 9.804l4.26 2.32L4 17.604z"/>
  <path d="M22 16.661a5 5 0 0 0-2-2.131 5 5 0 0 0-2.794-.653q-.58.036-1.119.196a5.01 5.01 0 0 0-3.475 5.794A5.002 5.002 0 1 0 22 16.661m-4.498 5.206a.75.75 0 0 1-.75-.748v-1.503H15.25a.749.749 0 0 1 0-1.497h1.503v-1.503a.749.749 0 1 1 1.497 0v1.503h1.503a.749.749 0 1 1 0 1.497H18.25v1.503a.75.75 0 0 1-.748.748"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.