bag heart icon

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

Name
bag-heart-linear
Set
Solar
Style
Linear
Category
Shopping
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More shopping icons from Solar

Use the bag 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 d="M3.74181 20.5545C3.74181 20.5545 3.74181 20.5545 3.74181 20.5545C4.94143 22 7.17414 22 11.6395 22H12.3607C16.8261 22 19.0589 22 20.2585 20.5545M3.74181 20.5545C2.54219 19.1091 2.95365 16.9146 3.77657 12.5257C4.36179 9.40452 4.65441 7.84393 5.7653 6.92196M20.2585 20.5545C20.2585 20.5545 20.2585 20.5545 20.2585 20.5545C21.4581 19.1091 21.0466 16.9146 20.2237 12.5257C19.6385 9.40452 19.3459 7.84393 18.235 6.92196M18.235 6.92196C18.235 6.92196 18.235 6.92196 18.235 6.92196C17.1241 6 15.5363 6 12.3607 6H11.6395C8.46398 6 6.8762 6 5.7653 6.92196C5.7653 6.92196 5.7653 6.92196 5.7653 6.92196"/><path stroke-linecap="round" d="M9 13.1967C9 14.1812 10.1649 15.2213 11.0429 15.8656C11.4626 16.1736 11.6725 16.3276 12 16.3276C12.3275 16.3276 12.5374 16.1736 12.9571 15.8656C13.8352 15.2214 15 14.1812 15 13.1967C15 11.5235 13.35 10.8988 12 12.1913C10.65 10.8988 9 11.5235 9 13.1967Z"/><path stroke-linecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBagHeartLinear(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 d="M3.74181 20.5545C3.74181 20.5545 3.74181 20.5545 3.74181 20.5545C4.94143 22 7.17414 22 11.6395 22H12.3607C16.8261 22 19.0589 22 20.2585 20.5545M3.74181 20.5545C2.54219 19.1091 2.95365 16.9146 3.77657 12.5257C4.36179 9.40452 4.65441 7.84393 5.7653 6.92196M20.2585 20.5545C20.2585 20.5545 20.2585 20.5545 20.2585 20.5545C21.4581 19.1091 21.0466 16.9146 20.2237 12.5257C19.6385 9.40452 19.3459 7.84393 18.235 6.92196M18.235 6.92196C18.235 6.92196 18.235 6.92196 18.235 6.92196C17.1241 6 15.5363 6 12.3607 6H11.6395C8.46398 6 6.8762 6 5.7653 6.92196C5.7653 6.92196 5.7653 6.92196 5.7653 6.92196"/><path strokeLinecap="round" d="M9 13.1967C9 14.1812 10.1649 15.2213 11.0429 15.8656C11.4626 16.1736 11.6725 16.3276 12 16.3276C12.3275 16.3276 12.5374 16.1736 12.9571 15.8656C13.8352 15.2214 15 14.1812 15 13.1967C15 11.5235 13.35 10.8988 12 12.1913C10.65 10.8988 9 11.5235 9 13.1967Z"/><path strokeLinecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/></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 d="M3.74181 20.5545C3.74181 20.5545 3.74181 20.5545 3.74181 20.5545C4.94143 22 7.17414 22 11.6395 22H12.3607C16.8261 22 19.0589 22 20.2585 20.5545M3.74181 20.5545C2.54219 19.1091 2.95365 16.9146 3.77657 12.5257C4.36179 9.40452 4.65441 7.84393 5.7653 6.92196M20.2585 20.5545C20.2585 20.5545 20.2585 20.5545 20.2585 20.5545C21.4581 19.1091 21.0466 16.9146 20.2237 12.5257C19.6385 9.40452 19.3459 7.84393 18.235 6.92196M18.235 6.92196C18.235 6.92196 18.235 6.92196 18.235 6.92196C17.1241 6 15.5363 6 12.3607 6H11.6395C8.46398 6 6.8762 6 5.7653 6.92196C5.7653 6.92196 5.7653 6.92196 5.7653 6.92196"/><path stroke-linecap="round" d="M9 13.1967C9 14.1812 10.1649 15.2213 11.0429 15.8656C11.4626 16.1736 11.6725 16.3276 12 16.3276C12.3275 16.3276 12.5374 16.1736 12.9571 15.8656C13.8352 15.2214 15 14.1812 15 13.1967C15 11.5235 13.35 10.8988 12 12.1913C10.65 10.8988 9 11.5235 9 13.1967Z"/><path stroke-linecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/></g></svg>
</template>

CSS

.icon-bag-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%20d%3D%22M3.74181%2020.5545C3.74181%2020.5545%203.74181%2020.5545%203.74181%2020.5545C4.94143%2022%207.17414%2022%2011.6395%2022H12.3607C16.8261%2022%2019.0589%2022%2020.2585%2020.5545M3.74181%2020.5545C2.54219%2019.1091%202.95365%2016.9146%203.77657%2012.5257C4.36179%209.40452%204.65441%207.84393%205.7653%206.92196M20.2585%2020.5545C20.2585%2020.5545%2020.2585%2020.5545%2020.2585%2020.5545C21.4581%2019.1091%2021.0466%2016.9146%2020.2237%2012.5257C19.6385%209.40452%2019.3459%207.84393%2018.235%206.92196M18.235%206.92196C18.235%206.92196%2018.235%206.92196%2018.235%206.92196C17.1241%206%2015.5363%206%2012.3607%206H11.6395C8.46398%206%206.8762%206%205.7653%206.92196C5.7653%206.92196%205.7653%206.92196%205.7653%206.92196%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013.1967C9%2014.1812%2010.1649%2015.2213%2011.0429%2015.8656C11.4626%2016.1736%2011.6725%2016.3276%2012%2016.3276C12.3275%2016.3276%2012.5374%2016.1736%2012.9571%2015.8656C13.8352%2015.2214%2015%2014.1812%2015%2013.1967C15%2011.5235%2013.35%2010.8988%2012%2012.1913C10.65%2010.8988%209%2011.5235%209%2013.1967Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%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%20d%3D%22M3.74181%2020.5545C3.74181%2020.5545%203.74181%2020.5545%203.74181%2020.5545C4.94143%2022%207.17414%2022%2011.6395%2022H12.3607C16.8261%2022%2019.0589%2022%2020.2585%2020.5545M3.74181%2020.5545C2.54219%2019.1091%202.95365%2016.9146%203.77657%2012.5257C4.36179%209.40452%204.65441%207.84393%205.7653%206.92196M20.2585%2020.5545C20.2585%2020.5545%2020.2585%2020.5545%2020.2585%2020.5545C21.4581%2019.1091%2021.0466%2016.9146%2020.2237%2012.5257C19.6385%209.40452%2019.3459%207.84393%2018.235%206.92196M18.235%206.92196C18.235%206.92196%2018.235%206.92196%2018.235%206.92196C17.1241%206%2015.5363%206%2012.3607%206H11.6395C8.46398%206%206.8762%206%205.7653%206.92196C5.7653%206.92196%205.7653%206.92196%205.7653%206.92196%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013.1967C9%2014.1812%2010.1649%2015.2213%2011.0429%2015.8656C11.4626%2016.1736%2011.6725%2016.3276%2012%2016.3276C12.3275%2016.3276%2012.5374%2016.1736%2012.9571%2015.8656C13.8352%2015.2214%2015%2014.1812%2015%2013.1967C15%2011.5235%2013.35%2010.8988%2012%2012.1913C10.65%2010.8988%209%2011.5235%209%2013.1967Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%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/bag-heart-linear.svg?color=%231a73e8&size=48