heart decoration emoji
heart-decoration from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- heart-decoration
- 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 heart decoration emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4zm10 9.54s1.41-2.17 3.24-2.49c4.54-.79 6.41 3.18 5.65 6.13c-1.35 5.27-8.89 9.87-8.89 9.87s-7.54-4.6-8.89-9.86c-.75-2.95 1.12-6.93 5.65-6.13c1.83.32 3.24 2.48 3.24 2.48"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastHeartDecoration(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="M6 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4zm10 9.54s1.41-2.17 3.24-2.49c4.54-.79 6.41 3.18 5.65 6.13c-1.35 5.27-8.89 9.87-8.89 9.87s-7.54-4.6-8.89-9.86c-.75-2.95 1.12-6.93 5.65-6.13c1.83.32 3.24 2.48 3.24 2.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4zm10 9.54s1.41-2.17 3.24-2.49c4.54-.79 6.41 3.18 5.65 6.13c-1.35 5.27-8.89 9.87-8.89 9.87s-7.54-4.6-8.89-9.86c-.75-2.95 1.12-6.93 5.65-6.13c1.83.32 3.24 2.48 3.24 2.48"/></svg> </template>
CSS
.icon-heart-decoration {
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%22M6%202a4%204%200%200%200-4%204v20a4%204%200%200%200%204%204h20a4%204%200%200%200%204-4V6a4%204%200%200%200-4-4zm10%209.54s1.41-2.17%203.24-2.49c4.54-.79%206.41%203.18%205.65%206.13c-1.35%205.27-8.89%209.87-8.89%209.87s-7.54-4.6-8.89-9.86c-.75-2.95%201.12-6.93%205.65-6.13c1.83.32%203.24%202.48%203.24%202.48%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%22M6%202a4%204%200%200%200-4%204v20a4%204%200%200%200%204%204h20a4%204%200%200%200%204-4V6a4%204%200%200%200-4-4zm10%209.54s1.41-2.17%203.24-2.49c4.54-.79%206.41%203.18%205.65%206.13c-1.35%205.27-8.89%209.87-8.89%209.87s-7.54-4.6-8.89-9.86c-.75-2.95%201.12-6.93%205.65-6.13c1.83.32%203.24%202.48%203.24%202.48%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/heart-decoration.svg?color=%231a73e8&size=48