e-mail from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
e-mail
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the e mail emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.61 17.46c-.88 0-1.6-.72-1.6-1.6s.72-1.6 1.6-1.6s1.6.72 1.6 1.6s-.72 1.6-1.6 1.6"/><path d="M16 23a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-11.5c2.45.03 4.44 2.08 4.44 4.55v.81c0 .89-.73 1.62-1.62 1.62c-.61 0-1.14-.34-1.42-.84c-.46.46-1.1.75-1.8.75c-1.4 0-2.54-1.14-2.54-2.54s1.14-2.54 2.54-2.54c.61 0 1.16.22 1.6.57v-.09c0-.26.23-.47.49-.47s.47.21.47.47v3.08a.67.67 0 0 0 1.34 0v-.81c0-1.97-1.58-3.59-3.51-3.62c-.96 0-1.87.36-2.55 1.03s-1.06 1.57-1.06 2.53c0 1.96 1.6 3.56 3.56 3.56a.47.47 0 1 1 0 .94c-2.48 0-4.5-2.02-4.5-4.5c0-1.21.47-2.35 1.34-3.2c.86-.86 2.01-1.32 3.22-1.3"/><path d="M1 7.01C1 5.898 1.898 5 3.01 5H29c1.109 0 2 .904 2 2.01V25c0 1.109-.904 2-2.01 2H3.01A2.007 2.007 0 0 1 1 24.99zm2-.005v.497l6.35 4.046a8 8 0 0 0-.902 1.797L3 9.873V22.68l5.62-3.581a8 8 0 0 0 1 1.733L3.08 25h25.855l-6.557-4.173a8 8 0 0 0 1-1.735L29 22.671V9.88l-5.452 3.47a8 8 0 0 0-.9-1.798L29 7.511v-.508L28.996 7H3.005l-.003.002z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastEMail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.61 17.46c-.88 0-1.6-.72-1.6-1.6s.72-1.6 1.6-1.6s1.6.72 1.6 1.6s-.72 1.6-1.6 1.6"/><path d="M16 23a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-11.5c2.45.03 4.44 2.08 4.44 4.55v.81c0 .89-.73 1.62-1.62 1.62c-.61 0-1.14-.34-1.42-.84c-.46.46-1.1.75-1.8.75c-1.4 0-2.54-1.14-2.54-2.54s1.14-2.54 2.54-2.54c.61 0 1.16.22 1.6.57v-.09c0-.26.23-.47.49-.47s.47.21.47.47v3.08a.67.67 0 0 0 1.34 0v-.81c0-1.97-1.58-3.59-3.51-3.62c-.96 0-1.87.36-2.55 1.03s-1.06 1.57-1.06 2.53c0 1.96 1.6 3.56 3.56 3.56a.47.47 0 1 1 0 .94c-2.48 0-4.5-2.02-4.5-4.5c0-1.21.47-2.35 1.34-3.2c.86-.86 2.01-1.32 3.22-1.3"/><path d="M1 7.01C1 5.898 1.898 5 3.01 5H29c1.109 0 2 .904 2 2.01V25c0 1.109-.904 2-2.01 2H3.01A2.007 2.007 0 0 1 1 24.99zm2-.005v.497l6.35 4.046a8 8 0 0 0-.902 1.797L3 9.873V22.68l5.62-3.581a8 8 0 0 0 1 1.733L3.08 25h25.855l-6.557-4.173a8 8 0 0 0 1-1.735L29 22.671V9.88l-5.452 3.47a8 8 0 0 0-.9-1.798L29 7.511v-.508L28.996 7H3.005l-.003.002z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.61 17.46c-.88 0-1.6-.72-1.6-1.6s.72-1.6 1.6-1.6s1.6.72 1.6 1.6s-.72 1.6-1.6 1.6"/><path d="M16 23a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-11.5c2.45.03 4.44 2.08 4.44 4.55v.81c0 .89-.73 1.62-1.62 1.62c-.61 0-1.14-.34-1.42-.84c-.46.46-1.1.75-1.8.75c-1.4 0-2.54-1.14-2.54-2.54s1.14-2.54 2.54-2.54c.61 0 1.16.22 1.6.57v-.09c0-.26.23-.47.49-.47s.47.21.47.47v3.08a.67.67 0 0 0 1.34 0v-.81c0-1.97-1.58-3.59-3.51-3.62c-.96 0-1.87.36-2.55 1.03s-1.06 1.57-1.06 2.53c0 1.96 1.6 3.56 3.56 3.56a.47.47 0 1 1 0 .94c-2.48 0-4.5-2.02-4.5-4.5c0-1.21.47-2.35 1.34-3.2c.86-.86 2.01-1.32 3.22-1.3"/><path d="M1 7.01C1 5.898 1.898 5 3.01 5H29c1.109 0 2 .904 2 2.01V25c0 1.109-.904 2-2.01 2H3.01A2.007 2.007 0 0 1 1 24.99zm2-.005v.497l6.35 4.046a8 8 0 0 0-.902 1.797L3 9.873V22.68l5.62-3.581a8 8 0 0 0 1 1.733L3.08 25h25.855l-6.557-4.173a8 8 0 0 0 1-1.735L29 22.671V9.88l-5.452 3.47a8 8 0 0 0-.9-1.798L29 7.511v-.508L28.996 7H3.005l-.003.002z"/></g></svg>
</template>

