list heart icon
list-heart-broken from Solar by 480 Design · Broken · List · CC-BY-4.0 Attribution required.
- Name
- list-heart-broken
- Set
- Solar
- Style
- Broken
- Category
- List
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More list icons from Solar
bill-2-boldchecklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-down-minimalistic-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-check-minimalistic-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-2-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-boldsort-alphabetically-bold
Use the list heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M14 15.0361C14 16.2709 15.4849 17.5789 16.5203 18.3408C16.9546 18.6603 17.1717 18.8201 17.5 18.8201C17.8283 18.8201 18.0454 18.6603 18.4797 18.3408C19.5151 17.5789 21 16.2709 21 15.0361C21 13.0282 19.0749 12.2786 17.5 13.8296C15.9251 12.2786 14 13.0282 14 15.0361Z"/><path stroke-linecap="round" d="M10 14H3"/><path stroke-linecap="round" d="M10 18H3"/><path stroke-linecap="round" d="M3 6L13.5 6M20 6L17.75 6"/><path stroke-linecap="round" d="M20 10L9.5 10M3 10H5.25"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarListHeartBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M14 15.0361C14 16.2709 15.4849 17.5789 16.5203 18.3408C16.9546 18.6603 17.1717 18.8201 17.5 18.8201C17.8283 18.8201 18.0454 18.6603 18.4797 18.3408C19.5151 17.5789 21 16.2709 21 15.0361C21 13.0282 19.0749 12.2786 17.5 13.8296C15.9251 12.2786 14 13.0282 14 15.0361Z"/><path strokeLinecap="round" d="M10 14H3"/><path strokeLinecap="round" d="M10 18H3"/><path strokeLinecap="round" d="M3 6L13.5 6M20 6L17.75 6"/><path strokeLinecap="round" d="M20 10L9.5 10M3 10H5.25"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M14 15.0361C14 16.2709 15.4849 17.5789 16.5203 18.3408C16.9546 18.6603 17.1717 18.8201 17.5 18.8201C17.8283 18.8201 18.0454 18.6603 18.4797 18.3408C19.5151 17.5789 21 16.2709 21 15.0361C21 13.0282 19.0749 12.2786 17.5 13.8296C15.9251 12.2786 14 13.0282 14 15.0361Z"/><path stroke-linecap="round" d="M10 14H3"/><path stroke-linecap="round" d="M10 18H3"/><path stroke-linecap="round" d="M3 6L13.5 6M20 6L17.75 6"/><path stroke-linecap="round" d="M20 10L9.5 10M3 10H5.25"/></g></svg> </template>
CSS
.icon-list-heart-broken {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2015.0361C14%2016.2709%2015.4849%2017.5789%2016.5203%2018.3408C16.9546%2018.6603%2017.1717%2018.8201%2017.5%2018.8201C17.8283%2018.8201%2018.0454%2018.6603%2018.4797%2018.3408C19.5151%2017.5789%2021%2016.2709%2021%2015.0361C21%2013.0282%2019.0749%2012.2786%2017.5%2013.8296C15.9251%2012.2786%2014%2013.0282%2014%2015.0361Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2014H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2018H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%206L13.5%206M20%206L17.75%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010L9.5%2010M3%2010H5.25%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2015.0361C14%2016.2709%2015.4849%2017.5789%2016.5203%2018.3408C16.9546%2018.6603%2017.1717%2018.8201%2017.5%2018.8201C17.8283%2018.8201%2018.0454%2018.6603%2018.4797%2018.3408C19.5151%2017.5789%2021%2016.2709%2021%2015.0361C21%2013.0282%2019.0749%2012.2786%2017.5%2013.8296C15.9251%2012.2786%2014%2013.0282%2014%2015.0361Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2014H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2018H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%206L13.5%206M20%206L17.75%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010L9.5%2010M3%2010H5.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/list-heart-broken.svg?color=%231a73e8&size=48