mail attach icon
mail-attach-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- mail-attach-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 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-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-filledmail-inbox-arrow-down-16-filled
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="M7.407 8.213L7 8.433L2 5.74V5a1 1 0 0 1 1-1h4.877l.998-1H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9.118l-1 .996V11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6.876L6.763 9.44a.5.5 0 0 0 .474 0l.26-.14a2.6 2.6 0 0 1-.09-1.087m3.819-4.737L8.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 FluentMailAttach16Regular(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="M7.407 8.213L7 8.433L2 5.74V5a1 1 0 0 1 1-1h4.877l.998-1H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9.118l-1 .996V11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6.876L6.763 9.44a.5.5 0 0 0 .474 0l.26-.14a2.6 2.6 0 0 1-.09-1.087m3.819-4.737L8.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="M7.407 8.213L7 8.433L2 5.74V5a1 1 0 0 1 1-1h4.877l.998-1H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9.118l-1 .996V11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6.876L6.763 9.44a.5.5 0 0 0 .474 0l.26-.14a2.6 2.6 0 0 1-.09-1.087m3.819-4.737L8.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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.407%208.213L7%208.433L2%205.74V5a1%201%200%200%201%201-1h4.877l.998-1H3a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V9.118l-1%20.996V11a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V6.876L6.763%209.44a.5.5%200%200%200%20.474%200l.26-.14a2.6%202.6%200%200%201-.09-1.087m3.819-4.737L8.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%22M7.407%208.213L7%208.433L2%205.74V5a1%201%200%200%201%201-1h4.877l.998-1H3a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V9.118l-1%20.996V11a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V6.876L6.763%209.44a.5.5%200%200%200%20.474%200l.26-.14a2.6%202.6%200%200%201-.09-1.087m3.819-4.737L8.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-regular.svg?color=%231a73e8&size=48