shopping bag icon
shopping-bag-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- shopping-bag-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M9 6.5a4.5 4.5 0 0 1 7-3.743A4.5 4.5 0 0 1 23 6.5V10h2a2 2 0 0 1 2 2v14.5a3.5 3.5 0 1 1-7 0V10h.998V6.5A2.5 2.5 0 0 0 17.4 4.254c.382.66.6 1.428.6 2.246v20c0 1.33.472 2.55 1.257 3.5H9.5A4.5 4.5 0 0 1 5 25.5V12a2 2 0 0 1 2-2h2zm2 3.5h5V6.5a2.5 2.5 0 0 0-5 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBag32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 6.5a4.5 4.5 0 0 1 7-3.743A4.5 4.5 0 0 1 23 6.5V10h2a2 2 0 0 1 2 2v14.5a3.5 3.5 0 1 1-7 0V10h.998V6.5A2.5 2.5 0 0 0 17.4 4.254c.382.66.6 1.428.6 2.246v20c0 1.33.472 2.55 1.257 3.5H9.5A4.5 4.5 0 0 1 5 25.5V12a2 2 0 0 1 2-2h2zm2 3.5h5V6.5a2.5 2.5 0 0 0-5 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 6.5a4.5 4.5 0 0 1 7-3.743A4.5 4.5 0 0 1 23 6.5V10h2a2 2 0 0 1 2 2v14.5a3.5 3.5 0 1 1-7 0V10h.998V6.5A2.5 2.5 0 0 0 17.4 4.254c.382.66.6 1.428.6 2.246v20c0 1.33.472 2.55 1.257 3.5H9.5A4.5 4.5 0 0 1 5 25.5V12a2 2 0 0 1 2-2h2zm2 3.5h5V6.5a2.5 2.5 0 0 0-5 0z"/></svg> </template>
CSS
.icon-shopping-bag-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206.5a4.5%204.5%200%200%201%207-3.743A4.5%204.5%200%200%201%2023%206.5V10h2a2%202%200%200%201%202%202v14.5a3.5%203.5%200%201%201-7%200V10h.998V6.5A2.5%202.5%200%200%200%2017.4%204.254c.382.66.6%201.428.6%202.246v20c0%201.33.472%202.55%201.257%203.5H9.5A4.5%204.5%200%200%201%205%2025.5V12a2%202%200%200%201%202-2h2zm2%203.5h5V6.5a2.5%202.5%200%200%200-5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206.5a4.5%204.5%200%200%201%207-3.743A4.5%204.5%200%200%201%2023%206.5V10h2a2%202%200%200%201%202%202v14.5a3.5%203.5%200%201%201-7%200V10h.998V6.5A2.5%202.5%200%200%200%2017.4%204.254c.382.66.6%201.428.6%202.246v20c0%201.33.472%202.55%201.257%203.5H9.5A4.5%204.5%200%200%201%205%2025.5V12a2%202%200%200%201%202-2h2zm2%203.5h5V6.5a2.5%202.5%200%200%200-5%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-32-filled.svg?color=%231a73e8&size=48