shopping cart favorite 01 icon

shopping-cart-favorite-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
shopping-cart-favorite-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the shopping cart favorite 01 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.5 20.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M2 3h.207c1.324 0 1.987 0 2.419.402s.479 1.063.573 2.384l.251 3.519c.142 1.989.213 2.983.515 3.791a6 6 0 0 0 3.931 3.661c.828.243 1.83.243 3.836.243c2.105 0 3.158 0 4.01-.258a6 6 0 0 0 4-4c.2-.663.245-1.443.255-2.742M12 6H5.5"/><path d="M18.5 9S15 6.882 15 4.833C15 3.821 15.737 3 16.75 3c.525 0 1.05.176 1.75.882c.7-.706 1.225-.882 1.75-.882C21.263 3 22 3.82 22 4.833C22 6.883 18.5 9 18.5 9"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShoppingCartFavorite01(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.5 20.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M2 3h.207c1.324 0 1.987 0 2.419.402s.479 1.063.573 2.384l.251 3.519c.142 1.989.213 2.983.515 3.791a6 6 0 0 0 3.931 3.661c.828.243 1.83.243 3.836.243c2.105 0 3.158 0 4.01-.258a6 6 0 0 0 4-4c.2-.663.245-1.443.255-2.742M12 6H5.5"/><path d="M18.5 9S15 6.882 15 4.833C15 3.821 15.737 3 16.75 3c.525 0 1.05.176 1.75.882c.7-.706 1.225-.882 1.75-.882C21.263 3 22 3.82 22 4.833C22 6.883 18.5 9 18.5 9"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.5 20.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M2 3h.207c1.324 0 1.987 0 2.419.402s.479 1.063.573 2.384l.251 3.519c.142 1.989.213 2.983.515 3.791a6 6 0 0 0 3.931 3.661c.828.243 1.83.243 3.836.243c2.105 0 3.158 0 4.01-.258a6 6 0 0 0 4-4c.2-.663.245-1.443.255-2.742M12 6H5.5"/><path d="M18.5 9S15 6.882 15 4.833C15 3.821 15.737 3 16.75 3c.525 0 1.05.176 1.75.882c.7-.706 1.225-.882 1.75-.882C21.263 3 22 3.82 22 4.833C22 6.883 18.5 9 18.5 9"/></g></svg>
</template>

CSS

.icon-shopping-cart-favorite-01 {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.5%2020.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M2%203h.207c1.324%200%201.987%200%202.419.402s.479%201.063.573%202.384l.251%203.519c.142%201.989.213%202.983.515%203.791a6%206%200%200%200%203.931%203.661c.828.243%201.83.243%203.836.243c2.105%200%203.158%200%204.01-.258a6%206%200%200%200%204-4c.2-.663.245-1.443.255-2.742M12%206H5.5%22%2F%3E%3Cpath%20d%3D%22M18.5%209S15%206.882%2015%204.833C15%203.821%2015.737%203%2016.75%203c.525%200%201.05.176%201.75.882c.7-.706%201.225-.882%201.75-.882C21.263%203%2022%203.82%2022%204.833C22%206.883%2018.5%209%2018.5%209%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.5%2020.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M2%203h.207c1.324%200%201.987%200%202.419.402s.479%201.063.573%202.384l.251%203.519c.142%201.989.213%202.983.515%203.791a6%206%200%200%200%203.931%203.661c.828.243%201.83.243%203.836.243c2.105%200%203.158%200%204.01-.258a6%206%200%200%200%204-4c.2-.663.245-1.443.255-2.742M12%206H5.5%22%2F%3E%3Cpath%20d%3D%22M18.5%209S15%206.882%2015%204.833C15%203.821%2015.737%203%2016.75%203c.525%200%201.05.176%201.75.882c.7-.706%201.225-.882%201.75-.882C21.263%203%2022%203.82%2022%204.833C22%206.883%2018.5%209%2018.5%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/shopping-cart-favorite-01.svg?color=%231a73e8&size=48