broken heart emoji
broken-heart from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- broken-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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the broken heart emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#f92f60"><path d="M15.391 25.744a1 1 0 0 0-.203.607l-.02 3.075a.577.577 0 0 1-.914.465C10.79 27.453 3.83 21.9 2.256 15.77c-1.188-4.633 1.758-10.844 8.859-9.61c1.737.303 3.403 1.528 4.144 2.68c.092.132.264.598.264.598q.007.014.01.025l.01.025l1.393 3.723c.121.334.07.708-.153.981l-.63.8l-.03.035l-.03.035l-1.707 1.78c-.305.324-.366.8-.153 1.184l2.631 4.795a1 1 0 0 1-.08 1.093z"/><path d="M16.929 8.32c.935-.979 2.188-1.876 3.821-2.159c7.201-1.241 10.18 4.954 8.999 9.575c-1.603 6.175-8.752 11.754-12.224 14.156a.585.585 0 0 1-.925-.474l.02-2.432c0-.222.073-.434.206-.605l1.798-2.331a.98.98 0 0 0 .082-1.09l-2.578-4.641a.99.99 0 0 1 .154-1.18l.75-.777q.015-.016.03-.036l.031-.035l1.418-1.756c.216-.272.277-.645.154-.978l-1.828-4.833a.4.4 0 0 1-.031-.152c0-.15.123-.252.123-.252"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatBrokenHeart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#f92f60"><path d="M15.391 25.744a1 1 0 0 0-.203.607l-.02 3.075a.577.577 0 0 1-.914.465C10.79 27.453 3.83 21.9 2.256 15.77c-1.188-4.633 1.758-10.844 8.859-9.61c1.737.303 3.403 1.528 4.144 2.68c.092.132.264.598.264.598q.007.014.01.025l.01.025l1.393 3.723c.121.334.07.708-.153.981l-.63.8l-.03.035l-.03.035l-1.707 1.78c-.305.324-.366.8-.153 1.184l2.631 4.795a1 1 0 0 1-.08 1.093z"/><path d="M16.929 8.32c.935-.979 2.188-1.876 3.821-2.159c7.201-1.241 10.18 4.954 8.999 9.575c-1.603 6.175-8.752 11.754-12.224 14.156a.585.585 0 0 1-.925-.474l.02-2.432c0-.222.073-.434.206-.605l1.798-2.331a.98.98 0 0 0 .082-1.09l-2.578-4.641a.99.99 0 0 1 .154-1.18l.75-.777q.015-.016.03-.036l.031-.035l1.418-1.756c.216-.272.277-.645.154-.978l-1.828-4.833a.4.4 0 0 1-.031-.152c0-.15.123-.252.123-.252"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#f92f60"><path d="M15.391 25.744a1 1 0 0 0-.203.607l-.02 3.075a.577.577 0 0 1-.914.465C10.79 27.453 3.83 21.9 2.256 15.77c-1.188-4.633 1.758-10.844 8.859-9.61c1.737.303 3.403 1.528 4.144 2.68c.092.132.264.598.264.598q.007.014.01.025l.01.025l1.393 3.723c.121.334.07.708-.153.981l-.63.8l-.03.035l-.03.035l-1.707 1.78c-.305.324-.366.8-.153 1.184l2.631 4.795a1 1 0 0 1-.08 1.093z"/><path d="M16.929 8.32c.935-.979 2.188-1.876 3.821-2.159c7.201-1.241 10.18 4.954 8.999 9.575c-1.603 6.175-8.752 11.754-12.224 14.156a.585.585 0 0 1-.925-.474l.02-2.432c0-.222.073-.434.206-.605l1.798-2.331a.98.98 0 0 0 .082-1.09l-2.578-4.641a.99.99 0 0 1 .154-1.18l.75-.777q.015-.016.03-.036l.031-.035l1.418-1.756c.216-.272.277-.645.154-.978l-1.828-4.833a.4.4 0 0 1-.031-.152c0-.15.123-.252.123-.252"/></g></svg> </template>
CSS
.icon-broken-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%22%23f92f60%22%3E%3Cpath%20d%3D%22M15.391%2025.744a1%201%200%200%200-.203.607l-.02%203.075a.577.577%200%200%201-.914.465C10.79%2027.453%203.83%2021.9%202.256%2015.77c-1.188-4.633%201.758-10.844%208.859-9.61c1.737.303%203.403%201.528%204.144%202.68c.092.132.264.598.264.598q.007.014.01.025l.01.025l1.393%203.723c.121.334.07.708-.153.981l-.63.8l-.03.035l-.03.035l-1.707%201.78c-.305.324-.366.8-.153%201.184l2.631%204.795a1%201%200%200%201-.08%201.093z%22%2F%3E%3Cpath%20d%3D%22M16.929%208.32c.935-.979%202.188-1.876%203.821-2.159c7.201-1.241%2010.18%204.954%208.999%209.575c-1.603%206.175-8.752%2011.754-12.224%2014.156a.585.585%200%200%201-.925-.474l.02-2.432c0-.222.073-.434.206-.605l1.798-2.331a.98.98%200%200%200%20.082-1.09l-2.578-4.641a.99.99%200%200%201%20.154-1.18l.75-.777q.015-.016.03-.036l.031-.035l1.418-1.756c.216-.272.277-.645.154-.978l-1.828-4.833a.4.4%200%200%201-.031-.152c0-.15.123-.252.123-.252%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%22%23f92f60%22%3E%3Cpath%20d%3D%22M15.391%2025.744a1%201%200%200%200-.203.607l-.02%203.075a.577.577%200%200%201-.914.465C10.79%2027.453%203.83%2021.9%202.256%2015.77c-1.188-4.633%201.758-10.844%208.859-9.61c1.737.303%203.403%201.528%204.144%202.68c.092.132.264.598.264.598q.007.014.01.025l.01.025l1.393%203.723c.121.334.07.708-.153.981l-.63.8l-.03.035l-.03.035l-1.707%201.78c-.305.324-.366.8-.153%201.184l2.631%204.795a1%201%200%200%201-.08%201.093z%22%2F%3E%3Cpath%20d%3D%22M16.929%208.32c.935-.979%202.188-1.876%203.821-2.159c7.201-1.241%2010.18%204.954%208.999%209.575c-1.603%206.175-8.752%2011.754-12.224%2014.156a.585.585%200%200%201-.925-.474l.02-2.432c0-.222.073-.434.206-.605l1.798-2.331a.98.98%200%200%200%20.082-1.09l-2.578-4.641a.99.99%200%200%201%20.154-1.18l.75-.777q.015-.016.03-.036l.031-.035l1.418-1.756c.216-.272.277-.645.154-.978l-1.828-4.833a.4.4%200%200%201-.031-.152c0-.15.123-.252.123-.252%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/broken-heart.svg?color=%231a73e8&size=48