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-solid-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-solid mi-email-add" viewBox="0 0 24 24">
  <path d="M21.49 6.246c-.37-.42-.9-.68-1.49-.68H4c-.6 0-1.13.27-1.49.68l9.49 5.18zM17.1 13.45a5.002 5.002 0 0 0 .41 9.983 5 5 0 1 0-.41-9.983m.401 7.984a.75.75 0 0 1-.748-.749v-1.503H15.25a.749.749 0 0 1 0-1.497h1.503v-1.503a.749.749 0 0 1 1.497 0v1.503h1.503a.749.749 0 1 1 0 1.497H18.25v1.503a.75.75 0 0 1-.748.749Z"/>
  <path d="M11.11 19.566H4c-.19 0-.36-.03-.53-.08l5.7-7.33 2.35 1.28q.225.12.48.12t.48-.12l2.35-1.28.206.266a6.5 6.5 0 0 0-3.926 7.144m4.939-7.467-.329-.423L22 8.246v5.486a6.52 6.52 0 0 0-5.951-1.633M2 8.246v9.32c0 .56.23 1.06.59 1.42l5.69-7.31z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.