mail template icon
mail-template-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- mail-template-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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="M30 19.5v6a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-6q0-.156.012-.31l8.954 5.656a1 1 0 0 0 1.068 0l8.953-5.656q.012.154.013.31M22.5 2A4.5 4.5 0 0 1 27 6.5v7.19a6 6 0 0 0-1.191-.182L25.5 13.5h-10a6 6 0 0 0-6 6v6q.002.779.188 1.5H6.5A4.5 4.5 0 0 1 2 22.5v-16A4.5 4.5 0 0 1 6.5 2zm3 13c1.65 0 3.09.888 3.874 2.212L20.5 22.816l-8.875-5.604A4.5 4.5 0 0 1 15.5 15zM12 10a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zM8 6a1 1 0 0 0 0 2h13a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailTemplate32Filled(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="M30 19.5v6a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-6q0-.156.012-.31l8.954 5.656a1 1 0 0 0 1.068 0l8.953-5.656q.012.154.013.31M22.5 2A4.5 4.5 0 0 1 27 6.5v7.19a6 6 0 0 0-1.191-.182L25.5 13.5h-10a6 6 0 0 0-6 6v6q.002.779.188 1.5H6.5A4.5 4.5 0 0 1 2 22.5v-16A4.5 4.5 0 0 1 6.5 2zm3 13c1.65 0 3.09.888 3.874 2.212L20.5 22.816l-8.875-5.604A4.5 4.5 0 0 1 15.5 15zM12 10a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zM8 6a1 1 0 0 0 0 2h13a1 1 0 1 0 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="M30 19.5v6a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-6q0-.156.012-.31l8.954 5.656a1 1 0 0 0 1.068 0l8.953-5.656q.012.154.013.31M22.5 2A4.5 4.5 0 0 1 27 6.5v7.19a6 6 0 0 0-1.191-.182L25.5 13.5h-10a6 6 0 0 0-6 6v6q.002.779.188 1.5H6.5A4.5 4.5 0 0 1 2 22.5v-16A4.5 4.5 0 0 1 6.5 2zm3 13c1.65 0 3.09.888 3.874 2.212L20.5 22.816l-8.875-5.604A4.5 4.5 0 0 1 15.5 15zM12 10a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zM8 6a1 1 0 0 0 0 2h13a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-mail-template-32-filled {
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%22M30%2019.5v6a4.5%204.5%200%200%201-4.5%204.5h-10a4.5%204.5%200%200%201-4.5-4.5v-6q0-.156.012-.31l8.954%205.656a1%201%200%200%200%201.068%200l8.953-5.656q.012.154.013.31M22.5%202A4.5%204.5%200%200%201%2027%206.5v7.19a6%206%200%200%200-1.191-.182L25.5%2013.5h-10a6%206%200%200%200-6%206v6q.002.779.188%201.5H6.5A4.5%204.5%200%200%201%202%2022.5v-16A4.5%204.5%200%200%201%206.5%202zm3%2013c1.65%200%203.09.888%203.874%202.212L20.5%2022.816l-8.875-5.604A4.5%204.5%200%200%201%2015.5%2015zM12%2010a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2zM8%206a1%201%200%200%200%200%202h13a1%201%200%201%200%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%22M30%2019.5v6a4.5%204.5%200%200%201-4.5%204.5h-10a4.5%204.5%200%200%201-4.5-4.5v-6q0-.156.012-.31l8.954%205.656a1%201%200%200%200%201.068%200l8.953-5.656q.012.154.013.31M22.5%202A4.5%204.5%200%200%201%2027%206.5v7.19a6%206%200%200%200-1.191-.182L25.5%2013.5h-10a6%206%200%200%200-6%206v6q.002.779.188%201.5H6.5A4.5%204.5%200%200%201%202%2022.5v-16A4.5%204.5%200%200%201%206.5%202zm3%2013c1.65%200%203.09.888%203.874%202.212L20.5%2022.816l-8.875-5.604A4.5%204.5%200%200%201%2015.5%2015zM12%2010a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2zM8%206a1%201%200%200%200%200%202h13a1%201%200%201%200%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-filled.svg?color=%231a73e8&size=48