envelope open heart icon

envelope-open-heart-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
envelope-open-heart-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

Use the envelope open heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l4.222 2.475q.035-.087.08-.17c.665-1.3 2.362-1.917 3.698-1.25c1.336-.667 3.033-.05 3.699 1.25a3 3 0 0 1 .08.17L16 5.713V5.4a2 2 0 0 0-1.059-1.765zM0 6.873l4 2.344c-.012.542.124 1.117.416 1.694l.004.006L0 13.372v-6.5Zm.059 7.611l4.9-2.723c.563.73 1.383 1.467 2.49 2.198l.551.365l.551-.365c1.107-.73 1.927-1.467 2.49-2.198l4.9 2.723A2 2 0 0 1 14 16H2a2 2 0 0 1-1.941-1.516M16 13.372l-4.42-2.455l.004-.006c.292-.577.428-1.152.415-1.694L16 6.873v6.5Z"/><path d="M8 7.993c1.664-1.711 5.825 1.283 0 5.132c-5.825-3.85-1.664-6.843 0-5.132"/></g></svg>

React

import type { SVGProps } from "react";

export function BiEnvelopeOpenHeartFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l4.222 2.475q.035-.087.08-.17c.665-1.3 2.362-1.917 3.698-1.25c1.336-.667 3.033-.05 3.699 1.25a3 3 0 0 1 .08.17L16 5.713V5.4a2 2 0 0 0-1.059-1.765zM0 6.873l4 2.344c-.012.542.124 1.117.416 1.694l.004.006L0 13.372v-6.5Zm.059 7.611l4.9-2.723c.563.73 1.383 1.467 2.49 2.198l.551.365l.551-.365c1.107-.73 1.927-1.467 2.49-2.198l4.9 2.723A2 2 0 0 1 14 16H2a2 2 0 0 1-1.941-1.516M16 13.372l-4.42-2.455l.004-.006c.292-.577.428-1.152.415-1.694L16 6.873v6.5Z"/><path d="M8 7.993c1.664-1.711 5.825 1.283 0 5.132c-5.825-3.85-1.664-6.843 0-5.132"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l4.222 2.475q.035-.087.08-.17c.665-1.3 2.362-1.917 3.698-1.25c1.336-.667 3.033-.05 3.699 1.25a3 3 0 0 1 .08.17L16 5.713V5.4a2 2 0 0 0-1.059-1.765zM0 6.873l4 2.344c-.012.542.124 1.117.416 1.694l.004.006L0 13.372v-6.5Zm.059 7.611l4.9-2.723c.563.73 1.383 1.467 2.49 2.198l.551.365l.551-.365c1.107-.73 1.927-1.467 2.49-2.198l4.9 2.723A2 2 0 0 1 14 16H2a2 2 0 0 1-1.941-1.516M16 13.372l-4.42-2.455l.004-.006c.292-.577.428-1.152.415-1.694L16 6.873v6.5Z"/><path d="M8 7.993c1.664-1.711 5.825 1.283 0 5.132c-5.825-3.85-1.664-6.843 0-5.132"/></g></svg>
</template>

CSS

.icon-envelope-open-heart-fill {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.941.435a2%202%200%200%200-1.882%200l-6%203.2A2%202%200%200%200%200%205.4v.313l4.222%202.475q.035-.087.08-.17c.665-1.3%202.362-1.917%203.698-1.25c1.336-.667%203.033-.05%203.699%201.25a3%203%200%200%201%20.08.17L16%205.713V5.4a2%202%200%200%200-1.059-1.765zM0%206.873l4%202.344c-.012.542.124%201.117.416%201.694l.004.006L0%2013.372v-6.5Zm.059%207.611l4.9-2.723c.563.73%201.383%201.467%202.49%202.198l.551.365l.551-.365c1.107-.73%201.927-1.467%202.49-2.198l4.9%202.723A2%202%200%200%201%2014%2016H2a2%202%200%200%201-1.941-1.516M16%2013.372l-4.42-2.455l.004-.006c.292-.577.428-1.152.415-1.694L16%206.873v6.5Z%22%2F%3E%3Cpath%20d%3D%22M8%207.993c1.664-1.711%205.825%201.283%200%205.132c-5.825-3.85-1.664-6.843%200-5.132%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.941.435a2%202%200%200%200-1.882%200l-6%203.2A2%202%200%200%200%200%205.4v.313l4.222%202.475q.035-.087.08-.17c.665-1.3%202.362-1.917%203.698-1.25c1.336-.667%203.033-.05%203.699%201.25a3%203%200%200%201%20.08.17L16%205.713V5.4a2%202%200%200%200-1.059-1.765zM0%206.873l4%202.344c-.012.542.124%201.117.416%201.694l.004.006L0%2013.372v-6.5Zm.059%207.611l4.9-2.723c.563.73%201.383%201.467%202.49%202.198l.551.365l.551-.365c1.107-.73%201.927-1.467%202.49-2.198l4.9%202.723A2%202%200%200%201%2014%2016H2a2%202%200%200%201-1.941-1.516M16%2013.372l-4.42-2.455l.004-.006c.292-.577.428-1.152.415-1.694L16%206.873v6.5Z%22%2F%3E%3Cpath%20d%3D%22M8%207.993c1.664-1.711%205.825%201.283%200%205.132c-5.825-3.85-1.664-6.843%200-5.132%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/envelope-open-heart-fill.svg?color=%231a73e8&size=48