mail-template-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
mail-template-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h9A2.5 2.5 0 0 1 16 4.5v3.535A3.5 3.5 0 0 0 15.5 8H15V4.5A1.5 1.5 0 0 0 13.5 3h-9A1.5 1.5 0 0 0 3 4.5v9A1.5 1.5 0 0 0 4.5 15H6v.5q0 .255.035.5H4.5A2.5 2.5 0 0 1 2 13.5zm11 3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5m-8-2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m2 6A2.5 2.5 0 0 1 9.5 9h6a2.5 2.5 0 0 1 2.5 2.5v4a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5zM9.5 10a1.5 1.5 0 0 0-1.476 1.231l4.476 2.686l4.476-2.686A1.5 1.5 0 0 0 15.5 10zM8 15.5A1.5 1.5 0 0 0 9.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-3.117l-4.243 2.546a.5.5 0 0 1-.514 0L8 12.383z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailTemplate20Regular(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="M2 4.5A2.5 2.5 0 0 1 4.5 2h9A2.5 2.5 0 0 1 16 4.5v3.535A3.5 3.5 0 0 0 15.5 8H15V4.5A1.5 1.5 0 0 0 13.5 3h-9A1.5 1.5 0 0 0 3 4.5v9A1.5 1.5 0 0 0 4.5 15H6v.5q0 .255.035.5H4.5A2.5 2.5 0 0 1 2 13.5zm11 3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5m-8-2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m2 6A2.5 2.5 0 0 1 9.5 9h6a2.5 2.5 0 0 1 2.5 2.5v4a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5zM9.5 10a1.5 1.5 0 0 0-1.476 1.231l4.476 2.686l4.476-2.686A1.5 1.5 0 0 0 15.5 10zM8 15.5A1.5 1.5 0 0 0 9.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-3.117l-4.243 2.546a.5.5 0 0 1-.514 0L8 12.383z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h9A2.5 2.5 0 0 1 16 4.5v3.535A3.5 3.5 0 0 0 15.5 8H15V4.5A1.5 1.5 0 0 0 13.5 3h-9A1.5 1.5 0 0 0 3 4.5v9A1.5 1.5 0 0 0 4.5 15H6v.5q0 .255.035.5H4.5A2.5 2.5 0 0 1 2 13.5zm11 3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5m-8-2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m2 6A2.5 2.5 0 0 1 9.5 9h6a2.5 2.5 0 0 1 2.5 2.5v4a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5zM9.5 10a1.5 1.5 0 0 0-1.476 1.231l4.476 2.686l4.476-2.686A1.5 1.5 0 0 0 15.5 10zM8 15.5A1.5 1.5 0 0 0 9.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-3.117l-4.243 2.546a.5.5 0 0 1-.514 0L8 12.383z"/></svg>
</template>

CSS

.icon-mail-template-20-regular {
  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%22M2%204.5A2.5%202.5%200%200%201%204.5%202h9A2.5%202.5%200%200%201%2016%204.5v3.535A3.5%203.5%200%200%200%2015.5%208H15V4.5A1.5%201.5%200%200%200%2013.5%203h-9A1.5%201.5%200%200%200%203%204.5v9A1.5%201.5%200%200%200%204.5%2015H6v.5q0%20.255.035.5H4.5A2.5%202.5%200%200%201%202%2013.5zm11%203a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201%200-1h5a.5.5%200%200%201%20.5.5m-8-2a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5m2%206A2.5%202.5%200%200%201%209.5%209h6a2.5%202.5%200%200%201%202.5%202.5v4a2.5%202.5%200%200%201-2.5%202.5h-6A2.5%202.5%200%200%201%207%2015.5zM9.5%2010a1.5%201.5%200%200%200-1.476%201.231l4.476%202.686l4.476-2.686A1.5%201.5%200%200%200%2015.5%2010zM8%2015.5A1.5%201.5%200%200%200%209.5%2017h6a1.5%201.5%200%200%200%201.5-1.5v-3.117l-4.243%202.546a.5.5%200%200%201-.514%200L8%2012.383z%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%22M2%204.5A2.5%202.5%200%200%201%204.5%202h9A2.5%202.5%200%200%201%2016%204.5v3.535A3.5%203.5%200%200%200%2015.5%208H15V4.5A1.5%201.5%200%200%200%2013.5%203h-9A1.5%201.5%200%200%200%203%204.5v9A1.5%201.5%200%200%200%204.5%2015H6v.5q0%20.255.035.5H4.5A2.5%202.5%200%200%201%202%2013.5zm11%203a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201%200-1h5a.5.5%200%200%201%20.5.5m-8-2a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5m2%206A2.5%202.5%200%200%201%209.5%209h6a2.5%202.5%200%200%201%202.5%202.5v4a2.5%202.5%200%200%201-2.5%202.5h-6A2.5%202.5%200%200%201%207%2015.5zM9.5%2010a1.5%201.5%200%200%200-1.476%201.231l4.476%202.686l4.476-2.686A1.5%201.5%200%200%200%2015.5%2010zM8%2015.5A1.5%201.5%200%200%200%209.5%2017h6a1.5%201.5%200%200%200%201.5-1.5v-3.117l-4.243%202.546a.5.5%200%200%201-.514%200L8%2012.383z%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-regular.svg?color=%231a73e8&size=48