mail template icon
mail-template-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- mail-template-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
12 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
mail-add-16-filledmail-alert-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-filled
Use the mail template icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.443 13.005A3.75 3.75 0 0 1 26 16.75v5.5A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-5.5A3.75 3.75 0 0 1 13.75 13h8.5zm-4.054 8.387a.75.75 0 0 1-.686.047l-.092-.047l-6.111-3.706v4.564a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25v-4.564zM19.25 2A3.75 3.75 0 0 1 23 5.75v6.309a5 5 0 0 0-.75-.059h-.75V5.75a2.25 2.25 0 0 0-2.25-2.25H5.75A2.25 2.25 0 0 0 3.5 5.75v13.5a2.25 2.25 0 0 0 2.25 2.25H9v.75q0 .383.06.75H5.75A3.75 3.75 0 0 1 2 19.25V5.75A3.75 3.75 0 0 1 5.75 2zm-5.5 12.5a2.25 2.25 0 0 0-2.123 1.51L18 19.873l6.373-3.862a2.25 2.25 0 0 0-1.893-1.498l-.23-.012zm4.5-5.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm0-3a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailTemplate28Regular(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="M22.443 13.005A3.75 3.75 0 0 1 26 16.75v5.5A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-5.5A3.75 3.75 0 0 1 13.75 13h8.5zm-4.054 8.387a.75.75 0 0 1-.686.047l-.092-.047l-6.111-3.706v4.564a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25v-4.564zM19.25 2A3.75 3.75 0 0 1 23 5.75v6.309a5 5 0 0 0-.75-.059h-.75V5.75a2.25 2.25 0 0 0-2.25-2.25H5.75A2.25 2.25 0 0 0 3.5 5.75v13.5a2.25 2.25 0 0 0 2.25 2.25H9v.75q0 .383.06.75H5.75A3.75 3.75 0 0 1 2 19.25V5.75A3.75 3.75 0 0 1 5.75 2zm-5.5 12.5a2.25 2.25 0 0 0-2.123 1.51L18 19.873l6.373-3.862a2.25 2.25 0 0 0-1.893-1.498l-.23-.012zm4.5-5.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm0-3a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.443 13.005A3.75 3.75 0 0 1 26 16.75v5.5A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-5.5A3.75 3.75 0 0 1 13.75 13h8.5zm-4.054 8.387a.75.75 0 0 1-.686.047l-.092-.047l-6.111-3.706v4.564a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25v-4.564zM19.25 2A3.75 3.75 0 0 1 23 5.75v6.309a5 5 0 0 0-.75-.059h-.75V5.75a2.25 2.25 0 0 0-2.25-2.25H5.75A2.25 2.25 0 0 0 3.5 5.75v13.5a2.25 2.25 0 0 0 2.25 2.25H9v.75q0 .383.06.75H5.75A3.75 3.75 0 0 1 2 19.25V5.75A3.75 3.75 0 0 1 5.75 2zm-5.5 12.5a2.25 2.25 0 0 0-2.123 1.51L18 19.873l6.373-3.862a2.25 2.25 0 0 0-1.893-1.498l-.23-.012zm4.5-5.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm0-3a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-mail-template-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%22M22.443%2013.005A3.75%203.75%200%200%201%2026%2016.75v5.5A3.75%203.75%200%200%201%2022.25%2026h-8.5A3.75%203.75%200%200%201%2010%2022.25v-5.5A3.75%203.75%200%200%201%2013.75%2013h8.5zm-4.054%208.387a.75.75%200%200%201-.686.047l-.092-.047l-6.111-3.706v4.564a2.25%202.25%200%200%200%202.25%202.25h8.5a2.25%202.25%200%200%200%202.25-2.25v-4.564zM19.25%202A3.75%203.75%200%200%201%2023%205.75v6.309a5%205%200%200%200-.75-.059h-.75V5.75a2.25%202.25%200%200%200-2.25-2.25H5.75A2.25%202.25%200%200%200%203.5%205.75v13.5a2.25%202.25%200%200%200%202.25%202.25H9v.75q0%20.383.06.75H5.75A3.75%203.75%200%200%201%202%2019.25V5.75A3.75%203.75%200%200%201%205.75%202zm-5.5%2012.5a2.25%202.25%200%200%200-2.123%201.51L18%2019.873l6.373-3.862a2.25%202.25%200%200%200-1.893-1.498l-.23-.012zm4.5-5.5a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201%200-1.5zm0-3a.75.75%200%200%201%200%201.5H6.75a.75.75%200%200%201%200-1.5z%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%22M22.443%2013.005A3.75%203.75%200%200%201%2026%2016.75v5.5A3.75%203.75%200%200%201%2022.25%2026h-8.5A3.75%203.75%200%200%201%2010%2022.25v-5.5A3.75%203.75%200%200%201%2013.75%2013h8.5zm-4.054%208.387a.75.75%200%200%201-.686.047l-.092-.047l-6.111-3.706v4.564a2.25%202.25%200%200%200%202.25%202.25h8.5a2.25%202.25%200%200%200%202.25-2.25v-4.564zM19.25%202A3.75%203.75%200%200%201%2023%205.75v6.309a5%205%200%200%200-.75-.059h-.75V5.75a2.25%202.25%200%200%200-2.25-2.25H5.75A2.25%202.25%200%200%200%203.5%205.75v13.5a2.25%202.25%200%200%200%202.25%202.25H9v.75q0%20.383.06.75H5.75A3.75%203.75%200%200%201%202%2019.25V5.75A3.75%203.75%200%200%201%205.75%202zm-5.5%2012.5a2.25%202.25%200%200%200-2.123%201.51L18%2019.873l6.373-3.862a2.25%202.25%200%200%200-1.893-1.498l-.23-.012zm4.5-5.5a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201%200-1.5zm0-3a.75.75%200%200%201%200%201.5H6.75a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-template-28-regular.svg?color=%231a73e8&size=48