shopping bag icon
shopping-bag-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- shopping-bag-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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="M14 10a6 6 0 0 1 10-4.472A6 6 0 0 1 34 10v4h3.5a2.5 2.5 0 0 1 2.5 2.5v22.25a5.25 5.25 0 1 1-10.5 0V14h2v-4a3.5 3.5 0 0 0-6.014-2.434A6 6 0 0 1 26 10v4h1v24.75c0 2.025.777 3.87 2.05 5.25H14.5A6.5 6.5 0 0 1 8 37.5v-21a2.5 2.5 0 0 1 2.5-2.5H14zm2.5 4h7v-4a3.5 3.5 0 1 0-7 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBag48Filled(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="M14 10a6 6 0 0 1 10-4.472A6 6 0 0 1 34 10v4h3.5a2.5 2.5 0 0 1 2.5 2.5v22.25a5.25 5.25 0 1 1-10.5 0V14h2v-4a3.5 3.5 0 0 0-6.014-2.434A6 6 0 0 1 26 10v4h1v24.75c0 2.025.777 3.87 2.05 5.25H14.5A6.5 6.5 0 0 1 8 37.5v-21a2.5 2.5 0 0 1 2.5-2.5H14zm2.5 4h7v-4a3.5 3.5 0 1 0-7 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 10a6 6 0 0 1 10-4.472A6 6 0 0 1 34 10v4h3.5a2.5 2.5 0 0 1 2.5 2.5v22.25a5.25 5.25 0 1 1-10.5 0V14h2v-4a3.5 3.5 0 0 0-6.014-2.434A6 6 0 0 1 26 10v4h1v24.75c0 2.025.777 3.87 2.05 5.25H14.5A6.5 6.5 0 0 1 8 37.5v-21a2.5 2.5 0 0 1 2.5-2.5H14zm2.5 4h7v-4a3.5 3.5 0 1 0-7 0z"/></svg> </template>
CSS
.icon-shopping-bag-48-filled {
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%22M14%2010a6%206%200%200%201%2010-4.472A6%206%200%200%201%2034%2010v4h3.5a2.5%202.5%200%200%201%202.5%202.5v22.25a5.25%205.25%200%201%201-10.5%200V14h2v-4a3.5%203.5%200%200%200-6.014-2.434A6%206%200%200%201%2026%2010v4h1v24.75c0%202.025.777%203.87%202.05%205.25H14.5A6.5%206.5%200%200%201%208%2037.5v-21a2.5%202.5%200%200%201%202.5-2.5H14zm2.5%204h7v-4a3.5%203.5%200%201%200-7%200z%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%22M14%2010a6%206%200%200%201%2010-4.472A6%206%200%200%201%2034%2010v4h3.5a2.5%202.5%200%200%201%202.5%202.5v22.25a5.25%205.25%200%201%201-10.5%200V14h2v-4a3.5%203.5%200%200%200-6.014-2.434A6%206%200%200%201%2026%2010v4h1v24.75c0%202.025.777%203.87%202.05%205.25H14.5A6.5%206.5%200%200%201%208%2037.5v-21a2.5%202.5%200%200%201%202.5-2.5H14zm2.5%204h7v-4a3.5%203.5%200%201%200-7%200z%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-filled.svg?color=%231a73e8&size=48