heart broken icon
heart-broken-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- heart-broken-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the heart broken icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m16.74 10.5l-6.243 6.303a.66.66 0 0 1-.943 0l-6.277-6.34C1.58 8.75 1.573 5.979 3.26 4.273a4.3 4.3 0 0 1 6.127.017l.605.61l.056-.057l.54-.546l.109-.106a4.306 4.306 0 0 1 6.026.121a4.41 4.41 0 0 1 .017 6.187M10.984 5.32l-.03.033l-.195.194l-.409.415l-.047.041L9.307 7l2.313 2.313a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.707-.707l1.646-1.646l-2.313-2.313a.5.5 0 0 1 0-.707l1.04-1.04l-.608-.614a3.3 3.3 0 0 0-4.706-.016c-1.3 1.313-1.298 3.456.015 4.782l6.038 6.099l6.003-6.06l.001-.001a3.41 3.41 0 0 0-.016-4.781A3.306 3.306 0 0 0 11.3 5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartBroken20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m16.74 10.5l-6.243 6.303a.66.66 0 0 1-.943 0l-6.277-6.34C1.58 8.75 1.573 5.979 3.26 4.273a4.3 4.3 0 0 1 6.127.017l.605.61l.056-.057l.54-.546l.109-.106a4.306 4.306 0 0 1 6.026.121a4.41 4.41 0 0 1 .017 6.187M10.984 5.32l-.03.033l-.195.194l-.409.415l-.047.041L9.307 7l2.313 2.313a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.707-.707l1.646-1.646l-2.313-2.313a.5.5 0 0 1 0-.707l1.04-1.04l-.608-.614a3.3 3.3 0 0 0-4.706-.016c-1.3 1.313-1.298 3.456.015 4.782l6.038 6.099l6.003-6.06l.001-.001a3.41 3.41 0 0 0-.016-4.781A3.306 3.306 0 0 0 11.3 5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m16.74 10.5l-6.243 6.303a.66.66 0 0 1-.943 0l-6.277-6.34C1.58 8.75 1.573 5.979 3.26 4.273a4.3 4.3 0 0 1 6.127.017l.605.61l.056-.057l.54-.546l.109-.106a4.306 4.306 0 0 1 6.026.121a4.41 4.41 0 0 1 .017 6.187M10.984 5.32l-.03.033l-.195.194l-.409.415l-.047.041L9.307 7l2.313 2.313a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.707-.707l1.646-1.646l-2.313-2.313a.5.5 0 0 1 0-.707l1.04-1.04l-.608-.614a3.3 3.3 0 0 0-4.706-.016c-1.3 1.313-1.298 3.456.015 4.782l6.038 6.099l6.003-6.06l.001-.001a3.41 3.41 0 0 0-.016-4.781A3.306 3.306 0 0 0 11.3 5z"/></svg> </template>
CSS
.icon-heart-broken-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.74%2010.5l-6.243%206.303a.66.66%200%200%201-.943%200l-6.277-6.34C1.58%208.75%201.573%205.979%203.26%204.273a4.3%204.3%200%200%201%206.127.017l.605.61l.056-.057l.54-.546l.109-.106a4.306%204.306%200%200%201%206.026.121a4.41%204.41%200%200%201%20.017%206.187M10.984%205.32l-.03.033l-.195.194l-.409.415l-.047.041L9.307%207l2.313%202.313a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.707-.707l1.646-1.646l-2.313-2.313a.5.5%200%200%201%200-.707l1.04-1.04l-.608-.614a3.3%203.3%200%200%200-4.706-.016c-1.3%201.313-1.298%203.456.015%204.782l6.038%206.099l6.003-6.06l.001-.001a3.41%203.41%200%200%200-.016-4.781A3.306%203.306%200%200%200%2011.3%205z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.74%2010.5l-6.243%206.303a.66.66%200%200%201-.943%200l-6.277-6.34C1.58%208.75%201.573%205.979%203.26%204.273a4.3%204.3%200%200%201%206.127.017l.605.61l.056-.057l.54-.546l.109-.106a4.306%204.306%200%200%201%206.026.121a4.41%204.41%200%200%201%20.017%206.187M10.984%205.32l-.03.033l-.195.194l-.409.415l-.047.041L9.307%207l2.313%202.313a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.707-.707l1.646-1.646l-2.313-2.313a.5.5%200%200%201%200-.707l1.04-1.04l-.608-.614a3.3%203.3%200%200%200-4.706-.016c-1.3%201.313-1.298%203.456.015%204.782l6.038%206.099l6.003-6.06l.001-.001a3.41%203.41%200%200%200-.016-4.781A3.306%203.306%200%200%200%2011.3%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/heart-broken-20-regular.svg?color=%231a73e8&size=48