envelope heart icon
envelope-heart from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- envelope-heart
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-exclamationenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-searchenvelope-sendenvelope-shareenvelope-shieldenvelope-star
Use the envelope heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 13a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V8.41l5.88 5.89a3 3 0 0 0 2.11.87a3 3 0 0 0 2.15-.9l.89-.88a1 1 0 0 0-1.4-1.39l-.93.91a1 1 0 0 1-1.4 0L4.91 7H9.5a1 1 0 0 0 0-2h-5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m1.05-9a3.33 3.33 0 0 0-3.88-.54a3.25 3.25 0 0 0-3.88 5.13L17 11.71a1.05 1.05 0 0 0 .71.29a1 1 0 0 0 .71-.29l3.17-3.17A3.26 3.26 0 0 0 21.55 4m-1.41 3.12l-2.47 2.47l-2.46-2.47A1.24 1.24 0 0 1 17 5.36a1 1 0 0 0 1.42 0a1.28 1.28 0 0 1 1.76 0a1.26 1.26 0 0 1-.04 1.76"/></svg>
React
import type { SVGProps } from "react";
export function UilEnvelopeHeart(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="M20.5 13a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V8.41l5.88 5.89a3 3 0 0 0 2.11.87a3 3 0 0 0 2.15-.9l.89-.88a1 1 0 0 0-1.4-1.39l-.93.91a1 1 0 0 1-1.4 0L4.91 7H9.5a1 1 0 0 0 0-2h-5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m1.05-9a3.33 3.33 0 0 0-3.88-.54a3.25 3.25 0 0 0-3.88 5.13L17 11.71a1.05 1.05 0 0 0 .71.29a1 1 0 0 0 .71-.29l3.17-3.17A3.26 3.26 0 0 0 21.55 4m-1.41 3.12l-2.47 2.47l-2.46-2.47A1.24 1.24 0 0 1 17 5.36a1 1 0 0 0 1.42 0a1.28 1.28 0 0 1 1.76 0a1.26 1.26 0 0 1-.04 1.76"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 13a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V8.41l5.88 5.89a3 3 0 0 0 2.11.87a3 3 0 0 0 2.15-.9l.89-.88a1 1 0 0 0-1.4-1.39l-.93.91a1 1 0 0 1-1.4 0L4.91 7H9.5a1 1 0 0 0 0-2h-5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m1.05-9a3.33 3.33 0 0 0-3.88-.54a3.25 3.25 0 0 0-3.88 5.13L17 11.71a1.05 1.05 0 0 0 .71.29a1 1 0 0 0 .71-.29l3.17-3.17A3.26 3.26 0 0 0 21.55 4m-1.41 3.12l-2.47 2.47l-2.46-2.47A1.24 1.24 0 0 1 17 5.36a1 1 0 0 0 1.42 0a1.28 1.28 0 0 1 1.76 0a1.26 1.26 0 0 1-.04 1.76"/></svg> </template>
CSS
.icon-envelope-heart {
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%22M20.5%2013a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V8.41l5.88%205.89a3%203%200%200%200%202.11.87a3%203%200%200%200%202.15-.9l.89-.88a1%201%200%200%200-1.4-1.39l-.93.91a1%201%200%200%201-1.4%200L4.91%207H9.5a1%201%200%200%200%200-2h-5a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m1.05-9a3.33%203.33%200%200%200-3.88-.54a3.25%203.25%200%200%200-3.88%205.13L17%2011.71a1.05%201.05%200%200%200%20.71.29a1%201%200%200%200%20.71-.29l3.17-3.17A3.26%203.26%200%200%200%2021.55%204m-1.41%203.12l-2.47%202.47l-2.46-2.47A1.24%201.24%200%200%201%2017%205.36a1%201%200%200%200%201.42%200a1.28%201.28%200%200%201%201.76%200a1.26%201.26%200%200%201-.04%201.76%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%22M20.5%2013a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V8.41l5.88%205.89a3%203%200%200%200%202.11.87a3%203%200%200%200%202.15-.9l.89-.88a1%201%200%200%200-1.4-1.39l-.93.91a1%201%200%200%201-1.4%200L4.91%207H9.5a1%201%200%200%200%200-2h-5a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m1.05-9a3.33%203.33%200%200%200-3.88-.54a3.25%203.25%200%200%200-3.88%205.13L17%2011.71a1.05%201.05%200%200%200%20.71.29a1%201%200%200%200%20.71-.29l3.17-3.17A3.26%203.26%200%200%200%2021.55%204m-1.41%203.12l-2.47%202.47l-2.46-2.47A1.24%201.24%200%200%201%2017%205.36a1%201%200%200%200%201.42%200a1.28%201.28%200%200%201%201.76%200a1.26%201.26%200%200%201-.04%201.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/envelope-heart.svg?color=%231a73e8&size=48