mail template icon
mail-template-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- mail-template-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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 5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5h-9a4 4 0 0 0-4 4v5q.001.519.126 1H5a3 3 0 0 1-3-3zm3.75-1a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5zm2 3a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-.202 5.27A3 3 0 0 1 10 11h9a3 3 0 0 1 2.452 1.27L14.5 16.616zm-.534 1.436Q7 13.852 7 14v5a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3v-5q0-.15-.014-.294l-7.088 4.43a.75.75 0 0 1-.796 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailTemplate24Filled(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 5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5h-9a4 4 0 0 0-4 4v5q.001.519.126 1H5a3 3 0 0 1-3-3zm3.75-1a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5zm2 3a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-.202 5.27A3 3 0 0 1 10 11h9a3 3 0 0 1 2.452 1.27L14.5 16.616zm-.534 1.436Q7 13.852 7 14v5a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3v-5q0-.15-.014-.294l-7.088 4.43a.75.75 0 0 1-.796 0z"/></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 5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5h-9a4 4 0 0 0-4 4v5q.001.519.126 1H5a3 3 0 0 1-3-3zm3.75-1a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5zm2 3a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-.202 5.27A3 3 0 0 1 10 11h9a3 3 0 0 1 2.452 1.27L14.5 16.616zm-.534 1.436Q7 13.852 7 14v5a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3v-5q0-.15-.014-.294l-7.088 4.43a.75.75 0 0 1-.796 0z"/></svg> </template>
CSS
.icon-mail-template-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203v5h-9a4%204%200%200%200-4%204v5q.001.519.126%201H5a3%203%200%200%201-3-3zm3.75-1a.75.75%200%200%200%200%201.5h9.5a.75.75%200%200%200%200-1.5zm2%203a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm-.202%205.27A3%203%200%200%201%2010%2011h9a3%203%200%200%201%202.452%201.27L14.5%2016.616zm-.534%201.436Q7%2013.852%207%2014v5a3%203%200%200%200%203%203h9a3%203%200%200%200%203-3v-5q0-.15-.014-.294l-7.088%204.43a.75.75%200%200%201-.796%200z%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%205a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203v5h-9a4%204%200%200%200-4%204v5q.001.519.126%201H5a3%203%200%200%201-3-3zm3.75-1a.75.75%200%200%200%200%201.5h9.5a.75.75%200%200%200%200-1.5zm2%203a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm-.202%205.27A3%203%200%200%201%2010%2011h9a3%203%200%200%201%202.452%201.27L14.5%2016.616zm-.534%201.436Q7%2013.852%207%2014v5a3%203%200%200%200%203%203h9a3%203%200%200%200%203-3v-5q0-.15-.014-.294l-7.088%204.43a.75.75%200%200%201-.796%200z%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-filled.svg?color=%231a73e8&size=48