shopping bag icon

shopping-bag-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
shopping-bag-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage 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="M20.165 6.041a.3.3 0 0 0 0-.1a.4.4 0 0 0 0-.09a.7.7 0 0 0-.12-.17l-3.14-3.13a1.8 1.8 0 0 0-.62-.41a1.5 1.5 0 0 0-.73-.14h-7.12a1.9 1.9 0 0 0-.73.14a1.8 1.8 0 0 0-.62.41l-3.13 3.13a.78.78 0 0 0-.22.52v12.15a3.64 3.64 0 0 0 3.64 3.65h9.25a3.65 3.65 0 0 0 3.64-3.65V6.192a.8.8 0 0 0-.1-.15m-3.89 4.08l-.36.7a3.91 3.91 0 0 1-3.48 2.16h-1a3.9 3.9 0 0 1-2-.59a3.83 3.83 0 0 1-1.43-1.58l-.36-.69a1 1 0 1 1 1.78-.91l.36.71a1.91 1.91 0 0 0 1.7 1.06h1a1.91 1.91 0 0 0 1.7-1.06l.36-.71a1.001 1.001 0 1 1 1.78.91zm-10.06-4.68l1.85-1.85a.4.4 0 0 1 .13-.08a.7.7 0 0 1 .16 0h7.28a.4.4 0 0 1 .13.08l1.86 1.85z"/></svg>

React

import type { SVGProps } from "react";

export function MageShoppingBagFill(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="M20.165 6.041a.3.3 0 0 0 0-.1a.4.4 0 0 0 0-.09a.7.7 0 0 0-.12-.17l-3.14-3.13a1.8 1.8 0 0 0-.62-.41a1.5 1.5 0 0 0-.73-.14h-7.12a1.9 1.9 0 0 0-.73.14a1.8 1.8 0 0 0-.62.41l-3.13 3.13a.78.78 0 0 0-.22.52v12.15a3.64 3.64 0 0 0 3.64 3.65h9.25a3.65 3.65 0 0 0 3.64-3.65V6.192a.8.8 0 0 0-.1-.15m-3.89 4.08l-.36.7a3.91 3.91 0 0 1-3.48 2.16h-1a3.9 3.9 0 0 1-2-.59a3.83 3.83 0 0 1-1.43-1.58l-.36-.69a1 1 0 1 1 1.78-.91l.36.71a1.91 1.91 0 0 0 1.7 1.06h1a1.91 1.91 0 0 0 1.7-1.06l.36-.71a1.001 1.001 0 1 1 1.78.91zm-10.06-4.68l1.85-1.85a.4.4 0 0 1 .13-.08a.7.7 0 0 1 .16 0h7.28a.4.4 0 0 1 .13.08l1.86 1.85z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.165 6.041a.3.3 0 0 0 0-.1a.4.4 0 0 0 0-.09a.7.7 0 0 0-.12-.17l-3.14-3.13a1.8 1.8 0 0 0-.62-.41a1.5 1.5 0 0 0-.73-.14h-7.12a1.9 1.9 0 0 0-.73.14a1.8 1.8 0 0 0-.62.41l-3.13 3.13a.78.78 0 0 0-.22.52v12.15a3.64 3.64 0 0 0 3.64 3.65h9.25a3.65 3.65 0 0 0 3.64-3.65V6.192a.8.8 0 0 0-.1-.15m-3.89 4.08l-.36.7a3.91 3.91 0 0 1-3.48 2.16h-1a3.9 3.9 0 0 1-2-.59a3.83 3.83 0 0 1-1.43-1.58l-.36-.69a1 1 0 1 1 1.78-.91l.36.71a1.91 1.91 0 0 0 1.7 1.06h1a1.91 1.91 0 0 0 1.7-1.06l.36-.71a1.001 1.001 0 1 1 1.78.91zm-10.06-4.68l1.85-1.85a.4.4 0 0 1 .13-.08a.7.7 0 0 1 .16 0h7.28a.4.4 0 0 1 .13.08l1.86 1.85z"/></svg>
</template>

CSS

.icon-shopping-bag-fill {
  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%22M20.165%206.041a.3.3%200%200%200%200-.1a.4.4%200%200%200%200-.09a.7.7%200%200%200-.12-.17l-3.14-3.13a1.8%201.8%200%200%200-.62-.41a1.5%201.5%200%200%200-.73-.14h-7.12a1.9%201.9%200%200%200-.73.14a1.8%201.8%200%200%200-.62.41l-3.13%203.13a.78.78%200%200%200-.22.52v12.15a3.64%203.64%200%200%200%203.64%203.65h9.25a3.65%203.65%200%200%200%203.64-3.65V6.192a.8.8%200%200%200-.1-.15m-3.89%204.08l-.36.7a3.91%203.91%200%200%201-3.48%202.16h-1a3.9%203.9%200%200%201-2-.59a3.83%203.83%200%200%201-1.43-1.58l-.36-.69a1%201%200%201%201%201.78-.91l.36.71a1.91%201.91%200%200%200%201.7%201.06h1a1.91%201.91%200%200%200%201.7-1.06l.36-.71a1.001%201.001%200%201%201%201.78.91zm-10.06-4.68l1.85-1.85a.4.4%200%200%201%20.13-.08a.7.7%200%200%201%20.16%200h7.28a.4.4%200%200%201%20.13.08l1.86%201.85z%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%22M20.165%206.041a.3.3%200%200%200%200-.1a.4.4%200%200%200%200-.09a.7.7%200%200%200-.12-.17l-3.14-3.13a1.8%201.8%200%200%200-.62-.41a1.5%201.5%200%200%200-.73-.14h-7.12a1.9%201.9%200%200%200-.73.14a1.8%201.8%200%200%200-.62.41l-3.13%203.13a.78.78%200%200%200-.22.52v12.15a3.64%203.64%200%200%200%203.64%203.65h9.25a3.65%203.65%200%200%200%203.64-3.65V6.192a.8.8%200%200%200-.1-.15m-3.89%204.08l-.36.7a3.91%203.91%200%200%201-3.48%202.16h-1a3.9%203.9%200%200%201-2-.59a3.83%203.83%200%200%201-1.43-1.58l-.36-.69a1%201%200%201%201%201.78-.91l.36.71a1.91%201.91%200%200%200%201.7%201.06h1a1.91%201.91%200%200%200%201.7-1.06l.36-.71a1.001%201.001%200%201%201%201.78.91zm-10.06-4.68l1.85-1.85a.4.4%200%200%201%20.13-.08a.7.7%200%200%201%20.16%200h7.28a.4.4%200%200%201%20.13.08l1.86%201.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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