mail template icon
mail-template-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- mail-template-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M25.5 15a4.5 4.5 0 0 1 4.5 4.5v6a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-6a4.5 4.5 0 0 1 4.5-4.5zm-4.466 9.846a1 1 0 0 1-1.068 0L13 20.446V25.5a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5v-5.055zM22.5 2A4.5 4.5 0 0 1 27 6.5v7.19a6 6 0 0 0-1.191-.182L25.5 13.5H25v-7A2.5 2.5 0 0 0 22.5 4h-16A2.5 2.5 0 0 0 4 6.5v16A2.5 2.5 0 0 0 6.5 25h3v.5q.002.779.188 1.5H6.5A4.5 4.5 0 0 1 2 22.5v-16A4.5 4.5 0 0 1 6.5 2zm-7 15a2.5 2.5 0 0 0-2.182 1.28l7.182 4.536l7.18-4.536A2.5 2.5 0 0 0 25.5 17zm5.5-6a1 1 0 1 1 0 2h-9a1 1 0 1 1 0-2zm0-4a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailTemplate32Regular(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="M25.5 15a4.5 4.5 0 0 1 4.5 4.5v6a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-6a4.5 4.5 0 0 1 4.5-4.5zm-4.466 9.846a1 1 0 0 1-1.068 0L13 20.446V25.5a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5v-5.055zM22.5 2A4.5 4.5 0 0 1 27 6.5v7.19a6 6 0 0 0-1.191-.182L25.5 13.5H25v-7A2.5 2.5 0 0 0 22.5 4h-16A2.5 2.5 0 0 0 4 6.5v16A2.5 2.5 0 0 0 6.5 25h3v.5q.002.779.188 1.5H6.5A4.5 4.5 0 0 1 2 22.5v-16A4.5 4.5 0 0 1 6.5 2zm-7 15a2.5 2.5 0 0 0-2.182 1.28l7.182 4.536l7.18-4.536A2.5 2.5 0 0 0 25.5 17zm5.5-6a1 1 0 1 1 0 2h-9a1 1 0 1 1 0-2zm0-4a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 15a4.5 4.5 0 0 1 4.5 4.5v6a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-6a4.5 4.5 0 0 1 4.5-4.5zm-4.466 9.846a1 1 0 0 1-1.068 0L13 20.446V25.5a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5v-5.055zM22.5 2A4.5 4.5 0 0 1 27 6.5v7.19a6 6 0 0 0-1.191-.182L25.5 13.5H25v-7A2.5 2.5 0 0 0 22.5 4h-16A2.5 2.5 0 0 0 4 6.5v16A2.5 2.5 0 0 0 6.5 25h3v.5q.002.779.188 1.5H6.5A4.5 4.5 0 0 1 2 22.5v-16A4.5 4.5 0 0 1 6.5 2zm-7 15a2.5 2.5 0 0 0-2.182 1.28l7.182 4.536l7.18-4.536A2.5 2.5 0 0 0 25.5 17zm5.5-6a1 1 0 1 1 0 2h-9a1 1 0 1 1 0-2zm0-4a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2z"/></svg> </template>
CSS
.icon-mail-template-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%22M25.5%2015a4.5%204.5%200%200%201%204.5%204.5v6a4.5%204.5%200%200%201-4.5%204.5h-10a4.5%204.5%200%200%201-4.5-4.5v-6a4.5%204.5%200%200%201%204.5-4.5zm-4.466%209.846a1%201%200%200%201-1.068%200L13%2020.446V25.5a2.5%202.5%200%200%200%202.5%202.5h10a2.5%202.5%200%200%200%202.5-2.5v-5.055zM22.5%202A4.5%204.5%200%200%201%2027%206.5v7.19a6%206%200%200%200-1.191-.182L25.5%2013.5H25v-7A2.5%202.5%200%200%200%2022.5%204h-16A2.5%202.5%200%200%200%204%206.5v16A2.5%202.5%200%200%200%206.5%2025h3v.5q.002.779.188%201.5H6.5A4.5%204.5%200%200%201%202%2022.5v-16A4.5%204.5%200%200%201%206.5%202zm-7%2015a2.5%202.5%200%200%200-2.182%201.28l7.182%204.536l7.18-4.536A2.5%202.5%200%200%200%2025.5%2017zm5.5-6a1%201%200%201%201%200%202h-9a1%201%200%201%201%200-2zm0-4a1%201%200%201%201%200%202H8a1%201%200%200%201%200-2z%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%22M25.5%2015a4.5%204.5%200%200%201%204.5%204.5v6a4.5%204.5%200%200%201-4.5%204.5h-10a4.5%204.5%200%200%201-4.5-4.5v-6a4.5%204.5%200%200%201%204.5-4.5zm-4.466%209.846a1%201%200%200%201-1.068%200L13%2020.446V25.5a2.5%202.5%200%200%200%202.5%202.5h10a2.5%202.5%200%200%200%202.5-2.5v-5.055zM22.5%202A4.5%204.5%200%200%201%2027%206.5v7.19a6%206%200%200%200-1.191-.182L25.5%2013.5H25v-7A2.5%202.5%200%200%200%2022.5%204h-16A2.5%202.5%200%200%200%204%206.5v16A2.5%202.5%200%200%200%206.5%2025h3v.5q.002.779.188%201.5H6.5A4.5%204.5%200%200%201%202%2022.5v-16A4.5%204.5%200%200%201%206.5%202zm-7%2015a2.5%202.5%200%200%200-2.182%201.28l7.182%204.536l7.18-4.536A2.5%202.5%200%200%200%2025.5%2017zm5.5-6a1%201%200%201%201%200%202h-9a1%201%200%201%201%200-2zm0-4a1%201%200%201%201%200%202H8a1%201%200%200%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-template-32-regular.svg?color=%231a73e8&size=48