list heart minimalistic icon

list-heart-minimalistic-bold from Solar by 480 Design · Bold · List · CC-BY-4.0 Attribution required.

Name
list-heart-minimalistic-bold
Set
Solar
Style
Bold
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More list icons from Solar

Use the list heart minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd"/><path d="M13 11.7148C13 13.4673 15.1633 15.3304 16.4901 16.3082C16.9442 16.643 17.1713 16.8103 17.5 16.8103C17.8287 16.8103 18.0558 16.643 18.5099 16.3082C19.8367 15.3304 22 13.4674 22 11.7147C22 9.03758 19.5249 8.03806 17.5 10.1061C15.4751 8.03806 13 9.03758 13 11.7148Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarListHeartMinimalisticBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clipRule="evenodd"/><path d="M13 11.7148C13 13.4673 15.1633 15.3304 16.4901 16.3082C16.9442 16.643 17.1713 16.8103 17.5 16.8103C17.8287 16.8103 18.0558 16.643 18.5099 16.3082C19.8367 15.3304 22 13.4674 22 11.7147C22 9.03758 19.5249 8.03806 17.5 10.1061C15.4751 8.03806 13 9.03758 13 11.7148Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd"/><path d="M13 11.7148C13 13.4673 15.1633 15.3304 16.4901 16.3082C16.9442 16.643 17.1713 16.8103 17.5 16.8103C17.8287 16.8103 18.0558 16.643 18.5099 16.3082C19.8367 15.3304 22 13.4674 22 11.7147C22 9.03758 19.5249 8.03806 17.5 10.1061C15.4751 8.03806 13 9.03758 13 11.7148Z"/></g></svg>
</template>

CSS

.icon-list-heart-minimalistic-bold {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%206C2.25%205.58579%202.58579%205.25%203%205.25H20C20.4142%205.25%2020.75%205.58579%2020.75%206C20.75%206.41421%2020.4142%206.75%2020%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H9C9.41421%2010.25%209.75%2010.5858%209.75%2011C9.75%2011.4142%209.41421%2011.75%209%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H10C10.4142%2015.25%2010.75%2015.5858%2010.75%2016C10.75%2016.4142%2010.4142%2016.75%2010%2016.75H3C2.58579%2016.75%202.25%2016.4142%202.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2011.7148C13%2013.4673%2015.1633%2015.3304%2016.4901%2016.3082C16.9442%2016.643%2017.1713%2016.8103%2017.5%2016.8103C17.8287%2016.8103%2018.0558%2016.643%2018.5099%2016.3082C19.8367%2015.3304%2022%2013.4674%2022%2011.7147C22%209.03758%2019.5249%208.03806%2017.5%2010.1061C15.4751%208.03806%2013%209.03758%2013%2011.7148Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%206C2.25%205.58579%202.58579%205.25%203%205.25H20C20.4142%205.25%2020.75%205.58579%2020.75%206C20.75%206.41421%2020.4142%206.75%2020%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H9C9.41421%2010.25%209.75%2010.5858%209.75%2011C9.75%2011.4142%209.41421%2011.75%209%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H10C10.4142%2015.25%2010.75%2015.5858%2010.75%2016C10.75%2016.4142%2010.4142%2016.75%2010%2016.75H3C2.58579%2016.75%202.25%2016.4142%202.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2011.7148C13%2013.4673%2015.1633%2015.3304%2016.4901%2016.3082C16.9442%2016.643%2017.1713%2016.8103%2017.5%2016.8103C17.8287%2016.8103%2018.0558%2016.643%2018.5099%2016.3082C19.8367%2015.3304%2022%2013.4674%2022%2011.7147C22%209.03758%2019.5249%208.03806%2017.5%2010.1061C15.4751%208.03806%2013%209.03758%2013%2011.7148Z%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-minimalistic-bold.svg?color=%231a73e8&size=48