attach-email-outline from Material Symbols Light by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.

Name
attach-email-outline
Set
Material Symbols Light
Style
Outline
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

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="m10.866 10.116l-8-5.231v10.5q0 .269.173.442T3.48 16h10.115v1H3.481q-.69 0-1.153-.462t-.462-1.153V4.615q0-.69.462-1.153T3.481 3H18.25q.69 0 1.153.463t.463 1.152v4.77h-1v-4.5zm0-1.116l7.692-5H3.173zm8 11.962q-1.362 0-2.316-.954t-.954-2.316v-4.5q0-.8.543-1.342t1.342-.542t1.342.542t.543 1.342v4.5h-1v-4.5q0-.373-.256-.628q-.256-.256-.63-.256t-.628.256t-.256.628v4.5q0 .94.665 1.605q.664.665 1.605.665q.94 0 1.604-.665q.665-.664.665-1.605v-4h1v4q0 1.362-.954 2.316t-2.316.954m-16-16.077V4v12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAttachEmailOutline(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="m10.866 10.116l-8-5.231v10.5q0 .269.173.442T3.48 16h10.115v1H3.481q-.69 0-1.153-.462t-.462-1.153V4.615q0-.69.462-1.153T3.481 3H18.25q.69 0 1.153.463t.463 1.152v4.77h-1v-4.5zm0-1.116l7.692-5H3.173zm8 11.962q-1.362 0-2.316-.954t-.954-2.316v-4.5q0-.8.543-1.342t1.342-.542t1.342.542t.543 1.342v4.5h-1v-4.5q0-.373-.256-.628q-.256-.256-.63-.256t-.628.256t-.256.628v4.5q0 .94.665 1.605q.664.665 1.605.665q.94 0 1.604-.665q.665-.664.665-1.605v-4h1v4q0 1.362-.954 2.316t-2.316.954m-16-16.077V4v12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.866 10.116l-8-5.231v10.5q0 .269.173.442T3.48 16h10.115v1H3.481q-.69 0-1.153-.462t-.462-1.153V4.615q0-.69.462-1.153T3.481 3H18.25q.69 0 1.153.463t.463 1.152v4.77h-1v-4.5zm0-1.116l7.692-5H3.173zm8 11.962q-1.362 0-2.316-.954t-.954-2.316v-4.5q0-.8.543-1.342t1.342-.542t1.342.542t.543 1.342v4.5h-1v-4.5q0-.373-.256-.628q-.256-.256-.63-.256t-.628.256t-.256.628v4.5q0 .94.665 1.605q.664.665 1.605.665q.94 0 1.604-.665q.665-.664.665-1.605v-4h1v4q0 1.362-.954 2.316t-2.316.954m-16-16.077V4v12z"/></svg>
</template>

CSS

.icon-attach-email-outline {
  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%22m10.866%2010.116l-8-5.231v10.5q0%20.269.173.442T3.48%2016h10.115v1H3.481q-.69%200-1.153-.462t-.462-1.153V4.615q0-.69.462-1.153T3.481%203H18.25q.69%200%201.153.463t.463%201.152v4.77h-1v-4.5zm0-1.116l7.692-5H3.173zm8%2011.962q-1.362%200-2.316-.954t-.954-2.316v-4.5q0-.8.543-1.342t1.342-.542t1.342.542t.543%201.342v4.5h-1v-4.5q0-.373-.256-.628q-.256-.256-.63-.256t-.628.256t-.256.628v4.5q0%20.94.665%201.605q.664.665%201.605.665q.94%200%201.604-.665q.665-.664.665-1.605v-4h1v4q0%201.362-.954%202.316t-2.316.954m-16-16.077V4v12z%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%22m10.866%2010.116l-8-5.231v10.5q0%20.269.173.442T3.48%2016h10.115v1H3.481q-.69%200-1.153-.462t-.462-1.153V4.615q0-.69.462-1.153T3.481%203H18.25q.69%200%201.153.463t.463%201.152v4.77h-1v-4.5zm0-1.116l7.692-5H3.173zm8%2011.962q-1.362%200-2.316-.954t-.954-2.316v-4.5q0-.8.543-1.342t1.342-.542t1.342.542t.543%201.342v4.5h-1v-4.5q0-.373-.256-.628q-.256-.256-.63-.256t-.628.256t-.256.628v4.5q0%20.94.665%201.605q.664.665%201.605.665q.94%200%201.604-.665q.665-.664.665-1.605v-4h1v4q0%201.362-.954%202.316t-2.316.954m-16-16.077V4v12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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