shopping cart 01 icon
shopping-cart-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shopping-cart-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
shopping-bag-01shopping-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-02
Use the shopping cart 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 20.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M2 3h.207c1.324 0 1.987 0 2.419.402s.479 1.063.573 2.384l.251 3.519c.142 1.989.213 2.983.515 3.791a6 6 0 0 0 3.931 3.661c.828.243 1.83.243 3.836.243c2.105 0 3.158 0 4.01-.258a6 6 0 0 0 4-4C22 11.89 22 10.843 22 8.75c0-.698 0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C20.297 6 19.948 6 19.25 6H5.5M16 10v3m-5-3v3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShoppingCart01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.5 20.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M2 3h.207c1.324 0 1.987 0 2.419.402s.479 1.063.573 2.384l.251 3.519c.142 1.989.213 2.983.515 3.791a6 6 0 0 0 3.931 3.661c.828.243 1.83.243 3.836.243c2.105 0 3.158 0 4.01-.258a6 6 0 0 0 4-4C22 11.89 22 10.843 22 8.75c0-.698 0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C20.297 6 19.948 6 19.25 6H5.5M16 10v3m-5-3v3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 20.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M2 3h.207c1.324 0 1.987 0 2.419.402s.479 1.063.573 2.384l.251 3.519c.142 1.989.213 2.983.515 3.791a6 6 0 0 0 3.931 3.661c.828.243 1.83.243 3.836.243c2.105 0 3.158 0 4.01-.258a6 6 0 0 0 4-4C22 11.89 22 10.843 22 8.75c0-.698 0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C20.297 6 19.948 6 19.25 6H5.5M16 10v3m-5-3v3"/></svg> </template>
CSS
.icon-shopping-cart-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.5%2020.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M2%203h.207c1.324%200%201.987%200%202.419.402s.479%201.063.573%202.384l.251%203.519c.142%201.989.213%202.983.515%203.791a6%206%200%200%200%203.931%203.661c.828.243%201.83.243%203.836.243c2.105%200%203.158%200%204.01-.258a6%206%200%200%200%204-4C22%2011.89%2022%2010.843%2022%208.75c0-.698%200-1.047-.086-1.33a2%202%200%200%200-1.333-1.334C20.297%206%2019.948%206%2019.25%206H5.5M16%2010v3m-5-3v3%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.5%2020.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M2%203h.207c1.324%200%201.987%200%202.419.402s.479%201.063.573%202.384l.251%203.519c.142%201.989.213%202.983.515%203.791a6%206%200%200%200%203.931%203.661c.828.243%201.83.243%203.836.243c2.105%200%203.158%200%204.01-.258a6%206%200%200%200%204-4C22%2011.89%2022%2010.843%2022%208.75c0-.698%200-1.047-.086-1.33a2%202%200%200%200-1.333-1.334C20.297%206%2019.948%206%2019.25%206H5.5M16%2010v3m-5-3v3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/shopping-cart-01.svg?color=%231a73e8&size=48