shopping bag icon

shopping-bag from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
shopping-bag
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime 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="currentColor" d="M19.5 8.25h-3v-.5a4.5 4.5 0 0 0-9 0v.5h-3A1.25 1.25 0 0 0 3.25 9.5V18A2.75 2.75 0 0 0 6 20.75h12A2.75 2.75 0 0 0 20.75 18V9.5a1.25 1.25 0 0 0-1.25-1.25M9 7.75a3 3 0 0 1 6 0v.5H9ZM19.25 18A1.25 1.25 0 0 1 18 19.25H6A1.25 1.25 0 0 1 4.75 18V9.75H7.5V12A.75.75 0 0 0 9 12V9.75h6V12a.75.75 0 0 0 1.5 0V9.75h2.75Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeShoppingBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 8.25h-3v-.5a4.5 4.5 0 0 0-9 0v.5h-3A1.25 1.25 0 0 0 3.25 9.5V18A2.75 2.75 0 0 0 6 20.75h12A2.75 2.75 0 0 0 20.75 18V9.5a1.25 1.25 0 0 0-1.25-1.25M9 7.75a3 3 0 0 1 6 0v.5H9ZM19.25 18A1.25 1.25 0 0 1 18 19.25H6A1.25 1.25 0 0 1 4.75 18V9.75H7.5V12A.75.75 0 0 0 9 12V9.75h6V12a.75.75 0 0 0 1.5 0V9.75h2.75Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 8.25h-3v-.5a4.5 4.5 0 0 0-9 0v.5h-3A1.25 1.25 0 0 0 3.25 9.5V18A2.75 2.75 0 0 0 6 20.75h12A2.75 2.75 0 0 0 20.75 18V9.5a1.25 1.25 0 0 0-1.25-1.25M9 7.75a3 3 0 0 1 6 0v.5H9ZM19.25 18A1.25 1.25 0 0 1 18 19.25H6A1.25 1.25 0 0 1 4.75 18V9.75H7.5V12A.75.75 0 0 0 9 12V9.75h6V12a.75.75 0 0 0 1.5 0V9.75h2.75Z"/></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%22currentColor%22%20d%3D%22M19.5%208.25h-3v-.5a4.5%204.5%200%200%200-9%200v.5h-3A1.25%201.25%200%200%200%203.25%209.5V18A2.75%202.75%200%200%200%206%2020.75h12A2.75%202.75%200%200%200%2020.75%2018V9.5a1.25%201.25%200%200%200-1.25-1.25M9%207.75a3%203%200%200%201%206%200v.5H9ZM19.25%2018A1.25%201.25%200%200%201%2018%2019.25H6A1.25%201.25%200%200%201%204.75%2018V9.75H7.5V12A.75.75%200%200%200%209%2012V9.75h6V12a.75.75%200%200%200%201.5%200V9.75h2.75Z%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%22currentColor%22%20d%3D%22M19.5%208.25h-3v-.5a4.5%204.5%200%200%200-9%200v.5h-3A1.25%201.25%200%200%200%203.25%209.5V18A2.75%202.75%200%200%200%206%2020.75h12A2.75%202.75%200%200%200%2020.75%2018V9.5a1.25%201.25%200%200%200-1.25-1.25M9%207.75a3%203%200%200%201%206%200v.5H9ZM19.25%2018A1.25%201.25%200%200%201%2018%2019.25H6A1.25%201.25%200%200%201%204.75%2018V9.75H7.5V12A.75.75%200%200%200%209%2012V9.75h6V12a.75.75%200%200%200%201.5%200V9.75h2.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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