shopping bag icon

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

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

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the shopping bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.0572 7H19.9428M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11M6.1 4.2C6.66656 3.44458 7.55573 3 8.5 3H15.5C16.4443 3 17.3334 3.44458 17.9 4.2L19.8 6.73333C19.9298 6.90643 20 7.11696 20 7.33333V18C20 19.6569 18.6569 21 17 21H7C5.34315 21 4 19.6569 4 18V7.33333C4 7.11696 4.07018 6.90643 4.2 6.73333L6.1 4.2Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsShoppingBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4.0572 7H19.9428M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11M6.1 4.2C6.66656 3.44458 7.55573 3 8.5 3H15.5C16.4443 3 17.3334 3.44458 17.9 4.2L19.8 6.73333C19.9298 6.90643 20 7.11696 20 7.33333V18C20 19.6569 18.6569 21 17 21H7C5.34315 21 4 19.6569 4 18V7.33333C4 7.11696 4.07018 6.90643 4.2 6.73333L6.1 4.2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.0572 7H19.9428M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11M6.1 4.2C6.66656 3.44458 7.55573 3 8.5 3H15.5C16.4443 3 17.3334 3.44458 17.9 4.2L19.8 6.73333C19.9298 6.90643 20 7.11696 20 7.33333V18C20 19.6569 18.6569 21 17 21H7C5.34315 21 4 19.6569 4 18V7.33333C4 7.11696 4.07018 6.90643 4.2 6.73333L6.1 4.2Z"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.0572%207H19.9428M15%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011M6.1%204.2C6.66656%203.44458%207.55573%203%208.5%203H15.5C16.4443%203%2017.3334%203.44458%2017.9%204.2L19.8%206.73333C19.9298%206.90643%2020%207.11696%2020%207.33333V18C20%2019.6569%2018.6569%2021%2017%2021H7C5.34315%2021%204%2019.6569%204%2018V7.33333C4%207.11696%204.07018%206.90643%204.2%206.73333L6.1%204.2Z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.0572%207H19.9428M15%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011M6.1%204.2C6.66656%203.44458%207.55573%203%208.5%203H15.5C16.4443%203%2017.3334%203.44458%2017.9%204.2L19.8%206.73333C19.9298%206.90643%2020%207.11696%2020%207.33333V18C20%2019.6569%2018.6569%2021%2017%2021H7C5.34315%2021%204%2019.6569%204%2018V7.33333C4%207.11696%204.07018%206.90643%204.2%206.73333L6.1%204.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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