shopping bag 01 icon
shopping-bag-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shopping-bag-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
shopping-bag-02shopping-bag-03shopping-bag-addshopping-bag-checkshopping-bag-favoriteshopping-bag-removeshopping-basket-01shopping-basket-02shopping-basket-03shopping-basket-add-01shopping-basket-add-02shopping-basket-add-03shopping-basket-check-in-01shopping-basket-check-in-02shopping-basket-check-in-03shopping-basket-check-out-01shopping-basket-check-out-02shopping-basket-check-out-03shopping-basket-done-01shopping-basket-done-02shopping-basket-done-03shopping-basket-favorite-01shopping-basket-favorite-02shopping-basket-favorite-03
Use the shopping bag 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.324 13.011c.35-3.002.862-5.253 1.337-6.852c.389-1.312.584-1.968 1.382-2.563S7.657 3 9.289 3h5.422c1.632 0 2.448 0 3.246.596c.798.595.993 1.251 1.382 2.563c.475 1.599.987 3.85 1.338 6.852c.413 3.539.619 5.308-.574 6.648C18.909 21 16.976 21 13.108 21h-2.216c-3.868 0-5.801 0-6.995-1.34s-.986-3.11-.573-6.649"/><path d="M9 7a3 3 0 1 0 6 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShoppingBag01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.324 13.011c.35-3.002.862-5.253 1.337-6.852c.389-1.312.584-1.968 1.382-2.563S7.657 3 9.289 3h5.422c1.632 0 2.448 0 3.246.596c.798.595.993 1.251 1.382 2.563c.475 1.599.987 3.85 1.338 6.852c.413 3.539.619 5.308-.574 6.648C18.909 21 16.976 21 13.108 21h-2.216c-3.868 0-5.801 0-6.995-1.34s-.986-3.11-.573-6.649"/><path d="M9 7a3 3 0 1 0 6 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.324 13.011c.35-3.002.862-5.253 1.337-6.852c.389-1.312.584-1.968 1.382-2.563S7.657 3 9.289 3h5.422c1.632 0 2.448 0 3.246.596c.798.595.993 1.251 1.382 2.563c.475 1.599.987 3.85 1.338 6.852c.413 3.539.619 5.308-.574 6.648C18.909 21 16.976 21 13.108 21h-2.216c-3.868 0-5.801 0-6.995-1.34s-.986-3.11-.573-6.649"/><path d="M9 7a3 3 0 1 0 6 0"/></g></svg> </template>
CSS
.icon-shopping-bag-01 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.324%2013.011c.35-3.002.862-5.253%201.337-6.852c.389-1.312.584-1.968%201.382-2.563S7.657%203%209.289%203h5.422c1.632%200%202.448%200%203.246.596c.798.595.993%201.251%201.382%202.563c.475%201.599.987%203.85%201.338%206.852c.413%203.539.619%205.308-.574%206.648C18.909%2021%2016.976%2021%2013.108%2021h-2.216c-3.868%200-5.801%200-6.995-1.34s-.986-3.11-.573-6.649%22%2F%3E%3Cpath%20d%3D%22M9%207a3%203%200%201%200%206%200%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.324%2013.011c.35-3.002.862-5.253%201.337-6.852c.389-1.312.584-1.968%201.382-2.563S7.657%203%209.289%203h5.422c1.632%200%202.448%200%203.246.596c.798.595.993%201.251%201.382%202.563c.475%201.599.987%203.85%201.338%206.852c.413%203.539.619%205.308-.574%206.648C18.909%2021%2016.976%2021%2013.108%2021h-2.216c-3.868%200-5.801%200-6.995-1.34s-.986-3.11-.573-6.649%22%2F%3E%3Cpath%20d%3D%22M9%207a3%203%200%201%200%206%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/shopping-bag-01.svg?color=%231a73e8&size=48