shopping bag checkmark icon
shopping-bag-checkmark-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- shopping-bag-checkmark-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
shopping-bag-checkmark-16-filledshopping-bag-checkmark-16-regularshopping-bag-checkmark-20-filledshopping-bag-checkmark-20-regularshopping-bag-checkmark-24-filledshopping-bag-checkmark-24-regularshopping-bag-checkmark-28-filledshopping-bag-checkmark-28-regularshopping-bag-checkmark-32-regularshopping-bag-checkmark-48-filledshopping-bag-checkmark-48-regular
Related icons in Fluent UI System Icons
Use the shopping bag checkmark 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 2v2.935A8.96 8.96 0 0 0 23 14c-1.052 0-2.062.18-3 .512V10h.998V6.5A2.5 2.5 0 0 0 17.4 4.254c.382.66.6 1.428.6 2.246v9.016A8.99 8.99 0 0 0 14 23a8.98 8.98 0 0 0 3.343 7H9.5A4.5 4.5 0 0 1 5 25.5V12a2 2 0 0 1 2-2h2zm7 3.5V6.5a2.5 2.5 0 0 0-5 0V10zm7 5.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBagCheckmark32Filled(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 2v2.935A8.96 8.96 0 0 0 23 14c-1.052 0-2.062.18-3 .512V10h.998V6.5A2.5 2.5 0 0 0 17.4 4.254c.382.66.6 1.428.6 2.246v9.016A8.99 8.99 0 0 0 14 23a8.98 8.98 0 0 0 3.343 7H9.5A4.5 4.5 0 0 1 5 25.5V12a2 2 0 0 1 2-2h2zm7 3.5V6.5a2.5 2.5 0 0 0-5 0V10zm7 5.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></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 2v2.935A8.96 8.96 0 0 0 23 14c-1.052 0-2.062.18-3 .512V10h.998V6.5A2.5 2.5 0 0 0 17.4 4.254c.382.66.6 1.428.6 2.246v9.016A8.99 8.99 0 0 0 14 23a8.98 8.98 0 0 0 3.343 7H9.5A4.5 4.5 0 0 1 5 25.5V12a2 2 0 0 1 2-2h2zm7 3.5V6.5a2.5 2.5 0 0 0-5 0V10zm7 5.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg> </template>
CSS
.icon-shopping-bag-checkmark-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%202v2.935A8.96%208.96%200%200%200%2023%2014c-1.052%200-2.062.18-3%20.512V10h.998V6.5A2.5%202.5%200%200%200%2017.4%204.254c.382.66.6%201.428.6%202.246v9.016A8.99%208.99%200%200%200%2014%2023a8.98%208.98%200%200%200%203.343%207H9.5A4.5%204.5%200%200%201%205%2025.5V12a2%202%200%200%201%202-2h2zm7%203.5V6.5a2.5%202.5%200%200%200-5%200V10zm7%205.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06%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%202v2.935A8.96%208.96%200%200%200%2023%2014c-1.052%200-2.062.18-3%20.512V10h.998V6.5A2.5%202.5%200%200%200%2017.4%204.254c.382.66.6%201.428.6%202.246v9.016A8.99%208.99%200%200%200%2014%2023a8.98%208.98%200%200%200%203.343%207H9.5A4.5%204.5%200%200%201%205%2025.5V12a2%202%200%200%201%202-2h2zm7%203.5V6.5a2.5%202.5%200%200%200-5%200V10zm7%205.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shopping-bag-checkmark-32-filled.svg?color=%231a73e8&size=48