mail template icon
mail-template-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- mail-template-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v9A2.5 2.5 0 0 0 4.5 16h1.535A3.5 3.5 0 0 1 6 15.5v-4A3.5 3.5 0 0 1 9.5 8h6q.255 0 .5.035V4.5A2.5 2.5 0 0 0 13.5 2zM5 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m2 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m5.5 7.198l-5.306-3.165A2.5 2.5 0 0 1 9.5 9h6a2.5 2.5 0 0 1 2.306 1.533zm.256 1.011L18 11.582V15.5a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5v-3.918l5.244 3.127a.5.5 0 0 0 .512 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailTemplate20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v9A2.5 2.5 0 0 0 4.5 16h1.535A3.5 3.5 0 0 1 6 15.5v-4A3.5 3.5 0 0 1 9.5 8h6q.255 0 .5.035V4.5A2.5 2.5 0 0 0 13.5 2zM5 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m2 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m5.5 7.198l-5.306-3.165A2.5 2.5 0 0 1 9.5 9h6a2.5 2.5 0 0 1 2.306 1.533zm.256 1.011L18 11.582V15.5a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5v-3.918l5.244 3.127a.5.5 0 0 0 .512 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v9A2.5 2.5 0 0 0 4.5 16h1.535A3.5 3.5 0 0 1 6 15.5v-4A3.5 3.5 0 0 1 9.5 8h6q.255 0 .5.035V4.5A2.5 2.5 0 0 0 13.5 2zM5 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m2 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m5.5 7.198l-5.306-3.165A2.5 2.5 0 0 1 9.5 9h6a2.5 2.5 0 0 1 2.306 1.533zm.256 1.011L18 11.582V15.5a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5v-3.918l5.244 3.127a.5.5 0 0 0 .512 0"/></svg> </template>
CSS
.icon-mail-template-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202A2.5%202.5%200%200%200%202%204.5v9A2.5%202.5%200%200%200%204.5%2016h1.535A3.5%203.5%200%200%201%206%2015.5v-4A3.5%203.5%200%200%201%209.5%208h6q.255%200%20.5.035V4.5A2.5%202.5%200%200%200%2013.5%202zM5%204.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5m2%202a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m5.5%207.198l-5.306-3.165A2.5%202.5%200%200%201%209.5%209h6a2.5%202.5%200%200%201%202.306%201.533zm.256%201.011L18%2011.582V15.5a2.5%202.5%200%200%201-2.5%202.5h-6A2.5%202.5%200%200%201%207%2015.5v-3.918l5.244%203.127a.5.5%200%200%200%20.512%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202A2.5%202.5%200%200%200%202%204.5v9A2.5%202.5%200%200%200%204.5%2016h1.535A3.5%203.5%200%200%201%206%2015.5v-4A3.5%203.5%200%200%201%209.5%208h6q.255%200%20.5.035V4.5A2.5%202.5%200%200%200%2013.5%202zM5%204.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5m2%202a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m5.5%207.198l-5.306-3.165A2.5%202.5%200%200%201%209.5%209h6a2.5%202.5%200%200%201%202.306%201.533zm.256%201.011L18%2011.582V15.5a2.5%202.5%200%200%201-2.5%202.5h-6A2.5%202.5%200%200%201%207%2015.5v-3.918l5.244%203.127a.5.5%200%200%200%20.512%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-template-20-filled.svg?color=%231a73e8&size=48