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

Name
mail-attach-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M6.94 7.062c.198.197.437.328.69.392a2.6 2.6 0 0 0-.223.76L7 8.431l-6-3.23V5a2 2 0 0 1 2-2h5.875L6.938 4.94a1.5 1.5 0 0 0 .002 2.122M7.497 9.3a2.56 2.56 0 0 0 4.257 1.058L13 9.118V11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6.337L6.763 9.44a.5.5 0 0 0 .474 0zm3.729-5.824L8.354 6.353a.5.5 0 1 1-.708-.706l2.872-2.878a2.625 2.625 0 0 1 3.713 3.712l-3.183 3.17a1.56 1.56 0 0 1-2.206-2.207l2.805-2.798a.5.5 0 1 1 .706.708L9.55 8.151a.56.56 0 0 0 .792.792l3.183-3.17a1.625 1.625 0 0 0-2.298-2.297"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailAttach16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.94 7.062c.198.197.437.328.69.392a2.6 2.6 0 0 0-.223.76L7 8.431l-6-3.23V5a2 2 0 0 1 2-2h5.875L6.938 4.94a1.5 1.5 0 0 0 .002 2.122M7.497 9.3a2.56 2.56 0 0 0 4.257 1.058L13 9.118V11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6.337L6.763 9.44a.5.5 0 0 0 .474 0zm3.729-5.824L8.354 6.353a.5.5 0 1 1-.708-.706l2.872-2.878a2.625 2.625 0 0 1 3.713 3.712l-3.183 3.17a1.56 1.56 0 0 1-2.206-2.207l2.805-2.798a.5.5 0 1 1 .706.708L9.55 8.151a.56.56 0 0 0 .792.792l3.183-3.17a1.625 1.625 0 0 0-2.298-2.297"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.94 7.062c.198.197.437.328.69.392a2.6 2.6 0 0 0-.223.76L7 8.431l-6-3.23V5a2 2 0 0 1 2-2h5.875L6.938 4.94a1.5 1.5 0 0 0 .002 2.122M7.497 9.3a2.56 2.56 0 0 0 4.257 1.058L13 9.118V11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6.337L6.763 9.44a.5.5 0 0 0 .474 0zm3.729-5.824L8.354 6.353a.5.5 0 1 1-.708-.706l2.872-2.878a2.625 2.625 0 0 1 3.713 3.712l-3.183 3.17a1.56 1.56 0 0 1-2.206-2.207l2.805-2.798a.5.5 0 1 1 .706.708L9.55 8.151a.56.56 0 0 0 .792.792l3.183-3.17a1.625 1.625 0 0 0-2.298-2.297"/></svg>
</template>

CSS

.icon-mail-attach-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.94%207.062c.198.197.437.328.69.392a2.6%202.6%200%200%200-.223.76L7%208.431l-6-3.23V5a2%202%200%200%201%202-2h5.875L6.938%204.94a1.5%201.5%200%200%200%20.002%202.122M7.497%209.3a2.56%202.56%200%200%200%204.257%201.058L13%209.118V11a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V6.337L6.763%209.44a.5.5%200%200%200%20.474%200zm3.729-5.824L8.354%206.353a.5.5%200%201%201-.708-.706l2.872-2.878a2.625%202.625%200%200%201%203.713%203.712l-3.183%203.17a1.56%201.56%200%200%201-2.206-2.207l2.805-2.798a.5.5%200%201%201%20.706.708L9.55%208.151a.56.56%200%200%200%20.792.792l3.183-3.17a1.625%201.625%200%200%200-2.298-2.297%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.94%207.062c.198.197.437.328.69.392a2.6%202.6%200%200%200-.223.76L7%208.431l-6-3.23V5a2%202%200%200%201%202-2h5.875L6.938%204.94a1.5%201.5%200%200%200%20.002%202.122M7.497%209.3a2.56%202.56%200%200%200%204.257%201.058L13%209.118V11a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V6.337L6.763%209.44a.5.5%200%200%200%20.474%200zm3.729-5.824L8.354%206.353a.5.5%200%201%201-.708-.706l2.872-2.878a2.625%202.625%200%200%201%203.713%203.712l-3.183%203.17a1.56%201.56%200%200%201-2.206-2.207l2.805-2.798a.5.5%200%201%201%20.706.708L9.55%208.151a.56.56%200%200%200%20.792.792l3.183-3.17a1.625%201.625%200%200%200-2.298-2.297%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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