bag-shopping from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
bag-shopping
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Use the bag shopping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160zm-48 48H48c-26.5 0-48 21.5-48 48v208c0 53 43 96 96 96h256c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48h-64v-48C336 50.1 285.9 0 224 0S112 50.1 112 112zm24 48a24 24 0 1 1 0 48a24 24 0 1 1 0-48m152 24a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBagShopping(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160zm-48 48H48c-26.5 0-48 21.5-48 48v208c0 53 43 96 96 96h256c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48h-64v-48C336 50.1 285.9 0 224 0S112 50.1 112 112zm24 48a24 24 0 1 1 0 48a24 24 0 1 1 0-48m152 24a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160zm-48 48H48c-26.5 0-48 21.5-48 48v208c0 53 43 96 96 96h256c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48h-64v-48C336 50.1 285.9 0 224 0S112 50.1 112 112zm24 48a24 24 0 1 1 0 48a24 24 0 1 1 0-48m152 24a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg>
</template>

CSS

.icon-bag-shopping {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20112c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064v48H160zm-48%2048H48c-26.5%200-48%2021.5-48%2048v208c0%2053%2043%2096%2096%2096h256c53%200%2096-43%2096-96V208c0-26.5-21.5-48-48-48h-64v-48C336%2050.1%20285.9%200%20224%200S112%2050.1%20112%20112zm24%2048a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m152%2024a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20112c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064v48H160zm-48%2048H48c-26.5%200-48%2021.5-48%2048v208c0%2053%2043%2096%2096%2096h256c53%200%2096-43%2096-96V208c0-26.5-21.5-48-48-48h-64v-48C336%2050.1%20285.9%200%20224%200S112%2050.1%20112%20112zm24%2048a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m152%2024a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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