CSS

.icon-e-mail {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.61%2017.46c-.88%200-1.6-.72-1.6-1.6s.72-1.6%201.6-1.6s1.6.72%201.6%201.6s-.72%201.6-1.6%201.6%22%2F%3E%3Cpath%20d%3D%22M16%2023a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-11.5c2.45.03%204.44%202.08%204.44%204.55v.81c0%20.89-.73%201.62-1.62%201.62c-.61%200-1.14-.34-1.42-.84c-.46.46-1.1.75-1.8.75c-1.4%200-2.54-1.14-2.54-2.54s1.14-2.54%202.54-2.54c.61%200%201.16.22%201.6.57v-.09c0-.26.23-.47.49-.47s.47.21.47.47v3.08a.67.67%200%200%200%201.34%200v-.81c0-1.97-1.58-3.59-3.51-3.62c-.96%200-1.87.36-2.55%201.03s-1.06%201.57-1.06%202.53c0%201.96%201.6%203.56%203.56%203.56a.47.47%200%201%201%200%20.94c-2.48%200-4.5-2.02-4.5-4.5c0-1.21.47-2.35%201.34-3.2c.86-.86%202.01-1.32%203.22-1.3%22%2F%3E%3Cpath%20d%3D%22M1%207.01C1%205.898%201.898%205%203.01%205H29c1.109%200%202%20.904%202%202.01V25c0%201.109-.904%202-2.01%202H3.01A2.007%202.007%200%200%201%201%2024.99zm2-.005v.497l6.35%204.046a8%208%200%200%200-.902%201.797L3%209.873V22.68l5.62-3.581a8%208%200%200%200%201%201.733L3.08%2025h25.855l-6.557-4.173a8%208%200%200%200%201-1.735L29%2022.671V9.88l-5.452%203.47a8%208%200%200%200-.9-1.798L29%207.511v-.508L28.996%207H3.005l-.003.002z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.61%2017.46c-.88%200-1.6-.72-1.6-1.6s.72-1.6%201.6-1.6s1.6.72%201.6%201.6s-.72%201.6-1.6%201.6%22%2F%3E%3Cpath%20d%3D%22M16%2023a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-11.5c2.45.03%204.44%202.08%204.44%204.55v.81c0%20.89-.73%201.62-1.62%201.62c-.61%200-1.14-.34-1.42-.84c-.46.46-1.1.75-1.8.75c-1.4%200-2.54-1.14-2.54-2.54s1.14-2.54%202.54-2.54c.61%200%201.16.22%201.6.57v-.09c0-.26.23-.47.49-.47s.47.21.47.47v3.08a.67.67%200%200%200%201.34%200v-.81c0-1.97-1.58-3.59-3.51-3.62c-.96%200-1.87.36-2.55%201.03s-1.06%201.57-1.06%202.53c0%201.96%201.6%203.56%203.56%203.56a.47.47%200%201%201%200%20.94c-2.48%200-4.5-2.02-4.5-4.5c0-1.21.47-2.35%201.34-3.2c.86-.86%202.01-1.32%203.22-1.3%22%2F%3E%3Cpath%20d%3D%22M1%207.01C1%205.898%201.898%205%203.01%205H29c1.109%200%202%20.904%202%202.01V25c0%201.109-.904%202-2.01%202H3.01A2.007%202.007%200%200%201%201%2024.99zm2-.005v.497l6.35%204.046a8%208%200%200%200-.902%201.797L3%209.873V22.68l5.62-3.581a8%208%200%200%200%201%201.733L3.08%2025h25.855l-6.557-4.173a8%208%200%200%200%201-1.735L29%2022.671V9.88l-5.452%203.47a8%208%200%200%200-.9-1.798L29%207.511v-.508L28.996%207H3.005l-.003.002z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/e-mail.svg?color=%231a73e8&size=48