shopping bag icon
shopping-bag-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- shopping-bag-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
shopping-bagAkar Iconsshopping-bagBoxIcons v2shopping-bagBoxIcons v2 Solidshopping-bagCarbonshopping-bagElement Plusshopping-bag-fillEva Iconsshopping-bagFont Awesome Solidshopping-bagFeather Iconsshopping-bag-outlineFlowbite Iconsshopping-bagcss.ggshopping-bagHeroIconsshopping-bagIconParkshopping-bagIconPark Outlineshopping-bagIconPark Solidshopping-bagIconPark TwoToneshopping-bagIconoirshopping-bagJam Iconsshopping-bagLine Awesomeshopping-bagLucideshopping-bagMage Iconsshopping-bagMajesticonsshopping-bagMaterial Symbolsshopping-bagMaterial Symbols Lightshopping-bagMyna UI Icons
Related icons in Fluent UI System Icons
Use the shopping bag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 4a6 6 0 0 0-6 6v4h-3.5A2.5 2.5 0 0 0 8 16.5v21a6.5 6.5 0 0 0 6.5 6.5h19a6.5 6.5 0 0 0 6.5-6.5v-21a2.5 2.5 0 0 0-2.5-2.5H34v-4a6 6 0 0 0-10-4.472A5.98 5.98 0 0 0 20 4m17.5 12.5v21a4 4 0 0 1-8 0v-21zm-9.124 25H14.5a4 4 0 0 1-4-4v-21H27v21c0 1.508.514 2.897 1.376 4M31.5 14H26v-4a6 6 0 0 0-.514-2.434A3.5 3.5 0 0 1 31.5 10zm-8-4v4h-7v-4a3.5 3.5 0 1 1 7 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBag48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 4a6 6 0 0 0-6 6v4h-3.5A2.5 2.5 0 0 0 8 16.5v21a6.5 6.5 0 0 0 6.5 6.5h19a6.5 6.5 0 0 0 6.5-6.5v-21a2.5 2.5 0 0 0-2.5-2.5H34v-4a6 6 0 0 0-10-4.472A5.98 5.98 0 0 0 20 4m17.5 12.5v21a4 4 0 0 1-8 0v-21zm-9.124 25H14.5a4 4 0 0 1-4-4v-21H27v21c0 1.508.514 2.897 1.376 4M31.5 14H26v-4a6 6 0 0 0-.514-2.434A3.5 3.5 0 0 1 31.5 10zm-8-4v4h-7v-4a3.5 3.5 0 1 1 7 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 4a6 6 0 0 0-6 6v4h-3.5A2.5 2.5 0 0 0 8 16.5v21a6.5 6.5 0 0 0 6.5 6.5h19a6.5 6.5 0 0 0 6.5-6.5v-21a2.5 2.5 0 0 0-2.5-2.5H34v-4a6 6 0 0 0-10-4.472A5.98 5.98 0 0 0 20 4m17.5 12.5v21a4 4 0 0 1-8 0v-21zm-9.124 25H14.5a4 4 0 0 1-4-4v-21H27v21c0 1.508.514 2.897 1.376 4M31.5 14H26v-4a6 6 0 0 0-.514-2.434A3.5 3.5 0 0 1 31.5 10zm-8-4v4h-7v-4a3.5 3.5 0 1 1 7 0"/></svg> </template>
CSS
.icon-shopping-bag-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204a6%206%200%200%200-6%206v4h-3.5A2.5%202.5%200%200%200%208%2016.5v21a6.5%206.5%200%200%200%206.5%206.5h19a6.5%206.5%200%200%200%206.5-6.5v-21a2.5%202.5%200%200%200-2.5-2.5H34v-4a6%206%200%200%200-10-4.472A5.98%205.98%200%200%200%2020%204m17.5%2012.5v21a4%204%200%200%201-8%200v-21zm-9.124%2025H14.5a4%204%200%200%201-4-4v-21H27v21c0%201.508.514%202.897%201.376%204M31.5%2014H26v-4a6%206%200%200%200-.514-2.434A3.5%203.5%200%200%201%2031.5%2010zm-8-4v4h-7v-4a3.5%203.5%200%201%201%207%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204a6%206%200%200%200-6%206v4h-3.5A2.5%202.5%200%200%200%208%2016.5v21a6.5%206.5%200%200%200%206.5%206.5h19a6.5%206.5%200%200%200%206.5-6.5v-21a2.5%202.5%200%200%200-2.5-2.5H34v-4a6%206%200%200%200-10-4.472A5.98%205.98%200%200%200%2020%204m17.5%2012.5v21a4%204%200%200%201-8%200v-21zm-9.124%2025H14.5a4%204%200%200%201-4-4v-21H27v21c0%201.508.514%202.897%201.376%204M31.5%2014H26v-4a6%206%200%200%200-.514-2.434A3.5%203.5%200%200%201%2031.5%2010zm-8-4v4h-7v-4a3.5%203.5%200%201%201%207%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shopping-bag-48-regular.svg?color=%231a73e8&size=48