mail template icon
mail-template-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- mail-template-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M2 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v4.757a4 4 0 0 0-.25-.007H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75H6v.25c0 .435.065.855.187 1.25H5.25A3.25 3.25 0 0 1 2 16.75zM6.75 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM8 8.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 8 8.25m-1 6A3.25 3.25 0 0 1 10.25 11h8.5A3.25 3.25 0 0 1 22 14.25v4.5A3.25 3.25 0 0 1 18.75 22h-8.5A3.25 3.25 0 0 1 7 18.75zm3.25-1.75c-.504 0-.959.213-1.278.555l5.528 3.553l5.528-3.553a1.75 1.75 0 0 0-1.278-.555zM8.5 18.75c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-4.216l-5.594 3.597a.75.75 0 0 1-.812 0L8.5 14.534z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailTemplate24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v4.757a4 4 0 0 0-.25-.007H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75H6v.25c0 .435.065.855.187 1.25H5.25A3.25 3.25 0 0 1 2 16.75zM6.75 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM8 8.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 8 8.25m-1 6A3.25 3.25 0 0 1 10.25 11h8.5A3.25 3.25 0 0 1 22 14.25v4.5A3.25 3.25 0 0 1 18.75 22h-8.5A3.25 3.25 0 0 1 7 18.75zm3.25-1.75c-.504 0-.959.213-1.278.555l5.528 3.553l5.528-3.553a1.75 1.75 0 0 0-1.278-.555zM8.5 18.75c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-4.216l-5.594 3.597a.75.75 0 0 1-.812 0L8.5 14.534z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v4.757a4 4 0 0 0-.25-.007H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75H6v.25c0 .435.065.855.187 1.25H5.25A3.25 3.25 0 0 1 2 16.75zM6.75 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM8 8.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 8 8.25m-1 6A3.25 3.25 0 0 1 10.25 11h8.5A3.25 3.25 0 0 1 22 14.25v4.5A3.25 3.25 0 0 1 18.75 22h-8.5A3.25 3.25 0 0 1 7 18.75zm3.25-1.75c-.504 0-.959.213-1.278.555l5.528 3.553l5.528-3.553a1.75 1.75 0 0 0-1.278-.555zM8.5 18.75c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-4.216l-5.594 3.597a.75.75 0 0 1-.812 0L8.5 14.534z"/></svg> </template>
CSS
.icon-mail-template-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.25A3.25%203.25%200%200%201%205.25%202h10.5A3.25%203.25%200%200%201%2019%205.25v4.757a4%204%200%200%200-.25-.007H17.5V5.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%205.25v11.5c0%20.966.784%201.75%201.75%201.75H6v.25c0%20.435.065.855.187%201.25H5.25A3.25%203.25%200%200%201%202%2016.75zM6.75%205a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zM8%208.25a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5A.75.75%200%200%201%208%208.25m-1%206A3.25%203.25%200%200%201%2010.25%2011h8.5A3.25%203.25%200%200%201%2022%2014.25v4.5A3.25%203.25%200%200%201%2018.75%2022h-8.5A3.25%203.25%200%200%201%207%2018.75zm3.25-1.75c-.504%200-.959.213-1.278.555l5.528%203.553l5.528-3.553a1.75%201.75%200%200%200-1.278-.555zM8.5%2018.75c0%20.966.784%201.75%201.75%201.75h8.5a1.75%201.75%200%200%200%201.75-1.75v-4.216l-5.594%203.597a.75.75%200%200%201-.812%200L8.5%2014.534z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.25A3.25%203.25%200%200%201%205.25%202h10.5A3.25%203.25%200%200%201%2019%205.25v4.757a4%204%200%200%200-.25-.007H17.5V5.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%205.25v11.5c0%20.966.784%201.75%201.75%201.75H6v.25c0%20.435.065.855.187%201.25H5.25A3.25%203.25%200%200%201%202%2016.75zM6.75%205a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zM8%208.25a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5A.75.75%200%200%201%208%208.25m-1%206A3.25%203.25%200%200%201%2010.25%2011h8.5A3.25%203.25%200%200%201%2022%2014.25v4.5A3.25%203.25%200%200%201%2018.75%2022h-8.5A3.25%203.25%200%200%201%207%2018.75zm3.25-1.75c-.504%200-.959.213-1.278.555l5.528%203.553l5.528-3.553a1.75%201.75%200%200%200-1.278-.555zM8.5%2018.75c0%20.966.784%201.75%201.75%201.75h8.5a1.75%201.75%200%200%200%201.75-1.75v-4.216l-5.594%203.597a.75.75%200%200%201-.812%200L8.5%2014.534z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-template-24-regular.svg?color=%231a73e8&size=48