cart shopping icon

cart-shopping from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.

Name
cart-shopping
Set
Reicon
Style
Outline
Category
Shopping
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More shopping icons from Reicon

Use the cart shopping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m2.333 2.333l1.802.451c.524.13.917.565.996 1.1l1.439 9.783"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.333 17.667h-14a2 2 0 0 1 0-4H17.4c.561 0 1.062-.351 1.253-.878l1.697-4.667a1.333 1.333 0 0 0-1.253-1.789H5.491"/><path fill="currentColor" d="M5.333 22.667a1.334 1.334 0 1 0 0-2.668a1.334 1.334 0 0 0 0 2.668m13.334 0a1.334 1.334 0 1 0-.001-2.668a1.334 1.334 0 0 0 0 2.668"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCartShopping(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m2.333 2.333l1.802.451c.524.13.917.565.996 1.1l1.439 9.783"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M20.333 17.667h-14a2 2 0 0 1 0-4H17.4c.561 0 1.062-.351 1.253-.878l1.697-4.667a1.333 1.333 0 0 0-1.253-1.789H5.491"/><path fill="currentColor" d="M5.333 22.667a1.334 1.334 0 1 0 0-2.668a1.334 1.334 0 0 0 0 2.668m13.334 0a1.334 1.334 0 1 0-.001-2.668a1.334 1.334 0 0 0 0 2.668"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m2.333 2.333l1.802.451c.524.13.917.565.996 1.1l1.439 9.783"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.333 17.667h-14a2 2 0 0 1 0-4H17.4c.561 0 1.062-.351 1.253-.878l1.697-4.667a1.333 1.333 0 0 0-1.253-1.789H5.491"/><path fill="currentColor" d="M5.333 22.667a1.334 1.334 0 1 0 0-2.668a1.334 1.334 0 0 0 0 2.668m13.334 0a1.334 1.334 0 1 0-.001-2.668a1.334 1.334 0 0 0 0 2.668"/></g></svg>
</template>

CSS

.icon-cart-shopping {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m2.333%202.333l1.802.451c.524.13.917.565.996%201.1l1.439%209.783%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.333%2017.667h-14a2%202%200%200%201%200-4H17.4c.561%200%201.062-.351%201.253-.878l1.697-4.667a1.333%201.333%200%200%200-1.253-1.789H5.491%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.333%2022.667a1.334%201.334%200%201%200%200-2.668a1.334%201.334%200%200%200%200%202.668m13.334%200a1.334%201.334%200%201%200-.001-2.668a1.334%201.334%200%200%200%200%202.668%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m2.333%202.333l1.802.451c.524.13.917.565.996%201.1l1.439%209.783%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.333%2017.667h-14a2%202%200%200%201%200-4H17.4c.561%200%201.062-.351%201.253-.878l1.697-4.667a1.333%201.333%200%200%200-1.253-1.789H5.491%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.333%2022.667a1.334%201.334%200%201%200%200-2.668a1.334%201.334%200%200%200%200%202.668m13.334%200a1.334%201.334%200%201%200-.001-2.668a1.334%201.334%200%200%200%200%202.668%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cart-shopping.svg?color=%231a73e8&size=48