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

Name
mail-attach-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mail attach icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m15.778 14.914l-1.436.746a.75.75 0 0 1-.58.047l-.111-.047L4.5 10.902v8.841a1.75 1.75 0 0 0 1.606 1.744l.143.006h15.495a1.75 1.75 0 0 0 1.744-1.606l.006-.144v-7.767l1.5-1.502v9.27a3.25 3.25 0 0 1-3.065 3.243l-.185.005H6.25a3.25 3.25 0 0 1-3.244-3.064L3 19.743V8.248a3.25 3.25 0 0 1 3.065-3.244l.184-.005h11.272l-1.5 1.5H6.25a1.75 1.75 0 0 0-1.744 1.605l-.005.144v.963l9.497 4.94l1.088-.567c.118.48.348.937.693 1.33M21.954 4.1a2.078 2.078 0 0 1 2.938 2.938l-6.238 6.248l-.015.015a.672.672 0 0 1-.95-.95l5.084-5.072a.75.75 0 1 0-1.06-1.062L16.63 11.29a2.172 2.172 0 1 0 3.071 3.07l6.252-6.262a3.577 3.577 0 1 0-5.058-5.058l-5.678 5.677a.75.75 0 1 0 1.06 1.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailAttach28Regular(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="m15.778 14.914l-1.436.746a.75.75 0 0 1-.58.047l-.111-.047L4.5 10.902v8.841a1.75 1.75 0 0 0 1.606 1.744l.143.006h15.495a1.75 1.75 0 0 0 1.744-1.606l.006-.144v-7.767l1.5-1.502v9.27a3.25 3.25 0 0 1-3.065 3.243l-.185.005H6.25a3.25 3.25 0 0 1-3.244-3.064L3 19.743V8.248a3.25 3.25 0 0 1 3.065-3.244l.184-.005h11.272l-1.5 1.5H6.25a1.75 1.75 0 0 0-1.744 1.605l-.005.144v.963l9.497 4.94l1.088-.567c.118.48.348.937.693 1.33M21.954 4.1a2.078 2.078 0 0 1 2.938 2.938l-6.238 6.248l-.015.015a.672.672 0 0 1-.95-.95l5.084-5.072a.75.75 0 1 0-1.06-1.062L16.63 11.29a2.172 2.172 0 1 0 3.071 3.07l6.252-6.262a3.577 3.577 0 1 0-5.058-5.058l-5.678 5.677a.75.75 0 1 0 1.06 1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m15.778 14.914l-1.436.746a.75.75 0 0 1-.58.047l-.111-.047L4.5 10.902v8.841a1.75 1.75 0 0 0 1.606 1.744l.143.006h15.495a1.75 1.75 0 0 0 1.744-1.606l.006-.144v-7.767l1.5-1.502v9.27a3.25 3.25 0 0 1-3.065 3.243l-.185.005H6.25a3.25 3.25 0 0 1-3.244-3.064L3 19.743V8.248a3.25 3.25 0 0 1 3.065-3.244l.184-.005h11.272l-1.5 1.5H6.25a1.75 1.75 0 0 0-1.744 1.605l-.005.144v.963l9.497 4.94l1.088-.567c.118.48.348.937.693 1.33M21.954 4.1a2.078 2.078 0 0 1 2.938 2.938l-6.238 6.248l-.015.015a.672.672 0 0 1-.95-.95l5.084-5.072a.75.75 0 1 0-1.06-1.062L16.63 11.29a2.172 2.172 0 1 0 3.071 3.07l6.252-6.262a3.577 3.577 0 1 0-5.058-5.058l-5.678 5.677a.75.75 0 1 0 1.06 1.06z"/></svg>
</template>

CSS

.icon-mail-attach-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.778%2014.914l-1.436.746a.75.75%200%200%201-.58.047l-.111-.047L4.5%2010.902v8.841a1.75%201.75%200%200%200%201.606%201.744l.143.006h15.495a1.75%201.75%200%200%200%201.744-1.606l.006-.144v-7.767l1.5-1.502v9.27a3.25%203.25%200%200%201-3.065%203.243l-.185.005H6.25a3.25%203.25%200%200%201-3.244-3.064L3%2019.743V8.248a3.25%203.25%200%200%201%203.065-3.244l.184-.005h11.272l-1.5%201.5H6.25a1.75%201.75%200%200%200-1.744%201.605l-.005.144v.963l9.497%204.94l1.088-.567c.118.48.348.937.693%201.33M21.954%204.1a2.078%202.078%200%200%201%202.938%202.938l-6.238%206.248l-.015.015a.672.672%200%200%201-.95-.95l5.084-5.072a.75.75%200%201%200-1.06-1.062L16.63%2011.29a2.172%202.172%200%201%200%203.071%203.07l6.252-6.262a3.577%203.577%200%201%200-5.058-5.058l-5.678%205.677a.75.75%200%201%200%201.06%201.06z%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%22m15.778%2014.914l-1.436.746a.75.75%200%200%201-.58.047l-.111-.047L4.5%2010.902v8.841a1.75%201.75%200%200%200%201.606%201.744l.143.006h15.495a1.75%201.75%200%200%200%201.744-1.606l.006-.144v-7.767l1.5-1.502v9.27a3.25%203.25%200%200%201-3.065%203.243l-.185.005H6.25a3.25%203.25%200%200%201-3.244-3.064L3%2019.743V8.248a3.25%203.25%200%200%201%203.065-3.244l.184-.005h11.272l-1.5%201.5H6.25a1.75%201.75%200%200%200-1.744%201.605l-.005.144v.963l9.497%204.94l1.088-.567c.118.48.348.937.693%201.33M21.954%204.1a2.078%202.078%200%200%201%202.938%202.938l-6.238%206.248l-.015.015a.672.672%200%200%201-.95-.95l5.084-5.072a.75.75%200%201%200-1.06-1.062L16.63%2011.29a2.172%202.172%200%201%200%203.071%203.07l6.252-6.262a3.577%203.577%200%201%200-5.058-5.058l-5.678%205.677a.75.75%200%201%200%201.06%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-attach-28-regular.svg?color=%231a73e8&size=48