shopping bag add icon
shopping-bag-add from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shopping-bag-add
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
shopping-bag-01shopping-bag-02shopping-bag-03shopping-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 add 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="M20.177 12.511c-.35-3.002-.863-5.253-1.338-6.852c-.389-1.312-.584-1.968-1.382-2.563S15.843 2.5 14.211 2.5H8.79c-1.632 0-2.448 0-3.246.596c-.798.595-.993 1.251-1.382 2.563c-.475 1.599-.987 3.85-1.337 6.852c-.413 3.539-.62 5.308.573 6.648C4.591 20.5 6.524 20.5 10.392 20.5h2.216"/><path d="M8.5 6.5a3 3 0 0 0 6 0m1 12h6m-3 3v-6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShoppingBagAdd(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="M20.177 12.511c-.35-3.002-.863-5.253-1.338-6.852c-.389-1.312-.584-1.968-1.382-2.563S15.843 2.5 14.211 2.5H8.79c-1.632 0-2.448 0-3.246.596c-.798.595-.993 1.251-1.382 2.563c-.475 1.599-.987 3.85-1.337 6.852c-.413 3.539-.62 5.308.573 6.648C4.591 20.5 6.524 20.5 10.392 20.5h2.216"/><path d="M8.5 6.5a3 3 0 0 0 6 0m1 12h6m-3 3v-6"/></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="M20.177 12.511c-.35-3.002-.863-5.253-1.338-6.852c-.389-1.312-.584-1.968-1.382-2.563S15.843 2.5 14.211 2.5H8.79c-1.632 0-2.448 0-3.246.596c-.798.595-.993 1.251-1.382 2.563c-.475 1.599-.987 3.85-1.337 6.852c-.413 3.539-.62 5.308.573 6.648C4.591 20.5 6.524 20.5 10.392 20.5h2.216"/><path d="M8.5 6.5a3 3 0 0 0 6 0m1 12h6m-3 3v-6"/></g></svg> </template>
CSS
.icon-shopping-bag-add {
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%22M20.177%2012.511c-.35-3.002-.863-5.253-1.338-6.852c-.389-1.312-.584-1.968-1.382-2.563S15.843%202.5%2014.211%202.5H8.79c-1.632%200-2.448%200-3.246.596c-.798.595-.993%201.251-1.382%202.563c-.475%201.599-.987%203.85-1.337%206.852c-.413%203.539-.62%205.308.573%206.648C4.591%2020.5%206.524%2020.5%2010.392%2020.5h2.216%22%2F%3E%3Cpath%20d%3D%22M8.5%206.5a3%203%200%200%200%206%200m1%2012h6m-3%203v-6%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%22M20.177%2012.511c-.35-3.002-.863-5.253-1.338-6.852c-.389-1.312-.584-1.968-1.382-2.563S15.843%202.5%2014.211%202.5H8.79c-1.632%200-2.448%200-3.246.596c-.798.595-.993%201.251-1.382%202.563c-.475%201.599-.987%203.85-1.337%206.852c-.413%203.539-.62%205.308.573%206.648C4.591%2020.5%206.524%2020.5%2010.392%2020.5h2.216%22%2F%3E%3Cpath%20d%3D%22M8.5%206.5a3%203%200%200%200%206%200m1%2012h6m-3%203v-6%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-add.svg?color=%231a73e8&size=48