md mail unread icon

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

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

Related icons in IonIcons

Use the md mail unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="432" cy="128" r="64" fill="currentColor"/><path d="M382.9 203.4L256 288 80 170.7V128l176 117.3 101.1-67.4c-9.5-14.3-15.1-31.5-15.1-49.9 0-17.6 5.1-34.1 13.9-48H74.7C51.2 80 32 99.2 32 122.7v266.7c0 23.5 19.2 42.7 42.7 42.7h362.7c23.5 0 42.7-19.2 42.7-42.7V204.1c-13.9 8.8-30.4 13.9-48 13.9-18.2 0-35.1-5.4-49.2-14.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdMailUnread(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="432" cy="128" r="64" fill="currentColor"/><path d="M382.9 203.4L256 288 80 170.7V128l176 117.3 101.1-67.4c-9.5-14.3-15.1-31.5-15.1-49.9 0-17.6 5.1-34.1 13.9-48H74.7C51.2 80 32 99.2 32 122.7v266.7c0 23.5 19.2 42.7 42.7 42.7h362.7c23.5 0 42.7-19.2 42.7-42.7V204.1c-13.9 8.8-30.4 13.9-48 13.9-18.2 0-35.1-5.4-49.2-14.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="432" cy="128" r="64" fill="currentColor"/><path d="M382.9 203.4L256 288 80 170.7V128l176 117.3 101.1-67.4c-9.5-14.3-15.1-31.5-15.1-49.9 0-17.6 5.1-34.1 13.9-48H74.7C51.2 80 32 99.2 32 122.7v266.7c0 23.5 19.2 42.7 42.7 42.7h362.7c23.5 0 42.7-19.2 42.7-42.7V204.1c-13.9 8.8-30.4 13.9-48 13.9-18.2 0-35.1-5.4-49.2-14.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-mail-unread {
  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%3Ccircle%20cx%3D%22432%22%20cy%3D%22128%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M382.9%20203.4L256%20288%2080%20170.7V128l176%20117.3%20101.1-67.4c-9.5-14.3-15.1-31.5-15.1-49.9%200-17.6%205.1-34.1%2013.9-48H74.7C51.2%2080%2032%2099.2%2032%20122.7v266.7c0%2023.5%2019.2%2042.7%2042.7%2042.7h362.7c23.5%200%2042.7-19.2%2042.7-42.7V204.1c-13.9%208.8-30.4%2013.9-48%2013.9-18.2%200-35.1-5.4-49.2-14.6z%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%3Ccircle%20cx%3D%22432%22%20cy%3D%22128%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M382.9%20203.4L256%20288%2080%20170.7V128l176%20117.3%20101.1-67.4c-9.5-14.3-15.1-31.5-15.1-49.9%200-17.6%205.1-34.1%2013.9-48H74.7C51.2%2080%2032%2099.2%2032%20122.7v266.7c0%2023.5%2019.2%2042.7%2042.7%2042.7h362.7c23.5%200%2042.7-19.2%2042.7-42.7V204.1c-13.9%208.8-30.4%2013.9-48%2013.9-18.2%200-35.1-5.4-49.2-14.6z%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-unread.svg?color=%231a73e8&size=48