attach-email-sharp from Material Symbols by Google · Sharp · Communicate · Apache-2.0 Free for personal and commercial use.

Name
attach-email-sharp
Set
Material Symbols
Style
Sharp
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the attach email icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22q-1.65 0-2.825-1.175T15 18v-4.5q0-1.05.725-1.775T17.5 11t1.775.725T20 13.5V18h-2v-4.5q0-.2-.15-.35T17.5 13t-.35.15t-.15.35V18q0 .825.588 1.413T19 20t1.413-.587T21 18v-4h2v4q0 1.65-1.175 2.825T19 22M1 18V2h20v8h-3.5q-1.45 0-2.475 1.025T14 13.5V18zm10-7l8-5V4l-8 5l-8-5v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAttachEmailSharp(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="M19 22q-1.65 0-2.825-1.175T15 18v-4.5q0-1.05.725-1.775T17.5 11t1.775.725T20 13.5V18h-2v-4.5q0-.2-.15-.35T17.5 13t-.35.15t-.15.35V18q0 .825.588 1.413T19 20t1.413-.587T21 18v-4h2v4q0 1.65-1.175 2.825T19 22M1 18V2h20v8h-3.5q-1.45 0-2.475 1.025T14 13.5V18zm10-7l8-5V4l-8 5l-8-5v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22q-1.65 0-2.825-1.175T15 18v-4.5q0-1.05.725-1.775T17.5 11t1.775.725T20 13.5V18h-2v-4.5q0-.2-.15-.35T17.5 13t-.35.15t-.15.35V18q0 .825.588 1.413T19 20t1.413-.587T21 18v-4h2v4q0 1.65-1.175 2.825T19 22M1 18V2h20v8h-3.5q-1.45 0-2.475 1.025T14 13.5V18zm10-7l8-5V4l-8 5l-8-5v2z"/></svg>
</template>

CSS

.icon-attach-email-sharp {
  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%22M19%2022q-1.65%200-2.825-1.175T15%2018v-4.5q0-1.05.725-1.775T17.5%2011t1.775.725T20%2013.5V18h-2v-4.5q0-.2-.15-.35T17.5%2013t-.35.15t-.15.35V18q0%20.825.588%201.413T19%2020t1.413-.587T21%2018v-4h2v4q0%201.65-1.175%202.825T19%2022M1%2018V2h20v8h-3.5q-1.45%200-2.475%201.025T14%2013.5V18zm10-7l8-5V4l-8%205l-8-5v2z%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%22M19%2022q-1.65%200-2.825-1.175T15%2018v-4.5q0-1.05.725-1.775T17.5%2011t1.775.725T20%2013.5V18h-2v-4.5q0-.2-.15-.35T17.5%2013t-.35.15t-.15.35V18q0%20.825.588%201.413T19%2020t1.413-.587T21%2018v-4h2v4q0%201.65-1.175%202.825T19%2022M1%2018V2h20v8h-3.5q-1.45%200-2.475%201.025T14%2013.5V18zm10-7l8-5V4l-8%205l-8-5v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/attach-email-sharp.svg?color=%231a73e8&size=48