mail-template-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
mail-template-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

12 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mail template icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M26 22.25A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-5.472l7.611 4.614l.092.047a.75.75 0 0 0 .686-.047L26 16.778zM19.25 2A3.75 3.75 0 0 1 23 5.75v6.309a5 5 0 0 0-.75-.059h-8.5A4.75 4.75 0 0 0 9 16.75v5.5q0 .383.06.75H5.75A3.75 3.75 0 0 1 2 19.25V5.75A3.75 3.75 0 0 1 5.75 2zm3 11a3.75 3.75 0 0 1 3.424 2.222L18 19.872l-7.675-4.65A3.75 3.75 0 0 1 13.75 13zm-11.5-4.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-4-3a.75.75 0 0 0 0 1.5h11.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailTemplate28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M26 22.25A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-5.472l7.611 4.614l.092.047a.75.75 0 0 0 .686-.047L26 16.778zM19.25 2A3.75 3.75 0 0 1 23 5.75v6.309a5 5 0 0 0-.75-.059h-8.5A4.75 4.75 0 0 0 9 16.75v5.5q0 .383.06.75H5.75A3.75 3.75 0 0 1 2 19.25V5.75A3.75 3.75 0 0 1 5.75 2zm3 11a3.75 3.75 0 0 1 3.424 2.222L18 19.872l-7.675-4.65A3.75 3.75 0 0 1 13.75 13zm-11.5-4.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-4-3a.75.75 0 0 0 0 1.5h11.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M26 22.25A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-5.472l7.611 4.614l.092.047a.75.75 0 0 0 .686-.047L26 16.778zM19.25 2A3.75 3.75 0 0 1 23 5.75v6.309a5 5 0 0 0-.75-.059h-8.5A4.75 4.75 0 0 0 9 16.75v5.5q0 .383.06.75H5.75A3.75 3.75 0 0 1 2 19.25V5.75A3.75 3.75 0 0 1 5.75 2zm3 11a3.75 3.75 0 0 1 3.424 2.222L18 19.872l-7.675-4.65A3.75 3.75 0 0 1 13.75 13zm-11.5-4.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-4-3a.75.75 0 0 0 0 1.5h11.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-mail-template-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022.25A3.75%203.75%200%200%201%2022.25%2026h-8.5A3.75%203.75%200%200%201%2010%2022.25v-5.472l7.611%204.614l.092.047a.75.75%200%200%200%20.686-.047L26%2016.778zM19.25%202A3.75%203.75%200%200%201%2023%205.75v6.309a5%205%200%200%200-.75-.059h-8.5A4.75%204.75%200%200%200%209%2016.75v5.5q0%20.383.06.75H5.75A3.75%203.75%200%200%201%202%2019.25V5.75A3.75%203.75%200%200%201%205.75%202zm3%2011a3.75%203.75%200%200%201%203.424%202.222L18%2019.872l-7.675-4.65A3.75%203.75%200%200%201%2013.75%2013zm-11.5-4.5a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm-4-3a.75.75%200%200%200%200%201.5h11.5a.75.75%200%200%200%200-1.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022.25A3.75%203.75%200%200%201%2022.25%2026h-8.5A3.75%203.75%200%200%201%2010%2022.25v-5.472l7.611%204.614l.092.047a.75.75%200%200%200%20.686-.047L26%2016.778zM19.25%202A3.75%203.75%200%200%201%2023%205.75v6.309a5%205%200%200%200-.75-.059h-8.5A4.75%204.75%200%200%200%209%2016.75v5.5q0%20.383.06.75H5.75A3.75%203.75%200%200%201%202%2019.25V5.75A3.75%203.75%200%200%201%205.75%202zm3%2011a3.75%203.75%200%200%201%203.424%202.222L18%2019.872l-7.675-4.65A3.75%203.75%200%200%201%2013.75%2013zm-11.5-4.5a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm-4-3a.75.75%200%200%200%200%201.5h11.5a.75.75%200%200%200%200-1.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-28-filled.svg?color=%231a73e8&size=48