list heart icon

list-heart-linear from Solar by 480 Design · Linear · List · CC-BY-4.0 Attribution required.

Name
list-heart-linear
Set
Solar
Style
Linear
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

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="M21 6L3 6"/><path stroke-linecap="round" d="M21 10L3 10"/><path stroke-linecap="round" d="M10 14H3"/><path stroke-linecap="round" d="M10 18H3"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarListHeartLinear(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="M21 6L3 6"/><path strokeLinecap="round" d="M21 10L3 10"/><path strokeLinecap="round" d="M10 14H3"/><path strokeLinecap="round" d="M10 18H3"/></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="M21 6L3 6"/><path stroke-linecap="round" d="M21 10L3 10"/><path stroke-linecap="round" d="M10 14H3"/><path stroke-linecap="round" d="M10 18H3"/></g></svg>
</template>

CSS

.icon-list-heart-linear {
  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%22M21%206L3%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010L3%2010%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%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%22M21%206L3%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010L3%2010%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/list-heart-linear.svg?color=%231a73e8&size=48