mail alert icon
mail-alert-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- mail-alert-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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
mail-add-16-filledmail-all-20-filledmail-all-accounts-24-filledmail-all-read-16-filledmail-all-unread-20-filledmail-arrow-clockwise-16-filledmail-arrow-double-back-16-filledmail-arrow-down-16-filledmail-arrow-forward-16-filledmail-arrow-up-16-filledmail-attach-16-filledmail-briefcase-48-filledmail-checkmark-16-filledmail-clock-16-filledmail-copy-20-filledmail-data-bar-16-filledmail-dismiss-16-filledmail-edit-20-filledmail-error-16-filledmail-fish-hook-16-filledmail-inbox-16-filledmail-inbox-add-16-filledmail-inbox-all-20-filledmail-inbox-arrow-down-16-filled
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.5m2.91 10.561a2.28 2.28 0 0 0 1.861.939c1.192 0 2.168-.883 2.245-2h-4.49c.027.392.165.755.384 1.061M6.5 7H18v-.5q.001-.776.174-1.5H6.5A4.5 4.5 0 0 0 2 9.5v13A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5v-8h-1.75l-.008.103a3.6 3.6 0 0 1-.24 1.068V22.5a2.5 2.5 0 0 1-2.5 2.5h-19A2.5 2.5 0 0 1 4 22.5v-9.826l11.525 6.207a1 1 0 0 0 .948 0l4.836-2.604a3.54 3.54 0 0 1-.552-1.674l-.007-.103h-.36L16 16.864L4 10.403V9.5A2.5 2.5 0 0 1 6.5 7"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailAlert32Regular(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.5m2.91 10.561a2.28 2.28 0 0 0 1.861.939c1.192 0 2.168-.883 2.245-2h-4.49c.027.392.165.755.384 1.061M6.5 7H18v-.5q.001-.776.174-1.5H6.5A4.5 4.5 0 0 0 2 9.5v13A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5v-8h-1.75l-.008.103a3.6 3.6 0 0 1-.24 1.068V22.5a2.5 2.5 0 0 1-2.5 2.5h-19A2.5 2.5 0 0 1 4 22.5v-9.826l11.525 6.207a1 1 0 0 0 .948 0l4.836-2.604a3.54 3.54 0 0 1-.552-1.674l-.007-.103h-.36L16 16.864L4 10.403V9.5A2.5 2.5 0 0 1 6.5 7"/></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.5m2.91 10.561a2.28 2.28 0 0 0 1.861.939c1.192 0 2.168-.883 2.245-2h-4.49c.027.392.165.755.384 1.061M6.5 7H18v-.5q.001-.776.174-1.5H6.5A4.5 4.5 0 0 0 2 9.5v13A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5v-8h-1.75l-.008.103a3.6 3.6 0 0 1-.24 1.068V22.5a2.5 2.5 0 0 1-2.5 2.5h-19A2.5 2.5 0 0 1 4 22.5v-9.826l11.525 6.207a1 1 0 0 0 .948 0l4.836-2.604a3.54 3.54 0 0 1-.552-1.674l-.007-.103h-.36L16 16.864L4 10.403V9.5A2.5 2.5 0 0 1 6.5 7"/></svg> </template>
CSS
.icon-mail-alert-32-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%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.5m2.91%2010.561a2.28%202.28%200%200%200%201.861.939c1.192%200%202.168-.883%202.245-2h-4.49c.027.392.165.755.384%201.061M6.5%207H18v-.5q.001-.776.174-1.5H6.5A4.5%204.5%200%200%200%202%209.5v13A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5v-8h-1.75l-.008.103a3.6%203.6%200%200%201-.24%201.068V22.5a2.5%202.5%200%200%201-2.5%202.5h-19A2.5%202.5%200%200%201%204%2022.5v-9.826l11.525%206.207a1%201%200%200%200%20.948%200l4.836-2.604a3.54%203.54%200%200%201-.552-1.674l-.007-.103h-.36L16%2016.864L4%2010.403V9.5A2.5%202.5%200%200%201%206.5%207%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.5m2.91%2010.561a2.28%202.28%200%200%200%201.861.939c1.192%200%202.168-.883%202.245-2h-4.49c.027.392.165.755.384%201.061M6.5%207H18v-.5q.001-.776.174-1.5H6.5A4.5%204.5%200%200%200%202%209.5v13A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5v-8h-1.75l-.008.103a3.6%203.6%200%200%201-.24%201.068V22.5a2.5%202.5%200%200%201-2.5%202.5h-19A2.5%202.5%200%200%201%204%2022.5v-9.826l11.525%206.207a1%201%200%200%200%20.948%200l4.836-2.604a3.54%203.54%200%200%201-.552-1.674l-.007-.103h-.36L16%2016.864L4%2010.403V9.5A2.5%202.5%200%200%201%206.5%207%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-regular.svg?color=%231a73e8&size=48