pink heart emoji
pink-heart from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- pink-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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the pink heart emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M16 8.498a8.7 8.7 0 0 0-1.403-1.453C12.675 5.461 9.582 4.207 6 5.998c-6 3-4.5 10.5 0 15c2.165 2.165 6.33 6.08 8.923 8.173a1.764 1.764 0 0 0 2.186.04c2.829-2.15 6.696-6.017 8.891-8.213c4.5-4.5 6-12 0-15c-3.581-1.791-6.674-.537-8.596 1.047A8.6 8.6 0 0 0 16 8.498m-3.872-.708a6 6 0 0 0-.66-.3a5.25 5.25 0 0 0-2.813-.295L22.81 21.351a431 431 0 0 0 1.444-1.435zm13.157 11.035c.483-.57.91-1.177 1.272-1.8l-7.93-8.396A6.6 6.6 0 0 0 17.6 9.698a2 2 0 0 1-.807.636zM19.89 7.781l7.375 7.809a9.6 9.6 0 0 0 .594-2.069l-6.317-6.317a5.6 5.6 0 0 0-1.01.285a6 6 0 0 0-.642.292m3.845-.505l4.157 4.156c-.232-1.52-1.09-2.797-2.786-3.645a6.5 6.5 0 0 0-1.37-.511M21.74 22.4L7.049 7.712l-.154.075A5.7 5.7 0 0 0 5.35 8.89l14.919 14.92c.498-.471.992-.945 1.47-1.41m-2.569 2.432L4.486 10.148c-.337.737-.472 1.562-.439 2.444l13.574 13.621a69 69 0 0 0 1.55-1.381m-2.706 2.345L4.62 15.29c.566 1.515 1.528 3.026 2.796 4.294c2.106 2.106 6.108 5.868 8.631 7.922q.206-.158.418-.329" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastPinkHeart(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" fillRule="evenodd" d="M16 8.498a8.7 8.7 0 0 0-1.403-1.453C12.675 5.461 9.582 4.207 6 5.998c-6 3-4.5 10.5 0 15c2.165 2.165 6.33 6.08 8.923 8.173a1.764 1.764 0 0 0 2.186.04c2.829-2.15 6.696-6.017 8.891-8.213c4.5-4.5 6-12 0-15c-3.581-1.791-6.674-.537-8.596 1.047A8.6 8.6 0 0 0 16 8.498m-3.872-.708a6 6 0 0 0-.66-.3a5.25 5.25 0 0 0-2.813-.295L22.81 21.351a431 431 0 0 0 1.444-1.435zm13.157 11.035c.483-.57.91-1.177 1.272-1.8l-7.93-8.396A6.6 6.6 0 0 0 17.6 9.698a2 2 0 0 1-.807.636zM19.89 7.781l7.375 7.809a9.6 9.6 0 0 0 .594-2.069l-6.317-6.317a5.6 5.6 0 0 0-1.01.285a6 6 0 0 0-.642.292m3.845-.505l4.157 4.156c-.232-1.52-1.09-2.797-2.786-3.645a6.5 6.5 0 0 0-1.37-.511M21.74 22.4L7.049 7.712l-.154.075A5.7 5.7 0 0 0 5.35 8.89l14.919 14.92c.498-.471.992-.945 1.47-1.41m-2.569 2.432L4.486 10.148c-.337.737-.472 1.562-.439 2.444l13.574 13.621a69 69 0 0 0 1.55-1.381m-2.706 2.345L4.62 15.29c.566 1.515 1.528 3.026 2.796 4.294c2.106 2.106 6.108 5.868 8.631 7.922q.206-.158.418-.329" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M16 8.498a8.7 8.7 0 0 0-1.403-1.453C12.675 5.461 9.582 4.207 6 5.998c-6 3-4.5 10.5 0 15c2.165 2.165 6.33 6.08 8.923 8.173a1.764 1.764 0 0 0 2.186.04c2.829-2.15 6.696-6.017 8.891-8.213c4.5-4.5 6-12 0-15c-3.581-1.791-6.674-.537-8.596 1.047A8.6 8.6 0 0 0 16 8.498m-3.872-.708a6 6 0 0 0-.66-.3a5.25 5.25 0 0 0-2.813-.295L22.81 21.351a431 431 0 0 0 1.444-1.435zm13.157 11.035c.483-.57.91-1.177 1.272-1.8l-7.93-8.396A6.6 6.6 0 0 0 17.6 9.698a2 2 0 0 1-.807.636zM19.89 7.781l7.375 7.809a9.6 9.6 0 0 0 .594-2.069l-6.317-6.317a5.6 5.6 0 0 0-1.01.285a6 6 0 0 0-.642.292m3.845-.505l4.157 4.156c-.232-1.52-1.09-2.797-2.786-3.645a6.5 6.5 0 0 0-1.37-.511M21.74 22.4L7.049 7.712l-.154.075A5.7 5.7 0 0 0 5.35 8.89l14.919 14.92c.498-.471.992-.945 1.47-1.41m-2.569 2.432L4.486 10.148c-.337.737-.472 1.562-.439 2.444l13.574 13.621a69 69 0 0 0 1.55-1.381m-2.706 2.345L4.62 15.29c.566 1.515 1.528 3.026 2.796 4.294c2.106 2.106 6.108 5.868 8.631 7.922q.206-.158.418-.329" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pink-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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%208.498a8.7%208.7%200%200%200-1.403-1.453C12.675%205.461%209.582%204.207%206%205.998c-6%203-4.5%2010.5%200%2015c2.165%202.165%206.33%206.08%208.923%208.173a1.764%201.764%200%200%200%202.186.04c2.829-2.15%206.696-6.017%208.891-8.213c4.5-4.5%206-12%200-15c-3.581-1.791-6.674-.537-8.596%201.047A8.6%208.6%200%200%200%2016%208.498m-3.872-.708a6%206%200%200%200-.66-.3a5.25%205.25%200%200%200-2.813-.295L22.81%2021.351a431%20431%200%200%200%201.444-1.435zm13.157%2011.035c.483-.57.91-1.177%201.272-1.8l-7.93-8.396A6.6%206.6%200%200%200%2017.6%209.698a2%202%200%200%201-.807.636zM19.89%207.781l7.375%207.809a9.6%209.6%200%200%200%20.594-2.069l-6.317-6.317a5.6%205.6%200%200%200-1.01.285a6%206%200%200%200-.642.292m3.845-.505l4.157%204.156c-.232-1.52-1.09-2.797-2.786-3.645a6.5%206.5%200%200%200-1.37-.511M21.74%2022.4L7.049%207.712l-.154.075A5.7%205.7%200%200%200%205.35%208.89l14.919%2014.92c.498-.471.992-.945%201.47-1.41m-2.569%202.432L4.486%2010.148c-.337.737-.472%201.562-.439%202.444l13.574%2013.621a69%2069%200%200%200%201.55-1.381m-2.706%202.345L4.62%2015.29c.566%201.515%201.528%203.026%202.796%204.294c2.106%202.106%206.108%205.868%208.631%207.922q.206-.158.418-.329%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%208.498a8.7%208.7%200%200%200-1.403-1.453C12.675%205.461%209.582%204.207%206%205.998c-6%203-4.5%2010.5%200%2015c2.165%202.165%206.33%206.08%208.923%208.173a1.764%201.764%200%200%200%202.186.04c2.829-2.15%206.696-6.017%208.891-8.213c4.5-4.5%206-12%200-15c-3.581-1.791-6.674-.537-8.596%201.047A8.6%208.6%200%200%200%2016%208.498m-3.872-.708a6%206%200%200%200-.66-.3a5.25%205.25%200%200%200-2.813-.295L22.81%2021.351a431%20431%200%200%200%201.444-1.435zm13.157%2011.035c.483-.57.91-1.177%201.272-1.8l-7.93-8.396A6.6%206.6%200%200%200%2017.6%209.698a2%202%200%200%201-.807.636zM19.89%207.781l7.375%207.809a9.6%209.6%200%200%200%20.594-2.069l-6.317-6.317a5.6%205.6%200%200%200-1.01.285a6%206%200%200%200-.642.292m3.845-.505l4.157%204.156c-.232-1.52-1.09-2.797-2.786-3.645a6.5%206.5%200%200%200-1.37-.511M21.74%2022.4L7.049%207.712l-.154.075A5.7%205.7%200%200%200%205.35%208.89l14.919%2014.92c.498-.471.992-.945%201.47-1.41m-2.569%202.432L4.486%2010.148c-.337.737-.472%201.562-.439%202.444l13.574%2013.621a69%2069%200%200%200%201.55-1.381m-2.706%202.345L4.62%2015.29c.566%201.515%201.528%203.026%202.796%204.294c2.106%202.106%206.108%205.868%208.631%207.922q.206-.158.418-.329%22%20clip-rule%3D%22evenodd%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/pink-heart.svg?color=%231a73e8&size=48