attach email icon
attach-email-outline-sharp from Material Symbols by Google · Outline Sharp · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- attach-email-outline-sharp
- Set
- Material Symbols
- Style
- Outline 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="M11 11L3 6v10h10v2H1V2h20v7h-2V6zm0-2l8-5H3zm8 13q-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 22M3 6V4v12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAttachEmailOutlineSharp(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="M11 11L3 6v10h10v2H1V2h20v7h-2V6zm0-2l8-5H3zm8 13q-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 22M3 6V4v12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 11L3 6v10h10v2H1V2h20v7h-2V6zm0-2l8-5H3zm8 13q-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 22M3 6V4v12z"/></svg> </template>
CSS
.icon-attach-email-outline-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%22M11%2011L3%206v10h10v2H1V2h20v7h-2V6zm0-2l8-5H3zm8%2013q-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%2022M3%206V4v12z%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%22M11%2011L3%206v10h10v2H1V2h20v7h-2V6zm0-2l8-5H3zm8%2013q-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%2022M3%206V4v12z%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-outline-sharp.svg?color=%231a73e8&size=48