md mail icon

md-mail from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-mail
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-mail

Related icons in IonIcons

Use the md mail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.332 80H74.668C51.199 80 32 99.198 32 122.667v266.666C32 412.802 51.199 432 74.668 432h362.664C460.801 432 480 412.802 480 389.333V122.667C480 99.198 460.801 80 437.332 80zM432 170.667L256 288 80 170.667V128l176 117.333L432 128v42.667z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdMail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.332 80H74.668C51.199 80 32 99.198 32 122.667v266.666C32 412.802 51.199 432 74.668 432h362.664C460.801 432 480 412.802 480 389.333V122.667C480 99.198 460.801 80 437.332 80zM432 170.667L256 288 80 170.667V128l176 117.333L432 128v42.667z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.332 80H74.668C51.199 80 32 99.198 32 122.667v266.666C32 412.802 51.199 432 74.668 432h362.664C460.801 432 480 412.802 480 389.333V122.667C480 99.198 460.801 80 437.332 80zM432 170.667L256 288 80 170.667V128l176 117.333L432 128v42.667z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M437.332%2080H74.668C51.199%2080%2032%2099.198%2032%20122.667v266.666C32%20412.802%2051.199%20432%2074.668%20432h362.664C460.801%20432%20480%20412.802%20480%20389.333V122.667C480%2099.198%20460.801%2080%20437.332%2080zM432%20170.667L256%20288%2080%20170.667V128l176%20117.333L432%20128v42.667z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M437.332%2080H74.668C51.199%2080%2032%2099.198%2032%20122.667v266.666C32%20412.802%2051.199%20432%2074.668%20432h362.664C460.801%20432%20480%20412.802%20480%20389.333V122.667C480%2099.198%20460.801%2080%20437.332%2080zM432%20170.667L256%20288%2080%20170.667V128l176%20117.333L432%20128v42.667z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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