outgoing mail icon
outgoing-mail-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- outgoing-mail-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the outgoing mail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.367 16.5H15q-.213 0-.357-.143T14.5 16t.143-.357T15 15.5h4.367l-1.727-1.766q-.14-.14-.13-.34q.01-.202.155-.348q.14-.14.344-.14t.345.14l2.369 2.389q.125.124.18.264t.057.301t-.056.301t-.181.265l-2.388 2.388q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334zM10.4 10.385l7.1-4.966q0-.057-.029-.203q-.029-.145-.077-.295t-.096-.276t-.106-.145h-.058L10.4 9.194L3.86 4.5h-.052q-.058.02-.106.145q-.048.126-.096.279t-.077.301t-.029.206zM4.087 16.5q-.66 0-1.123-.463T2.5 14.914V5.086q0-.66.464-1.123T4.087 3.5h12.827q.659 0 1.123.464t.463 1.123v4.729q0 .292-.208.493q-.208.203-.5.197q-1.09.007-2.03.38t-1.718 1.153t-1.155 1.72t-.383 2.033q.005.292-.197.5q-.201.208-.493.208z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightOutgoingMailRounded(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.367 16.5H15q-.213 0-.357-.143T14.5 16t.143-.357T15 15.5h4.367l-1.727-1.766q-.14-.14-.13-.34q.01-.202.155-.348q.14-.14.344-.14t.345.14l2.369 2.389q.125.124.18.264t.057.301t-.056.301t-.181.265l-2.388 2.388q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334zM10.4 10.385l7.1-4.966q0-.057-.029-.203q-.029-.145-.077-.295t-.096-.276t-.106-.145h-.058L10.4 9.194L3.86 4.5h-.052q-.058.02-.106.145q-.048.126-.096.279t-.077.301t-.029.206zM4.087 16.5q-.66 0-1.123-.463T2.5 14.914V5.086q0-.66.464-1.123T4.087 3.5h12.827q.659 0 1.123.464t.463 1.123v4.729q0 .292-.208.493q-.208.203-.5.197q-1.09.007-2.03.38t-1.718 1.153t-1.155 1.72t-.383 2.033q.005.292-.197.5q-.201.208-.493.208z"/></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.367 16.5H15q-.213 0-.357-.143T14.5 16t.143-.357T15 15.5h4.367l-1.727-1.766q-.14-.14-.13-.34q.01-.202.155-.348q.14-.14.344-.14t.345.14l2.369 2.389q.125.124.18.264t.057.301t-.056.301t-.181.265l-2.388 2.388q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334zM10.4 10.385l7.1-4.966q0-.057-.029-.203q-.029-.145-.077-.295t-.096-.276t-.106-.145h-.058L10.4 9.194L3.86 4.5h-.052q-.058.02-.106.145q-.048.126-.096.279t-.077.301t-.029.206zM4.087 16.5q-.66 0-1.123-.463T2.5 14.914V5.086q0-.66.464-1.123T4.087 3.5h12.827q.659 0 1.123.464t.463 1.123v4.729q0 .292-.208.493q-.208.203-.5.197q-1.09.007-2.03.38t-1.718 1.153t-1.155 1.72t-.383 2.033q.005.292-.197.5q-.201.208-.493.208z"/></svg> </template>
CSS
.icon-outgoing-mail-rounded {
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.367%2016.5H15q-.213%200-.357-.143T14.5%2016t.143-.357T15%2015.5h4.367l-1.727-1.766q-.14-.14-.13-.34q.01-.202.155-.348q.14-.14.344-.14t.345.14l2.369%202.389q.125.124.18.264t.057.301t-.056.301t-.181.265l-2.388%202.388q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334zM10.4%2010.385l7.1-4.966q0-.057-.029-.203q-.029-.145-.077-.295t-.096-.276t-.106-.145h-.058L10.4%209.194L3.86%204.5h-.052q-.058.02-.106.145q-.048.126-.096.279t-.077.301t-.029.206zM4.087%2016.5q-.66%200-1.123-.463T2.5%2014.914V5.086q0-.66.464-1.123T4.087%203.5h12.827q.659%200%201.123.464t.463%201.123v4.729q0%20.292-.208.493q-.208.203-.5.197q-1.09.007-2.03.38t-1.718%201.153t-1.155%201.72t-.383%202.033q.005.292-.197.5q-.201.208-.493.208z%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.367%2016.5H15q-.213%200-.357-.143T14.5%2016t.143-.357T15%2015.5h4.367l-1.727-1.766q-.14-.14-.13-.34q.01-.202.155-.348q.14-.14.344-.14t.345.14l2.369%202.389q.125.124.18.264t.057.301t-.056.301t-.181.265l-2.388%202.388q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334zM10.4%2010.385l7.1-4.966q0-.057-.029-.203q-.029-.145-.077-.295t-.096-.276t-.106-.145h-.058L10.4%209.194L3.86%204.5h-.052q-.058.02-.106.145q-.048.126-.096.279t-.077.301t-.029.206zM4.087%2016.5q-.66%200-1.123-.463T2.5%2014.914V5.086q0-.66.464-1.123T4.087%203.5h12.827q.659%200%201.123.464t.463%201.123v4.729q0%20.292-.208.493q-.208.203-.5.197q-1.09.007-2.03.38t-1.718%201.153t-1.155%201.72t-.383%202.033q.005.292-.197.5q-.201.208-.493.208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/outgoing-mail-rounded.svg?color=%231a73e8&size=48