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

Name
white-heart
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the white heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10.5a2 2 0 0 1-1.6-.8a7 7 0 0 0-2.933-2.209c-1.254-.483-2.789-.594-4.573.298c-2.186 1.093-2.977 2.897-2.836 5.015c.15 2.245 1.384 4.81 3.356 6.782c2.106 2.106 6.109 5.868 8.632 7.922c2.684-2.072 6.35-5.732 8.54-7.922c1.972-1.973 3.206-4.537 3.356-6.782c.141-2.118-.65-3.922-2.836-5.015c-1.784-.892-3.32-.78-4.574-.298A7 7 0 0 0 17.6 9.7a2 2 0 0 1-1.6.8m-1.403-3.453A8.6 8.6 0 0 1 16 8.5a8.6 8.6 0 0 1 1.404-1.453C19.326 5.463 22.418 4.21 26 6c6 3 4.5 10.5 0 15c-2.196 2.196-6.063 6.063-8.891 8.214a1.76 1.76 0 0 1-2.186-.041C12.33 27.08 8.165 23.165 6 21C1.5 16.5 0 9 6 6c3.582-1.791 6.675-.537 8.597 1.047"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastWhiteHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10.5a2 2 0 0 1-1.6-.8a7 7 0 0 0-2.933-2.209c-1.254-.483-2.789-.594-4.573.298c-2.186 1.093-2.977 2.897-2.836 5.015c.15 2.245 1.384 4.81 3.356 6.782c2.106 2.106 6.109 5.868 8.632 7.922c2.684-2.072 6.35-5.732 8.54-7.922c1.972-1.973 3.206-4.537 3.356-6.782c.141-2.118-.65-3.922-2.836-5.015c-1.784-.892-3.32-.78-4.574-.298A7 7 0 0 0 17.6 9.7a2 2 0 0 1-1.6.8m-1.403-3.453A8.6 8.6 0 0 1 16 8.5a8.6 8.6 0 0 1 1.404-1.453C19.326 5.463 22.418 4.21 26 6c6 3 4.5 10.5 0 15c-2.196 2.196-6.063 6.063-8.891 8.214a1.76 1.76 0 0 1-2.186-.041C12.33 27.08 8.165 23.165 6 21C1.5 16.5 0 9 6 6c3.582-1.791 6.675-.537 8.597 1.047"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10.5a2 2 0 0 1-1.6-.8a7 7 0 0 0-2.933-2.209c-1.254-.483-2.789-.594-4.573.298c-2.186 1.093-2.977 2.897-2.836 5.015c.15 2.245 1.384 4.81 3.356 6.782c2.106 2.106 6.109 5.868 8.632 7.922c2.684-2.072 6.35-5.732 8.54-7.922c1.972-1.973 3.206-4.537 3.356-6.782c.141-2.118-.65-3.922-2.836-5.015c-1.784-.892-3.32-.78-4.574-.298A7 7 0 0 0 17.6 9.7a2 2 0 0 1-1.6.8m-1.403-3.453A8.6 8.6 0 0 1 16 8.5a8.6 8.6 0 0 1 1.404-1.453C19.326 5.463 22.418 4.21 26 6c6 3 4.5 10.5 0 15c-2.196 2.196-6.063 6.063-8.891 8.214a1.76 1.76 0 0 1-2.186-.041C12.33 27.08 8.165 23.165 6 21C1.5 16.5 0 9 6 6c3.582-1.791 6.675-.537 8.597 1.047"/></svg>
</template>

CSS

.icon-white-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010.5a2%202%200%200%201-1.6-.8a7%207%200%200%200-2.933-2.209c-1.254-.483-2.789-.594-4.573.298c-2.186%201.093-2.977%202.897-2.836%205.015c.15%202.245%201.384%204.81%203.356%206.782c2.106%202.106%206.109%205.868%208.632%207.922c2.684-2.072%206.35-5.732%208.54-7.922c1.972-1.973%203.206-4.537%203.356-6.782c.141-2.118-.65-3.922-2.836-5.015c-1.784-.892-3.32-.78-4.574-.298A7%207%200%200%200%2017.6%209.7a2%202%200%200%201-1.6.8m-1.403-3.453A8.6%208.6%200%200%201%2016%208.5a8.6%208.6%200%200%201%201.404-1.453C19.326%205.463%2022.418%204.21%2026%206c6%203%204.5%2010.5%200%2015c-2.196%202.196-6.063%206.063-8.891%208.214a1.76%201.76%200%200%201-2.186-.041C12.33%2027.08%208.165%2023.165%206%2021C1.5%2016.5%200%209%206%206c3.582-1.791%206.675-.537%208.597%201.047%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010.5a2%202%200%200%201-1.6-.8a7%207%200%200%200-2.933-2.209c-1.254-.483-2.789-.594-4.573.298c-2.186%201.093-2.977%202.897-2.836%205.015c.15%202.245%201.384%204.81%203.356%206.782c2.106%202.106%206.109%205.868%208.632%207.922c2.684-2.072%206.35-5.732%208.54-7.922c1.972-1.973%203.206-4.537%203.356-6.782c.141-2.118-.65-3.922-2.836-5.015c-1.784-.892-3.32-.78-4.574-.298A7%207%200%200%200%2017.6%209.7a2%202%200%200%201-1.6.8m-1.403-3.453A8.6%208.6%200%200%201%2016%208.5a8.6%208.6%200%200%201%201.404-1.453C19.326%205.463%2022.418%204.21%2026%206c6%203%204.5%2010.5%200%2015c-2.196%202.196-6.063%206.063-8.891%208.214a1.76%201.76%200%200%201-2.186-.041C12.33%2027.08%208.165%2023.165%206%2021C1.5%2016.5%200%209%206%206c3.582-1.791%206.675-.537%208.597%201.047%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/white-heart.svg?color=%231a73e8&size=48