email open heart icon
email-open-heart-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- email-open-heart-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- envelope-open-heart-outline, greeting-card-open, love-letter-open
Related icons in Material Design Icons
Use the email open heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 9c-1.1 0-2 .92-2 2.05c0 .57.22 1.07.59 1.45L12 16l3.42-3.5c.36-.37.58-.89.58-1.45C16 9.92 15.1 9 14 9c-.54 0-1.05.23-1.41.6l-.59.6l-.58-.59A2 2 0 0 0 10 9m2-8.36l9.03 5.65c.58.35.97.98.97 1.71v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V8c0-.73.39-1.36.97-1.71zM4 10v8h16v-8l-2 1.25v-.2c0-.55-.12-1.1-.33-1.6L20 8l-8-5l-8 5l2.33 1.45c-.21.5-.33 1.05-.33 1.6v.2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEmailOpenHeartOutline(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 9c-1.1 0-2 .92-2 2.05c0 .57.22 1.07.59 1.45L12 16l3.42-3.5c.36-.37.58-.89.58-1.45C16 9.92 15.1 9 14 9c-.54 0-1.05.23-1.41.6l-.59.6l-.58-.59A2 2 0 0 0 10 9m2-8.36l9.03 5.65c.58.35.97.98.97 1.71v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V8c0-.73.39-1.36.97-1.71zM4 10v8h16v-8l-2 1.25v-.2c0-.55-.12-1.1-.33-1.6L20 8l-8-5l-8 5l2.33 1.45c-.21.5-.33 1.05-.33 1.6v.2z"/></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 9c-1.1 0-2 .92-2 2.05c0 .57.22 1.07.59 1.45L12 16l3.42-3.5c.36-.37.58-.89.58-1.45C16 9.92 15.1 9 14 9c-.54 0-1.05.23-1.41.6l-.59.6l-.58-.59A2 2 0 0 0 10 9m2-8.36l9.03 5.65c.58.35.97.98.97 1.71v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V8c0-.73.39-1.36.97-1.71zM4 10v8h16v-8l-2 1.25v-.2c0-.55-.12-1.1-.33-1.6L20 8l-8-5l-8 5l2.33 1.45c-.21.5-.33 1.05-.33 1.6v.2z"/></svg> </template>
CSS
.icon-email-open-heart-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%209c-1.1%200-2%20.92-2%202.05c0%20.57.22%201.07.59%201.45L12%2016l3.42-3.5c.36-.37.58-.89.58-1.45C16%209.92%2015.1%209%2014%209c-.54%200-1.05.23-1.41.6l-.59.6l-.58-.59A2%202%200%200%200%2010%209m2-8.36l9.03%205.65c.58.35.97.98.97%201.71v10c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V8c0-.73.39-1.36.97-1.71zM4%2010v8h16v-8l-2%201.25v-.2c0-.55-.12-1.1-.33-1.6L20%208l-8-5l-8%205l2.33%201.45c-.21.5-.33%201.05-.33%201.6v.2z%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%209c-1.1%200-2%20.92-2%202.05c0%20.57.22%201.07.59%201.45L12%2016l3.42-3.5c.36-.37.58-.89.58-1.45C16%209.92%2015.1%209%2014%209c-.54%200-1.05.23-1.41.6l-.59.6l-.58-.59A2%202%200%200%200%2010%209m2-8.36l9.03%205.65c.58.35.97.98.97%201.71v10c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V8c0-.73.39-1.36.97-1.71zM4%2010v8h16v-8l-2%201.25v-.2c0-.55-.12-1.1-.33-1.6L20%208l-8-5l-8%205l2.33%201.45c-.21.5-.33%201.05-.33%201.6v.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/email-open-heart-outline.svg?color=%231a73e8&size=48