baseline contact mail icon

baseline-contact-mail from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
baseline-contact-mail
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0
Aliases
contact-mail

More communication icons from Google Material Icons

Use the baseline contact mail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8V7l-3 2l-3-2v1l3 2zm1-5H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2M8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1zm8-6h-8V6h8z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineContactMail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8V7l-3 2l-3-2v1l3 2zm1-5H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2M8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1zm8-6h-8V6h8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8V7l-3 2l-3-2v1l3 2zm1-5H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2M8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1zm8-6h-8V6h8z"/></svg>
</template>

CSS

.icon-baseline-contact-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%208V7l-3%202l-3-2v1l3%202zm1-5H2C.9%203%200%203.9%200%205v14c0%201.1.9%202%202%202h20c1.1%200%201.99-.9%201.99-2L24%205c0-1.1-.9-2-2-2M8%206c1.66%200%203%201.34%203%203s-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3m6%2012H2v-1c0-2%204-3.1%206-3.1s6%201.1%206%203.1zm8-6h-8V6h8z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%208V7l-3%202l-3-2v1l3%202zm1-5H2C.9%203%200%203.9%200%205v14c0%201.1.9%202%202%202h20c1.1%200%201.99-.9%201.99-2L24%205c0-1.1-.9-2-2-2M8%206c1.66%200%203%201.34%203%203s-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3m6%2012H2v-1c0-2%204-3.1%206-3.1s6%201.1%206%203.1zm8-6h-8V6h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-contact-mail.svg?color=%231a73e8&size=48