contact mail icon
contact-mail-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- contact-mail-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 contact mail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21q-.825 0-1.412-.587T0 19V5q0-.825.588-1.412T2 3h20q.825 0 1.413.588T24 5v14q0 .825-.587 1.413T22 21zm9.125-7.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M2.1 19h13.8q-1.05-1.875-2.9-2.937T9 15t-4 1.063T2.1 19M15 11h5q.425 0 .713-.288T21 10V7q0-.425-.288-.712T20 6h-5q-.425 0-.712.288T14 7v3q0 .425.288.713T15 11m2.5-2.25l1.85-1.3q.2-.15.425-.038t.225.363q0 .025-.175.35l-1.75 1.225q-.275.2-.575.2t-.575-.2l-1.75-1.225Q15.15 8.1 15 7.775q0-.25.225-.363t.425.038z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsContactMailRounded(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="M2 21q-.825 0-1.412-.587T0 19V5q0-.825.588-1.412T2 3h20q.825 0 1.413.588T24 5v14q0 .825-.587 1.413T22 21zm9.125-7.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M2.1 19h13.8q-1.05-1.875-2.9-2.937T9 15t-4 1.063T2.1 19M15 11h5q.425 0 .713-.288T21 10V7q0-.425-.288-.712T20 6h-5q-.425 0-.712.288T14 7v3q0 .425.288.713T15 11m2.5-2.25l1.85-1.3q.2-.15.425-.038t.225.363q0 .025-.175.35l-1.75 1.225q-.275.2-.575.2t-.575-.2l-1.75-1.225Q15.15 8.1 15 7.775q0-.25.225-.363t.425.038z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21q-.825 0-1.412-.587T0 19V5q0-.825.588-1.412T2 3h20q.825 0 1.413.588T24 5v14q0 .825-.587 1.413T22 21zm9.125-7.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M2.1 19h13.8q-1.05-1.875-2.9-2.937T9 15t-4 1.063T2.1 19M15 11h5q.425 0 .713-.288T21 10V7q0-.425-.288-.712T20 6h-5q-.425 0-.712.288T14 7v3q0 .425.288.713T15 11m2.5-2.25l1.85-1.3q.2-.15.425-.038t.225.363q0 .025-.175.35l-1.75 1.225q-.275.2-.575.2t-.575-.2l-1.75-1.225Q15.15 8.1 15 7.775q0-.25.225-.363t.425.038z"/></svg> </template>
CSS
.icon-contact-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%22M2%2021q-.825%200-1.412-.587T0%2019V5q0-.825.588-1.412T2%203h20q.825%200%201.413.588T24%205v14q0%20.825-.587%201.413T22%2021zm9.125-7.875Q12%2012.25%2012%2011t-.875-2.125T9%208t-2.125.875T6%2011t.875%202.125T9%2014t2.125-.875M2.1%2019h13.8q-1.05-1.875-2.9-2.937T9%2015t-4%201.063T2.1%2019M15%2011h5q.425%200%20.713-.288T21%2010V7q0-.425-.288-.712T20%206h-5q-.425%200-.712.288T14%207v3q0%20.425.288.713T15%2011m2.5-2.25l1.85-1.3q.2-.15.425-.038t.225.363q0%20.025-.175.35l-1.75%201.225q-.275.2-.575.2t-.575-.2l-1.75-1.225Q15.15%208.1%2015%207.775q0-.25.225-.363t.425.038z%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%22M2%2021q-.825%200-1.412-.587T0%2019V5q0-.825.588-1.412T2%203h20q.825%200%201.413.588T24%205v14q0%20.825-.587%201.413T22%2021zm9.125-7.875Q12%2012.25%2012%2011t-.875-2.125T9%208t-2.125.875T6%2011t.875%202.125T9%2014t2.125-.875M2.1%2019h13.8q-1.05-1.875-2.9-2.937T9%2015t-4%201.063T2.1%2019M15%2011h5q.425%200%20.713-.288T21%2010V7q0-.425-.288-.712T20%206h-5q-.425%200-.712.288T14%207v3q0%20.425.288.713T15%2011m2.5-2.25l1.85-1.3q.2-.15.425-.038t.225.363q0%20.025-.175.35l-1.75%201.225q-.275.2-.575.2t-.575-.2l-1.75-1.225Q15.15%208.1%2015%207.775q0-.25.225-.363t.425.038z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/contact-mail-rounded.svg?color=%231a73e8&size=48