heart decoration emoji
heart-decoration from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- heart-decoration
- 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
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"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#f4f4f4" d="M19.24 9.05c-1.83.32-3.24 2.49-3.24 2.49s-1.41-2.16-3.24-2.48c-4.53-.8-6.4 3.18-5.65 6.13C8.46 20.45 16 25.05 16 25.05s7.54-4.6 8.89-9.87c.76-2.95-1.11-6.92-5.65-6.13"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatHeartDecoration(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="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#f4f4f4" d="M19.24 9.05c-1.83.32-3.24 2.49-3.24 2.49s-1.41-2.16-3.24-2.48c-4.53-.8-6.4 3.18-5.65 6.13C8.46 20.45 16 25.05 16 25.05s7.54-4.6 8.89-9.87c.76-2.95-1.11-6.92-5.65-6.13"/></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="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#f4f4f4" d="M19.24 9.05c-1.83.32-3.24 2.49-3.24 2.49s-1.41-2.16-3.24-2.48c-4.53-.8-6.4 3.18-5.65 6.13C8.46 20.45 16 25.05 16 25.05s7.54-4.6 8.89-9.87c.76-2.95-1.11-6.92-5.65-6.13"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M19.24%209.05c-1.83.32-3.24%202.49-3.24%202.49s-1.41-2.16-3.24-2.48c-4.53-.8-6.4%203.18-5.65%206.13C8.46%2020.45%2016%2025.05%2016%2025.05s7.54-4.6%208.89-9.87c.76-2.95-1.11-6.92-5.65-6.13%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%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M19.24%209.05c-1.83.32-3.24%202.49-3.24%202.49s-1.41-2.16-3.24-2.48c-4.53-.8-6.4%203.18-5.65%206.13C8.46%2020.45%2016%2025.05%2016%2025.05s7.54-4.6%208.89-9.87c.76-2.95-1.11-6.92-5.65-6.13%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/heart-decoration.svg?color=%231a73e8&size=48