shopping bag icon

shopping-bag from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
shopping-bag
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All shopping bag icons →

More newicons icons from Reicon

Use the shopping bag 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="M8.4 6.5h7.2c3.4 0 3.74 1.59 3.97 3.53l.9 7.5C20.76 19.99 20 22 16.5 22H7.51C4 22 3.24 19.99 3.54 17.53l.9-7.5C4.66 8.09 5 6.5 8.4 6.5"/><path d="M8 8V4.5C8 3 9 2 10.5 2h3C15 2 16 3 16 4.5V8m4.41 9.03H8"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShoppingBag(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="M8.4 6.5h7.2c3.4 0 3.74 1.59 3.97 3.53l.9 7.5C20.76 19.99 20 22 16.5 22H7.51C4 22 3.24 19.99 3.54 17.53l.9-7.5C4.66 8.09 5 6.5 8.4 6.5"/><path d="M8 8V4.5C8 3 9 2 10.5 2h3C15 2 16 3 16 4.5V8m4.41 9.03H8"/></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="M8.4 6.5h7.2c3.4 0 3.74 1.59 3.97 3.53l.9 7.5C20.76 19.99 20 22 16.5 22H7.51C4 22 3.24 19.99 3.54 17.53l.9-7.5C4.66 8.09 5 6.5 8.4 6.5"/><path d="M8 8V4.5C8 3 9 2 10.5 2h3C15 2 16 3 16 4.5V8m4.41 9.03H8"/></g></svg>
</template>

CSS

.icon-shopping-bag {
  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%22M8.4%206.5h7.2c3.4%200%203.74%201.59%203.97%203.53l.9%207.5C20.76%2019.99%2020%2022%2016.5%2022H7.51C4%2022%203.24%2019.99%203.54%2017.53l.9-7.5C4.66%208.09%205%206.5%208.4%206.5%22%2F%3E%3Cpath%20d%3D%22M8%208V4.5C8%203%209%202%2010.5%202h3C15%202%2016%203%2016%204.5V8m4.41%209.03H8%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%22M8.4%206.5h7.2c3.4%200%203.74%201.59%203.97%203.53l.9%207.5C20.76%2019.99%2020%2022%2016.5%2022H7.51C4%2022%203.24%2019.99%203.54%2017.53l.9-7.5C4.66%208.09%205%206.5%208.4%206.5%22%2F%3E%3Cpath%20d%3D%22M8%208V4.5C8%203%209%202%2010.5%202h3C15%202%2016%203%2016%204.5V8m4.41%209.03H8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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