shopping bags icon
shopping-bags from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- shopping-bags
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
Use the shopping bags icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20h2V10a1 1 0 0 1 1-1h12V7a1 1 0 0 0-1-1h-3.051c-.252-2.244-2.139-4-4.449-4S6.303 3.756 6.051 6H3a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2m6.5-16c1.207 0 2.218.86 2.45 2h-4.9c.232-1.14 1.243-2 2.45-2"/><path fill="currentColor" d="M21 11H9a1 1 0 0 0-1 1v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8a1 1 0 0 0-1-1m-6 7c-2.757 0-5-2.243-5-5h2c0 1.654 1.346 3 3 3s3-1.346 3-3h2c0 2.757-2.243 5-5 5"/></svg>
React
import type { SVGProps } from "react";
export function BxsShoppingBags(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="M4 20h2V10a1 1 0 0 1 1-1h12V7a1 1 0 0 0-1-1h-3.051c-.252-2.244-2.139-4-4.449-4S6.303 3.756 6.051 6H3a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2m6.5-16c1.207 0 2.218.86 2.45 2h-4.9c.232-1.14 1.243-2 2.45-2"/><path fill="currentColor" d="M21 11H9a1 1 0 0 0-1 1v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8a1 1 0 0 0-1-1m-6 7c-2.757 0-5-2.243-5-5h2c0 1.654 1.346 3 3 3s3-1.346 3-3h2c0 2.757-2.243 5-5 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20h2V10a1 1 0 0 1 1-1h12V7a1 1 0 0 0-1-1h-3.051c-.252-2.244-2.139-4-4.449-4S6.303 3.756 6.051 6H3a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2m6.5-16c1.207 0 2.218.86 2.45 2h-4.9c.232-1.14 1.243-2 2.45-2"/><path fill="currentColor" d="M21 11H9a1 1 0 0 0-1 1v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8a1 1 0 0 0-1-1m-6 7c-2.757 0-5-2.243-5-5h2c0 1.654 1.346 3 3 3s3-1.346 3-3h2c0 2.757-2.243 5-5 5"/></svg> </template>
CSS
.icon-shopping-bags {
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%22M4%2020h2V10a1%201%200%200%201%201-1h12V7a1%201%200%200%200-1-1h-3.051c-.252-2.244-2.139-4-4.449-4S6.303%203.756%206.051%206H3a1%201%200%200%200-1%201v11a2%202%200%200%200%202%202m6.5-16c1.207%200%202.218.86%202.45%202h-4.9c.232-1.14%201.243-2%202.45-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2011H9a1%201%200%200%200-1%201v8a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2v-8a1%201%200%200%200-1-1m-6%207c-2.757%200-5-2.243-5-5h2c0%201.654%201.346%203%203%203s3-1.346%203-3h2c0%202.757-2.243%205-5%205%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%22M4%2020h2V10a1%201%200%200%201%201-1h12V7a1%201%200%200%200-1-1h-3.051c-.252-2.244-2.139-4-4.449-4S6.303%203.756%206.051%206H3a1%201%200%200%200-1%201v11a2%202%200%200%200%202%202m6.5-16c1.207%200%202.218.86%202.45%202h-4.9c.232-1.14%201.243-2%202.45-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2011H9a1%201%200%200%200-1%201v8a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2v-8a1%201%200%200%200-1-1m-6%207c-2.757%200-5-2.243-5-5h2c0%201.654%201.346%203%203%203s3-1.346%203-3h2c0%202.757-2.243%205-5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/shopping-bags.svg?color=%231a73e8&size=48