mail template icon
mail-template-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- mail-template-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M44 28.25v9.5A6.25 6.25 0 0 1 37.75 44h-15.5A6.25 6.25 0 0 1 16 37.75v-9.5q0-.143.007-.284l13.345 8.102a1.25 1.25 0 0 0 1.296 0l13.344-8.102q.007.141.008.284M32.75 4A6.25 6.25 0 0 1 39 10.25v9.844A8 8 0 0 0 37.75 20h-15.5A8.25 8.25 0 0 0 14 28.25v9.5q0 .638.094 1.25H10.25A6.25 6.25 0 0 1 4 32.75v-22.5A6.25 6.25 0 0 1 10.25 4zm5 18c2.441 0 4.554 1.4 5.583 3.441L30 33.537l-13.334-8.096A6.25 6.25 0 0 1 22.25 22zm-20.5-7.5a1.25 1.25 0 1 0 0 2.5h13.5a1.25 1.25 0 1 0 0-2.5zm-5-5.5a1.25 1.25 0 1 0 0 2.5h18.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailTemplate48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 28.25v9.5A6.25 6.25 0 0 1 37.75 44h-15.5A6.25 6.25 0 0 1 16 37.75v-9.5q0-.143.007-.284l13.345 8.102a1.25 1.25 0 0 0 1.296 0l13.344-8.102q.007.141.008.284M32.75 4A6.25 6.25 0 0 1 39 10.25v9.844A8 8 0 0 0 37.75 20h-15.5A8.25 8.25 0 0 0 14 28.25v9.5q0 .638.094 1.25H10.25A6.25 6.25 0 0 1 4 32.75v-22.5A6.25 6.25 0 0 1 10.25 4zm5 18c2.441 0 4.554 1.4 5.583 3.441L30 33.537l-13.334-8.096A6.25 6.25 0 0 1 22.25 22zm-20.5-7.5a1.25 1.25 0 1 0 0 2.5h13.5a1.25 1.25 0 1 0 0-2.5zm-5-5.5a1.25 1.25 0 1 0 0 2.5h18.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 28.25v9.5A6.25 6.25 0 0 1 37.75 44h-15.5A6.25 6.25 0 0 1 16 37.75v-9.5q0-.143.007-.284l13.345 8.102a1.25 1.25 0 0 0 1.296 0l13.344-8.102q.007.141.008.284M32.75 4A6.25 6.25 0 0 1 39 10.25v9.844A8 8 0 0 0 37.75 20h-15.5A8.25 8.25 0 0 0 14 28.25v9.5q0 .638.094 1.25H10.25A6.25 6.25 0 0 1 4 32.75v-22.5A6.25 6.25 0 0 1 10.25 4zm5 18c2.441 0 4.554 1.4 5.583 3.441L30 33.537l-13.334-8.096A6.25 6.25 0 0 1 22.25 22zm-20.5-7.5a1.25 1.25 0 1 0 0 2.5h13.5a1.25 1.25 0 1 0 0-2.5zm-5-5.5a1.25 1.25 0 1 0 0 2.5h18.5a1.25 1.25 0 1 0 0-2.5z"/></svg> </template>
CSS
.icon-mail-template-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2028.25v9.5A6.25%206.25%200%200%201%2037.75%2044h-15.5A6.25%206.25%200%200%201%2016%2037.75v-9.5q0-.143.007-.284l13.345%208.102a1.25%201.25%200%200%200%201.296%200l13.344-8.102q.007.141.008.284M32.75%204A6.25%206.25%200%200%201%2039%2010.25v9.844A8%208%200%200%200%2037.75%2020h-15.5A8.25%208.25%200%200%200%2014%2028.25v9.5q0%20.638.094%201.25H10.25A6.25%206.25%200%200%201%204%2032.75v-22.5A6.25%206.25%200%200%201%2010.25%204zm5%2018c2.441%200%204.554%201.4%205.583%203.441L30%2033.537l-13.334-8.096A6.25%206.25%200%200%201%2022.25%2022zm-20.5-7.5a1.25%201.25%200%201%200%200%202.5h13.5a1.25%201.25%200%201%200%200-2.5zm-5-5.5a1.25%201.25%200%201%200%200%202.5h18.5a1.25%201.25%200%201%200%200-2.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2028.25v9.5A6.25%206.25%200%200%201%2037.75%2044h-15.5A6.25%206.25%200%200%201%2016%2037.75v-9.5q0-.143.007-.284l13.345%208.102a1.25%201.25%200%200%200%201.296%200l13.344-8.102q.007.141.008.284M32.75%204A6.25%206.25%200%200%201%2039%2010.25v9.844A8%208%200%200%200%2037.75%2020h-15.5A8.25%208.25%200%200%200%2014%2028.25v9.5q0%20.638.094%201.25H10.25A6.25%206.25%200%200%201%204%2032.75v-22.5A6.25%206.25%200%200%201%2010.25%204zm5%2018c2.441%200%204.554%201.4%205.583%203.441L30%2033.537l-13.334-8.096A6.25%206.25%200%200%201%2022.25%2022zm-20.5-7.5a1.25%201.25%200%201%200%200%202.5h13.5a1.25%201.25%200%201%200%200-2.5zm-5-5.5a1.25%201.25%200%201%200%200%202.5h18.5a1.25%201.25%200%201%200%200-2.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-48-filled.svg?color=%231a73e8&size=48