mail attach icon
mail-attach-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- mail-attach-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M17.954 4.1a2.078 2.078 0 0 1 2.938 2.938a1 1 0 0 0-.072.084l-4.181 4.18a.672.672 0 0 1-.95-.95l3.834-3.823a.75.75 0 1 0-1.06-1.062L14.63 9.291a2.17 2.17 0 1 0 3.07 3.07l4.325-4.323a1 1 0 0 0 .1-.124a3.577 3.577 0 0 0-5.23-4.874l-3.678 3.678a.75.75 0 1 0 1.06 1.06zM12.51 8.485c.299.299.68.467 1.07.504a3.17 3.17 0 0 0-.496 2.59l-1.087.57l-9.98-5.228a3.25 3.25 0 0 1 3.047-2.917L5.249 4h9.272l-2.012 2.012a1.75 1.75 0 0 0 0 2.474m1.265 4.425q.07.081.148.158a3.17 3.17 0 0 0 4.484 0l3.587-3.586v7.262a3.25 3.25 0 0 1-3.065 3.243l-.184.005H5.25a3.25 3.25 0 0 1-3.244-3.064L2 16.744V8.605l9.649 5.054a.75.75 0 0 0 .695 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailAttach24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.954 4.1a2.078 2.078 0 0 1 2.938 2.938a1 1 0 0 0-.072.084l-4.181 4.18a.672.672 0 0 1-.95-.95l3.834-3.823a.75.75 0 1 0-1.06-1.062L14.63 9.291a2.17 2.17 0 1 0 3.07 3.07l4.325-4.323a1 1 0 0 0 .1-.124a3.577 3.577 0 0 0-5.23-4.874l-3.678 3.678a.75.75 0 1 0 1.06 1.06zM12.51 8.485c.299.299.68.467 1.07.504a3.17 3.17 0 0 0-.496 2.59l-1.087.57l-9.98-5.228a3.25 3.25 0 0 1 3.047-2.917L5.249 4h9.272l-2.012 2.012a1.75 1.75 0 0 0 0 2.474m1.265 4.425q.07.081.148.158a3.17 3.17 0 0 0 4.484 0l3.587-3.586v7.262a3.25 3.25 0 0 1-3.065 3.243l-.184.005H5.25a3.25 3.25 0 0 1-3.244-3.064L2 16.744V8.605l9.649 5.054a.75.75 0 0 0 .695 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.954 4.1a2.078 2.078 0 0 1 2.938 2.938a1 1 0 0 0-.072.084l-4.181 4.18a.672.672 0 0 1-.95-.95l3.834-3.823a.75.75 0 1 0-1.06-1.062L14.63 9.291a2.17 2.17 0 1 0 3.07 3.07l4.325-4.323a1 1 0 0 0 .1-.124a3.577 3.577 0 0 0-5.23-4.874l-3.678 3.678a.75.75 0 1 0 1.06 1.06zM12.51 8.485c.299.299.68.467 1.07.504a3.17 3.17 0 0 0-.496 2.59l-1.087.57l-9.98-5.228a3.25 3.25 0 0 1 3.047-2.917L5.249 4h9.272l-2.012 2.012a1.75 1.75 0 0 0 0 2.474m1.265 4.425q.07.081.148.158a3.17 3.17 0 0 0 4.484 0l3.587-3.586v7.262a3.25 3.25 0 0 1-3.065 3.243l-.184.005H5.25a3.25 3.25 0 0 1-3.244-3.064L2 16.744V8.605l9.649 5.054a.75.75 0 0 0 .695 0z"/></svg> </template>
CSS
.icon-mail-attach-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.954%204.1a2.078%202.078%200%200%201%202.938%202.938a1%201%200%200%200-.072.084l-4.181%204.18a.672.672%200%200%201-.95-.95l3.834-3.823a.75.75%200%201%200-1.06-1.062L14.63%209.291a2.17%202.17%200%201%200%203.07%203.07l4.325-4.323a1%201%200%200%200%20.1-.124a3.577%203.577%200%200%200-5.23-4.874l-3.678%203.678a.75.75%200%201%200%201.06%201.06zM12.51%208.485c.299.299.68.467%201.07.504a3.17%203.17%200%200%200-.496%202.59l-1.087.57l-9.98-5.228a3.25%203.25%200%200%201%203.047-2.917L5.249%204h9.272l-2.012%202.012a1.75%201.75%200%200%200%200%202.474m1.265%204.425q.07.081.148.158a3.17%203.17%200%200%200%204.484%200l3.587-3.586v7.262a3.25%203.25%200%200%201-3.065%203.243l-.184.005H5.25a3.25%203.25%200%200%201-3.244-3.064L2%2016.744V8.605l9.649%205.054a.75.75%200%200%200%20.695%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.954%204.1a2.078%202.078%200%200%201%202.938%202.938a1%201%200%200%200-.072.084l-4.181%204.18a.672.672%200%200%201-.95-.95l3.834-3.823a.75.75%200%201%200-1.06-1.062L14.63%209.291a2.17%202.17%200%201%200%203.07%203.07l4.325-4.323a1%201%200%200%200%20.1-.124a3.577%203.577%200%200%200-5.23-4.874l-3.678%203.678a.75.75%200%201%200%201.06%201.06zM12.51%208.485c.299.299.68.467%201.07.504a3.17%203.17%200%200%200-.496%202.59l-1.087.57l-9.98-5.228a3.25%203.25%200%200%201%203.047-2.917L5.249%204h9.272l-2.012%202.012a1.75%201.75%200%200%200%200%202.474m1.265%204.425q.07.081.148.158a3.17%203.17%200%200%200%204.484%200l3.587-3.586v7.262a3.25%203.25%200%200%201-3.065%203.243l-.184.005H5.25a3.25%203.25%200%200%201-3.244-3.064L2%2016.744V8.605l9.649%205.054a.75.75%200%200%200%20.695%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-attach-24-filled.svg?color=%231a73e8&size=48