mail-alert-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
mail-alert-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

10 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the mail alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.729 5A5 5 0 0 1 29.5 6.5v2.657l2.308 2.596A.75.75 0 0 1 31.299 13h-13.6a.75.75 0 0 1-.508-1.247L19.5 9.156V6.5c0-.523.08-1.026.229-1.5m4.77 11.5c-.55 0-1.053-.188-1.444-.5q-.24-.192-.417-.439a2.07 2.07 0 0 1-.383-1.061h4.49c-.075 1.079-.987 1.94-2.123 1.997q-.06.003-.122.003M18 6.5q.001-.776.175-1.5H6.5a4.5 4.5 0 0 0-4.496 4.303l1.476.82L16 16.864l4.39-2.364h-2.738l-.048-.003c-1.846-.118-2.793-2.325-1.534-3.74L18 8.585zm12 16v-8h-1.751l-.008.103C28.106 16.563 26.423 18 24.5 18a3.79 3.79 0 0 1-3.19-1.723l-4.836 2.604a1 1 0 0 1-.948 0L2.514 11.874L2 11.588V22.5A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailAlert32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.729 5A5 5 0 0 1 29.5 6.5v2.657l2.308 2.596A.75.75 0 0 1 31.299 13h-13.6a.75.75 0 0 1-.508-1.247L19.5 9.156V6.5c0-.523.08-1.026.229-1.5m4.77 11.5c-.55 0-1.053-.188-1.444-.5q-.24-.192-.417-.439a2.07 2.07 0 0 1-.383-1.061h4.49c-.075 1.079-.987 1.94-2.123 1.997q-.06.003-.122.003M18 6.5q.001-.776.175-1.5H6.5a4.5 4.5 0 0 0-4.496 4.303l1.476.82L16 16.864l4.39-2.364h-2.738l-.048-.003c-1.846-.118-2.793-2.325-1.534-3.74L18 8.585zm12 16v-8h-1.751l-.008.103C28.106 16.563 26.423 18 24.5 18a3.79 3.79 0 0 1-3.19-1.723l-4.836 2.604a1 1 0 0 1-.948 0L2.514 11.874L2 11.588V22.5A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.729 5A5 5 0 0 1 29.5 6.5v2.657l2.308 2.596A.75.75 0 0 1 31.299 13h-13.6a.75.75 0 0 1-.508-1.247L19.5 9.156V6.5c0-.523.08-1.026.229-1.5m4.77 11.5c-.55 0-1.053-.188-1.444-.5q-.24-.192-.417-.439a2.07 2.07 0 0 1-.383-1.061h4.49c-.075 1.079-.987 1.94-2.123 1.997q-.06.003-.122.003M18 6.5q.001-.776.175-1.5H6.5a4.5 4.5 0 0 0-4.496 4.303l1.476.82L16 16.864l4.39-2.364h-2.738l-.048-.003c-1.846-.118-2.793-2.325-1.534-3.74L18 8.585zm12 16v-8h-1.751l-.008.103C28.106 16.563 26.423 18 24.5 18a3.79 3.79 0 0 1-3.19-1.723l-4.836 2.604a1 1 0 0 1-.948 0L2.514 11.874L2 11.588V22.5A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5"/></svg>
</template>

CSS

.icon-mail-alert-32-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.729%205A5%205%200%200%201%2029.5%206.5v2.657l2.308%202.596A.75.75%200%200%201%2031.299%2013h-13.6a.75.75%200%200%201-.508-1.247L19.5%209.156V6.5c0-.523.08-1.026.229-1.5m4.77%2011.5c-.55%200-1.053-.188-1.444-.5q-.24-.192-.417-.439a2.07%202.07%200%200%201-.383-1.061h4.49c-.075%201.079-.987%201.94-2.123%201.997q-.06.003-.122.003M18%206.5q.001-.776.175-1.5H6.5a4.5%204.5%200%200%200-4.496%204.303l1.476.82L16%2016.864l4.39-2.364h-2.738l-.048-.003c-1.846-.118-2.793-2.325-1.534-3.74L18%208.585zm12%2016v-8h-1.751l-.008.103C28.106%2016.563%2026.423%2018%2024.5%2018a3.79%203.79%200%200%201-3.19-1.723l-4.836%202.604a1%201%200%200%201-.948%200L2.514%2011.874L2%2011.588V22.5A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.729%205A5%205%200%200%201%2029.5%206.5v2.657l2.308%202.596A.75.75%200%200%201%2031.299%2013h-13.6a.75.75%200%200%201-.508-1.247L19.5%209.156V6.5c0-.523.08-1.026.229-1.5m4.77%2011.5c-.55%200-1.053-.188-1.444-.5q-.24-.192-.417-.439a2.07%202.07%200%200%201-.383-1.061h4.49c-.075%201.079-.987%201.94-2.123%201.997q-.06.003-.122.003M18%206.5q.001-.776.175-1.5H6.5a4.5%204.5%200%200%200-4.496%204.303l1.476.82L16%2016.864l4.39-2.364h-2.738l-.048-.003c-1.846-.118-2.793-2.325-1.534-3.74L18%208.585zm12%2016v-8h-1.751l-.008.103C28.106%2016.563%2026.423%2018%2024.5%2018a3.79%203.79%200%200%201-3.19-1.723l-4.836%202.604a1%201%200%200%201-.948%200L2.514%2011.874L2%2011.588V22.5A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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