shopping bag 02 icon

shopping-bag-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
shopping-bag-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the shopping bag 02 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="m17.5 8.75l-2.455 10.803a1.8 1.8 0 0 0 1.753 2.197H18"/><path d="M19.22 21.75H4.78a1.78 1.78 0 0 1-1.727-2.213l2.19-8.757c.363-1.455.545-2.183 1.088-2.606c.542-.424 1.292-.424 2.792-.424h5.754c1.5 0 2.25 0 2.792.424c.543.423.725 1.15 1.088 2.606l2.19 8.757a1.782 1.782 0 0 1-1.728 2.213"/><path d="M15 7.75v-2a3 3 0 1 0-6 0v2m1 3h2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShoppingBag02(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="m17.5 8.75l-2.455 10.803a1.8 1.8 0 0 0 1.753 2.197H18"/><path d="M19.22 21.75H4.78a1.78 1.78 0 0 1-1.727-2.213l2.19-8.757c.363-1.455.545-2.183 1.088-2.606c.542-.424 1.292-.424 2.792-.424h5.754c1.5 0 2.25 0 2.792.424c.543.423.725 1.15 1.088 2.606l2.19 8.757a1.782 1.782 0 0 1-1.728 2.213"/><path d="M15 7.75v-2a3 3 0 1 0-6 0v2m1 3h2.5"/></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="m17.5 8.75l-2.455 10.803a1.8 1.8 0 0 0 1.753 2.197H18"/><path d="M19.22 21.75H4.78a1.78 1.78 0 0 1-1.727-2.213l2.19-8.757c.363-1.455.545-2.183 1.088-2.606c.542-.424 1.292-.424 2.792-.424h5.754c1.5 0 2.25 0 2.792.424c.543.423.725 1.15 1.088 2.606l2.19 8.757a1.782 1.782 0 0 1-1.728 2.213"/><path d="M15 7.75v-2a3 3 0 1 0-6 0v2m1 3h2.5"/></g></svg>
</template>

CSS

.icon-shopping-bag-02 {
  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%22m17.5%208.75l-2.455%2010.803a1.8%201.8%200%200%200%201.753%202.197H18%22%2F%3E%3Cpath%20d%3D%22M19.22%2021.75H4.78a1.78%201.78%200%200%201-1.727-2.213l2.19-8.757c.363-1.455.545-2.183%201.088-2.606c.542-.424%201.292-.424%202.792-.424h5.754c1.5%200%202.25%200%202.792.424c.543.423.725%201.15%201.088%202.606l2.19%208.757a1.782%201.782%200%200%201-1.728%202.213%22%2F%3E%3Cpath%20d%3D%22M15%207.75v-2a3%203%200%201%200-6%200v2m1%203h2.5%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%22m17.5%208.75l-2.455%2010.803a1.8%201.8%200%200%200%201.753%202.197H18%22%2F%3E%3Cpath%20d%3D%22M19.22%2021.75H4.78a1.78%201.78%200%200%201-1.727-2.213l2.19-8.757c.363-1.455.545-2.183%201.088-2.606c.542-.424%201.292-.424%202.792-.424h5.754c1.5%200%202.25%200%202.792.424c.543.423.725%201.15%201.088%202.606l2.19%208.757a1.782%201.782%200%200%201-1.728%202.213%22%2F%3E%3Cpath%20d%3D%22M15%207.75v-2a3%203%200%201%200-6%200v2m1%203h2.5%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-bag-02.svg?color=%231a73e8&size=48