mail-alert-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
mail-alert-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M20.498 1a4.5 4.5 0 0 0-4.5 4.5V8l-1.62 1.876c-.216.25-.325.376-.355.476a.5.5 0 0 0 .277.606c.096.042.262.042.593.042h11.21c.331 0 .497 0 .593-.042a.5.5 0 0 0 .277-.606c-.03-.1-.139-.225-.356-.476L24.998 8V5.5a4.5 4.5 0 0 0-4.5-4.5m0 13a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2M14 14.155l3.52-1.83c.056.522.246 1.004.535 1.411l-3.709 1.93a.75.75 0 0 1-.58.046l-.112-.047l-9.154-4.76v8.845a1.75 1.75 0 0 0 1.606 1.744l.144.006h15.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.633q.003-.058.002-.117H25v7.75a3.25 3.25 0 0 1-3.066 3.245L21.75 23H6.25a3.25 3.25 0 0 1-3.245-3.066L3 19.75V8.25a3.25 3.25 0 0 1 3.066-3.245L6.25 5h8.775a6 6 0 0 0-.023.5v1H6.25a1.75 1.75 0 0 0-1.744 1.606L4.5 8.25v.964z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailAlert28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.498 1a4.5 4.5 0 0 0-4.5 4.5V8l-1.62 1.876c-.216.25-.325.376-.355.476a.5.5 0 0 0 .277.606c.096.042.262.042.593.042h11.21c.331 0 .497 0 .593-.042a.5.5 0 0 0 .277-.606c-.03-.1-.139-.225-.356-.476L24.998 8V5.5a4.5 4.5 0 0 0-4.5-4.5m0 13a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2M14 14.155l3.52-1.83c.056.522.246 1.004.535 1.411l-3.709 1.93a.75.75 0 0 1-.58.046l-.112-.047l-9.154-4.76v8.845a1.75 1.75 0 0 0 1.606 1.744l.144.006h15.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.633q.003-.058.002-.117H25v7.75a3.25 3.25 0 0 1-3.066 3.245L21.75 23H6.25a3.25 3.25 0 0 1-3.245-3.066L3 19.75V8.25a3.25 3.25 0 0 1 3.066-3.245L6.25 5h8.775a6 6 0 0 0-.023.5v1H6.25a1.75 1.75 0 0 0-1.744 1.606L4.5 8.25v.964z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.498 1a4.5 4.5 0 0 0-4.5 4.5V8l-1.62 1.876c-.216.25-.325.376-.355.476a.5.5 0 0 0 .277.606c.096.042.262.042.593.042h11.21c.331 0 .497 0 .593-.042a.5.5 0 0 0 .277-.606c-.03-.1-.139-.225-.356-.476L24.998 8V5.5a4.5 4.5 0 0 0-4.5-4.5m0 13a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2M14 14.155l3.52-1.83c.056.522.246 1.004.535 1.411l-3.709 1.93a.75.75 0 0 1-.58.046l-.112-.047l-9.154-4.76v8.845a1.75 1.75 0 0 0 1.606 1.744l.144.006h15.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.633q.003-.058.002-.117H25v7.75a3.25 3.25 0 0 1-3.066 3.245L21.75 23H6.25a3.25 3.25 0 0 1-3.245-3.066L3 19.75V8.25a3.25 3.25 0 0 1 3.066-3.245L6.25 5h8.775a6 6 0 0 0-.023.5v1H6.25a1.75 1.75 0 0 0-1.744 1.606L4.5 8.25v.964z"/></svg>
</template>

CSS

.icon-mail-alert-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.498%201a4.5%204.5%200%200%200-4.5%204.5V8l-1.62%201.876c-.216.25-.325.376-.355.476a.5.5%200%200%200%20.277.606c.096.042.262.042.593.042h11.21c.331%200%20.497%200%20.593-.042a.5.5%200%200%200%20.277-.606c-.03-.1-.139-.225-.356-.476L24.998%208V5.5a4.5%204.5%200%200%200-4.5-4.5m0%2013a2%202%200%200%200%202-2h-4a2%202%200%200%200%202%202M14%2014.155l3.52-1.83c.056.522.246%201.004.535%201.411l-3.709%201.93a.75.75%200%200%201-.58.046l-.112-.047l-9.154-4.76v8.845a1.75%201.75%200%200%200%201.606%201.744l.144.006h15.5a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-7.633q.003-.058.002-.117H25v7.75a3.25%203.25%200%200%201-3.066%203.245L21.75%2023H6.25a3.25%203.25%200%200%201-3.245-3.066L3%2019.75V8.25a3.25%203.25%200%200%201%203.066-3.245L6.25%205h8.775a6%206%200%200%200-.023.5v1H6.25a1.75%201.75%200%200%200-1.744%201.606L4.5%208.25v.964z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.498%201a4.5%204.5%200%200%200-4.5%204.5V8l-1.62%201.876c-.216.25-.325.376-.355.476a.5.5%200%200%200%20.277.606c.096.042.262.042.593.042h11.21c.331%200%20.497%200%20.593-.042a.5.5%200%200%200%20.277-.606c-.03-.1-.139-.225-.356-.476L24.998%208V5.5a4.5%204.5%200%200%200-4.5-4.5m0%2013a2%202%200%200%200%202-2h-4a2%202%200%200%200%202%202M14%2014.155l3.52-1.83c.056.522.246%201.004.535%201.411l-3.709%201.93a.75.75%200%200%201-.58.046l-.112-.047l-9.154-4.76v8.845a1.75%201.75%200%200%200%201.606%201.744l.144.006h15.5a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-7.633q.003-.058.002-.117H25v7.75a3.25%203.25%200%200%201-3.066%203.245L21.75%2023H6.25a3.25%203.25%200%200%201-3.245-3.066L3%2019.75V8.25a3.25%203.25%200%200%201%203.066-3.245L6.25%205h8.775a6%206%200%200%200-.023.5v1H6.25a1.75%201.75%200%200%200-1.744%201.606L4.5%208.25v.964z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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