Skip to main content

icon-email


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-email"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-email"></span>

Code point

  • Unicode: U+F130
  • CSS: \F130
  • JS: \uF130
  • HTML: &#xF130;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-email" viewBox="0 0 16 16">
  <path d="M13.334 2H2.667A1.99 1.99 0 0 0 .674 3.9a.505.505 0 0 0-.007.1v8a2 2 0 0 0 2 2h10.667a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM2.667 3.333h10.667a.661.661 0 0 1 .593.374L8.001 7.853 2.074 3.707a.661.661 0 0 1 .593-.374ZM14.001 12a.666.666 0 0 1-.667.667H2.667A.667.667 0 0 1 2.001 12V5.28l5.62 3.933a.661.661 0 0 0 .76 0L14 5.28V12Z"/>
</svg>