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

Name
black-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 black 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="#636363" d="M26.224 5.553c-2.47-1.235-4.742-1.107-6.59-.394c-1.556.6-2.805 1.609-3.634 2.55c-.828-.941-2.077-1.95-3.633-2.55c-1.848-.713-4.12-.841-6.59.394c-3.204 1.601-4.412 4.431-4.213 7.418c.197 2.954 1.763 6.063 4.083 8.382c2.17 2.17 6.35 6.1 8.962 8.209a2.264 2.264 0 0 0 2.803.05c2.855-2.172 6.738-6.055 8.928-8.245l.014-.014c2.32-2.319 3.886-5.428 4.083-8.382c.199-2.987-1.01-5.817-4.213-7.418"/><path fill="#1c1c1c" d="M16.4 8.8a8.47 8.47 0 0 1 3.594-2.708c1.61-.62 3.588-.742 5.783.355c2.796 1.398 3.838 3.818 3.662 6.457c-.178 2.67-1.612 5.562-3.792 7.742c-2.205 2.205-6.045 6.044-8.84 8.17a1.264 1.264 0 0 1-1.57-.032c-2.573-2.077-6.723-5.978-8.883-8.138c-2.18-2.18-3.614-5.071-3.792-7.742c-.176-2.639.866-5.059 3.662-6.457c2.195-1.097 4.173-.976 5.783-.355A8.47 8.47 0 0 1 15.6 8.8l.4.533z"/><path fill="#000" d="M23.995 5.798a6.75 6.75 0 0 0-4.001.294A8.47 8.47 0 0 0 16.4 8.8l-.4.533v2.216c1.13-2.387 3.75-5.485 7.995-5.751m-13.261-.067c-1.339-.245-2.863-.107-4.51.716c-2.796 1.398-3.838 3.818-3.662 6.457c.178 2.67 1.611 5.562 3.792 7.742c2.16 2.16 6.31 6.06 8.883 8.138a1.264 1.264 0 0 0 1.57.032q.33-.252.677-.532c-2.817-2.147-6.552-5.3-8.624-7.152c-4.957-4.43-6.61-11.814 0-14.768a10 10 0 0 1 1.874-.633"/><ellipse cx="23.477" cy="12.594" fill="#636363" rx="2.836" ry="4.781" transform="rotate(30 23.477 12.594)"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatBlackHeart(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="#636363" d="M26.224 5.553c-2.47-1.235-4.742-1.107-6.59-.394c-1.556.6-2.805 1.609-3.634 2.55c-.828-.941-2.077-1.95-3.633-2.55c-1.848-.713-4.12-.841-6.59.394c-3.204 1.601-4.412 4.431-4.213 7.418c.197 2.954 1.763 6.063 4.083 8.382c2.17 2.17 6.35 6.1 8.962 8.209a2.264 2.264 0 0 0 2.803.05c2.855-2.172 6.738-6.055 8.928-8.245l.014-.014c2.32-2.319 3.886-5.428 4.083-8.382c.199-2.987-1.01-5.817-4.213-7.418"/><path fill="#1c1c1c" d="M16.4 8.8a8.47 8.47 0 0 1 3.594-2.708c1.61-.62 3.588-.742 5.783.355c2.796 1.398 3.838 3.818 3.662 6.457c-.178 2.67-1.612 5.562-3.792 7.742c-2.205 2.205-6.045 6.044-8.84 8.17a1.264 1.264 0 0 1-1.57-.032c-2.573-2.077-6.723-5.978-8.883-8.138c-2.18-2.18-3.614-5.071-3.792-7.742c-.176-2.639.866-5.059 3.662-6.457c2.195-1.097 4.173-.976 5.783-.355A8.47 8.47 0 0 1 15.6 8.8l.4.533z"/><path fill="#000" d="M23.995 5.798a6.75 6.75 0 0 0-4.001.294A8.47 8.47 0 0 0 16.4 8.8l-.4.533v2.216c1.13-2.387 3.75-5.485 7.995-5.751m-13.261-.067c-1.339-.245-2.863-.107-4.51.716c-2.796 1.398-3.838 3.818-3.662 6.457c.178 2.67 1.611 5.562 3.792 7.742c2.16 2.16 6.31 6.06 8.883 8.138a1.264 1.264 0 0 0 1.57.032q.33-.252.677-.532c-2.817-2.147-6.552-5.3-8.624-7.152c-4.957-4.43-6.61-11.814 0-14.768a10 10 0 0 1 1.874-.633"/><ellipse cx="23.477" cy="12.594" fill="#636363" rx="2.836" ry="4.781" transform="rotate(30 23.477 12.594)"/></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="#636363" d="M26.224 5.553c-2.47-1.235-4.742-1.107-6.59-.394c-1.556.6-2.805 1.609-3.634 2.55c-.828-.941-2.077-1.95-3.633-2.55c-1.848-.713-4.12-.841-6.59.394c-3.204 1.601-4.412 4.431-4.213 7.418c.197 2.954 1.763 6.063 4.083 8.382c2.17 2.17 6.35 6.1 8.962 8.209a2.264 2.264 0 0 0 2.803.05c2.855-2.172 6.738-6.055 8.928-8.245l.014-.014c2.32-2.319 3.886-5.428 4.083-8.382c.199-2.987-1.01-5.817-4.213-7.418"/><path fill="#1c1c1c" d="M16.4 8.8a8.47 8.47 0 0 1 3.594-2.708c1.61-.62 3.588-.742 5.783.355c2.796 1.398 3.838 3.818 3.662 6.457c-.178 2.67-1.612 5.562-3.792 7.742c-2.205 2.205-6.045 6.044-8.84 8.17a1.264 1.264 0 0 1-1.57-.032c-2.573-2.077-6.723-5.978-8.883-8.138c-2.18-2.18-3.614-5.071-3.792-7.742c-.176-2.639.866-5.059 3.662-6.457c2.195-1.097 4.173-.976 5.783-.355A8.47 8.47 0 0 1 15.6 8.8l.4.533z"/><path fill="#000" d="M23.995 5.798a6.75 6.75 0 0 0-4.001.294A8.47 8.47 0 0 0 16.4 8.8l-.4.533v2.216c1.13-2.387 3.75-5.485 7.995-5.751m-13.261-.067c-1.339-.245-2.863-.107-4.51.716c-2.796 1.398-3.838 3.818-3.662 6.457c.178 2.67 1.611 5.562 3.792 7.742c2.16 2.16 6.31 6.06 8.883 8.138a1.264 1.264 0 0 0 1.57.032q.33-.252.677-.532c-2.817-2.147-6.552-5.3-8.624-7.152c-4.957-4.43-6.61-11.814 0-14.768a10 10 0 0 1 1.874-.633"/><ellipse cx="23.477" cy="12.594" fill="#636363" rx="2.836" ry="4.781" transform="rotate(30 23.477 12.594)"/></g></svg>
</template>

CSS

.icon-black-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%23636363%22%20d%3D%22M26.224%205.553c-2.47-1.235-4.742-1.107-6.59-.394c-1.556.6-2.805%201.609-3.634%202.55c-.828-.941-2.077-1.95-3.633-2.55c-1.848-.713-4.12-.841-6.59.394c-3.204%201.601-4.412%204.431-4.213%207.418c.197%202.954%201.763%206.063%204.083%208.382c2.17%202.17%206.35%206.1%208.962%208.209a2.264%202.264%200%200%200%202.803.05c2.855-2.172%206.738-6.055%208.928-8.245l.014-.014c2.32-2.319%203.886-5.428%204.083-8.382c.199-2.987-1.01-5.817-4.213-7.418%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M16.4%208.8a8.47%208.47%200%200%201%203.594-2.708c1.61-.62%203.588-.742%205.783.355c2.796%201.398%203.838%203.818%203.662%206.457c-.178%202.67-1.612%205.562-3.792%207.742c-2.205%202.205-6.045%206.044-8.84%208.17a1.264%201.264%200%200%201-1.57-.032c-2.573-2.077-6.723-5.978-8.883-8.138c-2.18-2.18-3.614-5.071-3.792-7.742c-.176-2.639.866-5.059%203.662-6.457c2.195-1.097%204.173-.976%205.783-.355A8.47%208.47%200%200%201%2015.6%208.8l.4.533z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.995%205.798a6.75%206.75%200%200%200-4.001.294A8.47%208.47%200%200%200%2016.4%208.8l-.4.533v2.216c1.13-2.387%203.75-5.485%207.995-5.751m-13.261-.067c-1.339-.245-2.863-.107-4.51.716c-2.796%201.398-3.838%203.818-3.662%206.457c.178%202.67%201.611%205.562%203.792%207.742c2.16%202.16%206.31%206.06%208.883%208.138a1.264%201.264%200%200%200%201.57.032q.33-.252.677-.532c-2.817-2.147-6.552-5.3-8.624-7.152c-4.957-4.43-6.61-11.814%200-14.768a10%2010%200%200%201%201.874-.633%22%2F%3E%3Cellipse%20cx%3D%2223.477%22%20cy%3D%2212.594%22%20fill%3D%22%23636363%22%20rx%3D%222.836%22%20ry%3D%224.781%22%20transform%3D%22rotate(30%2023.477%2012.594)%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%23636363%22%20d%3D%22M26.224%205.553c-2.47-1.235-4.742-1.107-6.59-.394c-1.556.6-2.805%201.609-3.634%202.55c-.828-.941-2.077-1.95-3.633-2.55c-1.848-.713-4.12-.841-6.59.394c-3.204%201.601-4.412%204.431-4.213%207.418c.197%202.954%201.763%206.063%204.083%208.382c2.17%202.17%206.35%206.1%208.962%208.209a2.264%202.264%200%200%200%202.803.05c2.855-2.172%206.738-6.055%208.928-8.245l.014-.014c2.32-2.319%203.886-5.428%204.083-8.382c.199-2.987-1.01-5.817-4.213-7.418%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M16.4%208.8a8.47%208.47%200%200%201%203.594-2.708c1.61-.62%203.588-.742%205.783.355c2.796%201.398%203.838%203.818%203.662%206.457c-.178%202.67-1.612%205.562-3.792%207.742c-2.205%202.205-6.045%206.044-8.84%208.17a1.264%201.264%200%200%201-1.57-.032c-2.573-2.077-6.723-5.978-8.883-8.138c-2.18-2.18-3.614-5.071-3.792-7.742c-.176-2.639.866-5.059%203.662-6.457c2.195-1.097%204.173-.976%205.783-.355A8.47%208.47%200%200%201%2015.6%208.8l.4.533z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.995%205.798a6.75%206.75%200%200%200-4.001.294A8.47%208.47%200%200%200%2016.4%208.8l-.4.533v2.216c1.13-2.387%203.75-5.485%207.995-5.751m-13.261-.067c-1.339-.245-2.863-.107-4.51.716c-2.796%201.398-3.838%203.818-3.662%206.457c.178%202.67%201.611%205.562%203.792%207.742c2.16%202.16%206.31%206.06%208.883%208.138a1.264%201.264%200%200%200%201.57.032q.33-.252.677-.532c-2.817-2.147-6.552-5.3-8.624-7.152c-4.957-4.43-6.61-11.814%200-14.768a10%2010%200%200%201%201.874-.633%22%2F%3E%3Cellipse%20cx%3D%2223.477%22%20cy%3D%2212.594%22%20fill%3D%22%23636363%22%20rx%3D%222.836%22%20ry%3D%224.781%22%20transform%3D%22rotate(30%2023.477%2012.594)%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/black-heart.svg?color=%231a73e8&size=48