mending heart emoji

mending-heart from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
mending-heart
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the mending heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M21.016 5.16c-1.873.327-3.457 1.9-4.318 2.934c-.349.418-1.048.418-1.396 0c-.861-1.034-2.445-2.607-4.318-2.934C6.26 4.33 3.405 6.857 2.404 10l3.197 4.296l.494 7.332c3.054 3.718 6.983 6.718 8.84 8.04a1.825 1.825 0 0 0 2.13 0c2.581-1.84 9.161-6.92 11.84-12.666l-1.55-3.807l-.81-7.203c-1.41-.853-3.252-1.233-5.529-.832"/><path fill="#e6e6e6" d="M29.595 10H2.405a8.6 8.6 0 0 0-.151 4.683c.198.78.484 1.554.838 2.317h25.813a13.3 13.3 0 0 0 .841-2.317A8.6 8.6 0 0 0 29.595 10"/><path fill="#f4f4f4" d="M2.87 16.497L26.528 5.982c1.85 1.112 2.96 3.037 3.33 5.086L6.097 21.629c-1.317-1.602-2.47-3.339-3.227-5.132"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatMendingHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M21.016 5.16c-1.873.327-3.457 1.9-4.318 2.934c-.349.418-1.048.418-1.396 0c-.861-1.034-2.445-2.607-4.318-2.934C6.26 4.33 3.405 6.857 2.404 10l3.197 4.296l.494 7.332c3.054 3.718 6.983 6.718 8.84 8.04a1.825 1.825 0 0 0 2.13 0c2.581-1.84 9.161-6.92 11.84-12.666l-1.55-3.807l-.81-7.203c-1.41-.853-3.252-1.233-5.529-.832"/><path fill="#e6e6e6" d="M29.595 10H2.405a8.6 8.6 0 0 0-.151 4.683c.198.78.484 1.554.838 2.317h25.813a13.3 13.3 0 0 0 .841-2.317A8.6 8.6 0 0 0 29.595 10"/><path fill="#f4f4f4" d="M2.87 16.497L26.528 5.982c1.85 1.112 2.96 3.037 3.33 5.086L6.097 21.629c-1.317-1.602-2.47-3.339-3.227-5.132"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M21.016 5.16c-1.873.327-3.457 1.9-4.318 2.934c-.349.418-1.048.418-1.396 0c-.861-1.034-2.445-2.607-4.318-2.934C6.26 4.33 3.405 6.857 2.404 10l3.197 4.296l.494 7.332c3.054 3.718 6.983 6.718 8.84 8.04a1.825 1.825 0 0 0 2.13 0c2.581-1.84 9.161-6.92 11.84-12.666l-1.55-3.807l-.81-7.203c-1.41-.853-3.252-1.233-5.529-.832"/><path fill="#e6e6e6" d="M29.595 10H2.405a8.6 8.6 0 0 0-.151 4.683c.198.78.484 1.554.838 2.317h25.813a13.3 13.3 0 0 0 .841-2.317A8.6 8.6 0 0 0 29.595 10"/><path fill="#f4f4f4" d="M2.87 16.497L26.528 5.982c1.85 1.112 2.96 3.037 3.33 5.086L6.097 21.629c-1.317-1.602-2.47-3.339-3.227-5.132"/></g></svg>
</template>

CSS

.icon-mending-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M21.016%205.16c-1.873.327-3.457%201.9-4.318%202.934c-.349.418-1.048.418-1.396%200c-.861-1.034-2.445-2.607-4.318-2.934C6.26%204.33%203.405%206.857%202.404%2010l3.197%204.296l.494%207.332c3.054%203.718%206.983%206.718%208.84%208.04a1.825%201.825%200%200%200%202.13%200c2.581-1.84%209.161-6.92%2011.84-12.666l-1.55-3.807l-.81-7.203c-1.41-.853-3.252-1.233-5.529-.832%22%2F%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M29.595%2010H2.405a8.6%208.6%200%200%200-.151%204.683c.198.78.484%201.554.838%202.317h25.813a13.3%2013.3%200%200%200%20.841-2.317A8.6%208.6%200%200%200%2029.595%2010%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M2.87%2016.497L26.528%205.982c1.85%201.112%202.96%203.037%203.33%205.086L6.097%2021.629c-1.317-1.602-2.47-3.339-3.227-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M21.016%205.16c-1.873.327-3.457%201.9-4.318%202.934c-.349.418-1.048.418-1.396%200c-.861-1.034-2.445-2.607-4.318-2.934C6.26%204.33%203.405%206.857%202.404%2010l3.197%204.296l.494%207.332c3.054%203.718%206.983%206.718%208.84%208.04a1.825%201.825%200%200%200%202.13%200c2.581-1.84%209.161-6.92%2011.84-12.666l-1.55-3.807l-.81-7.203c-1.41-.853-3.252-1.233-5.529-.832%22%2F%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M29.595%2010H2.405a8.6%208.6%200%200%200-.151%204.683c.198.78.484%201.554.838%202.317h25.813a13.3%2013.3%200%200%200%20.841-2.317A8.6%208.6%200%200%200%2029.595%2010%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M2.87%2016.497L26.528%205.982c1.85%201.112%202.96%203.037%203.33%205.086L6.097%2021.629c-1.317-1.602-2.47-3.339-3.227-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/fluent-emoji-flat/mending-heart.svg?color=%231a73e8&size=48