shopping bag icon
shopping-bag-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- shopping-bag-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M8 5.5a3.5 3.5 0 0 1 6-2.45a3.5 3.5 0 0 1 6 2.45V8h2.5A1.5 1.5 0 0 1 24 9.5v13.25A3.25 3.25 0 0 1 20.797 26h-.094a3.25 3.25 0 0 1-3.203-3.25V8h1V5.5a2 2 0 0 0-3.674-1.094A3.5 3.5 0 0 1 15 5.5V8h1v14.75c0 1.257.488 2.4 1.286 3.25H8a4 4 0 0 1-4-4V9.5A1.5 1.5 0 0 1 5.5 8H8zm5.5 0a2 2 0 1 0-4 0V8h4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBag28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8 5.5a3.5 3.5 0 0 1 6-2.45a3.5 3.5 0 0 1 6 2.45V8h2.5A1.5 1.5 0 0 1 24 9.5v13.25A3.25 3.25 0 0 1 20.797 26h-.094a3.25 3.25 0 0 1-3.203-3.25V8h1V5.5a2 2 0 0 0-3.674-1.094A3.5 3.5 0 0 1 15 5.5V8h1v14.75c0 1.257.488 2.4 1.286 3.25H8a4 4 0 0 1-4-4V9.5A1.5 1.5 0 0 1 5.5 8H8zm5.5 0a2 2 0 1 0-4 0V8h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8 5.5a3.5 3.5 0 0 1 6-2.45a3.5 3.5 0 0 1 6 2.45V8h2.5A1.5 1.5 0 0 1 24 9.5v13.25A3.25 3.25 0 0 1 20.797 26h-.094a3.25 3.25 0 0 1-3.203-3.25V8h1V5.5a2 2 0 0 0-3.674-1.094A3.5 3.5 0 0 1 15 5.5V8h1v14.75c0 1.257.488 2.4 1.286 3.25H8a4 4 0 0 1-4-4V9.5A1.5 1.5 0 0 1 5.5 8H8zm5.5 0a2 2 0 1 0-4 0V8h4z"/></svg> </template>
CSS
.icon-shopping-bag-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205.5a3.5%203.5%200%200%201%206-2.45a3.5%203.5%200%200%201%206%202.45V8h2.5A1.5%201.5%200%200%201%2024%209.5v13.25A3.25%203.25%200%200%201%2020.797%2026h-.094a3.25%203.25%200%200%201-3.203-3.25V8h1V5.5a2%202%200%200%200-3.674-1.094A3.5%203.5%200%200%201%2015%205.5V8h1v14.75c0%201.257.488%202.4%201.286%203.25H8a4%204%200%200%201-4-4V9.5A1.5%201.5%200%200%201%205.5%208H8zm5.5%200a2%202%200%201%200-4%200V8h4z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205.5a3.5%203.5%200%200%201%206-2.45a3.5%203.5%200%200%201%206%202.45V8h2.5A1.5%201.5%200%200%201%2024%209.5v13.25A3.25%203.25%200%200%201%2020.797%2026h-.094a3.25%203.25%200%200%201-3.203-3.25V8h1V5.5a2%202%200%200%200-3.674-1.094A3.5%203.5%200%200%201%2015%205.5V8h1v14.75c0%201.257.488%202.4%201.286%203.25H8a4%204%200%200%201-4-4V9.5A1.5%201.5%200%200%201%205.5%208H8zm5.5%200a2%202%200%201%200-4%200V8h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shopping-bag-28-filled.svg?color=%231a73e8&size=48