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

Name
mail-attach-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M17.954 4.1a2.077 2.077 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.06zm-4.872 7.476l-1.086.572L3.5 7.676v-.428l.006-.144A1.75 1.75 0 0 1 5.25 5.498h7.772L14.521 4H5.249l-.185.005A3.25 3.25 0 0 0 2 7.248v9.496l.005.184a3.25 3.25 0 0 0 3.244 3.064h13.495l.184-.005a3.25 3.25 0 0 0 3.064-3.243V9.482l-1.499 1.5v5.762l-.006.143a1.75 1.75 0 0 1-1.743 1.606H5.249l-.144-.006A1.75 1.75 0 0 1 3.5 16.744V9.37l8.148 4.288l.096.042a.75.75 0 0 0 .602-.042l1.427-.751a3.15 3.15 0 0 1-.69-1.332"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailAttach24Regular(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.077 2.077 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.06zm-4.872 7.476l-1.086.572L3.5 7.676v-.428l.006-.144A1.75 1.75 0 0 1 5.25 5.498h7.772L14.521 4H5.249l-.185.005A3.25 3.25 0 0 0 2 7.248v9.496l.005.184a3.25 3.25 0 0 0 3.244 3.064h13.495l.184-.005a3.25 3.25 0 0 0 3.064-3.243V9.482l-1.499 1.5v5.762l-.006.143a1.75 1.75 0 0 1-1.743 1.606H5.249l-.144-.006A1.75 1.75 0 0 1 3.5 16.744V9.37l8.148 4.288l.096.042a.75.75 0 0 0 .602-.042l1.427-.751a3.15 3.15 0 0 1-.69-1.332"/></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.077 2.077 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.06zm-4.872 7.476l-1.086.572L3.5 7.676v-.428l.006-.144A1.75 1.75 0 0 1 5.25 5.498h7.772L14.521 4H5.249l-.185.005A3.25 3.25 0 0 0 2 7.248v9.496l.005.184a3.25 3.25 0 0 0 3.244 3.064h13.495l.184-.005a3.25 3.25 0 0 0 3.064-3.243V9.482l-1.499 1.5v5.762l-.006.143a1.75 1.75 0 0 1-1.743 1.606H5.249l-.144-.006A1.75 1.75 0 0 1 3.5 16.744V9.37l8.148 4.288l.096.042a.75.75 0 0 0 .602-.042l1.427-.751a3.15 3.15 0 0 1-.69-1.332"/></svg>
</template>

CSS

.icon-mail-attach-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.954%204.1a2.077%202.077%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.06zm-4.872%207.476l-1.086.572L3.5%207.676v-.428l.006-.144A1.75%201.75%200%200%201%205.25%205.498h7.772L14.521%204H5.249l-.185.005A3.25%203.25%200%200%200%202%207.248v9.496l.005.184a3.25%203.25%200%200%200%203.244%203.064h13.495l.184-.005a3.25%203.25%200%200%200%203.064-3.243V9.482l-1.499%201.5v5.762l-.006.143a1.75%201.75%200%200%201-1.743%201.606H5.249l-.144-.006A1.75%201.75%200%200%201%203.5%2016.744V9.37l8.148%204.288l.096.042a.75.75%200%200%200%20.602-.042l1.427-.751a3.15%203.15%200%200%201-.69-1.332%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.077%202.077%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.06zm-4.872%207.476l-1.086.572L3.5%207.676v-.428l.006-.144A1.75%201.75%200%200%201%205.25%205.498h7.772L14.521%204H5.249l-.185.005A3.25%203.25%200%200%200%202%207.248v9.496l.005.184a3.25%203.25%200%200%200%203.244%203.064h13.495l.184-.005a3.25%203.25%200%200%200%203.064-3.243V9.482l-1.499%201.5v5.762l-.006.143a1.75%201.75%200%200%201-1.743%201.606H5.249l-.144-.006A1.75%201.75%200%200%201%203.5%2016.744V9.37l8.148%204.288l.096.042a.75.75%200%200%200%20.602-.042l1.427-.751a3.15%203.15%200%200%201-.69-1.332%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-regular.svg?color=%231a73e8&size=48