shopping cart icon

shopping-cart from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
shopping-cart
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the shopping cart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -4 24 24"><path fill="currentColor" d="M7 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4m7 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4M.962 1.923A.962.962 0 0 1 .962 0h1.151c.902 0 1.682.626 1.878 1.506l1.253 5.642c.196.88.976 1.506 1.878 1.506h7.512l1.442-5.77H6.731a.962.962 0 0 1 0-1.922h9.345a1.923 1.923 0 0 1 1.866 2.39L16.5 9.12a1.92 1.92 0 0 1-1.866 1.457H7.122a3.846 3.846 0 0 1-3.755-3.012L2.113 1.923z"/></svg>

React

import type { SVGProps } from "react";

export function JamShoppingCart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -4 24 24"><path fill="currentColor" d="M7 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4m7 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4M.962 1.923A.962.962 0 0 1 .962 0h1.151c.902 0 1.682.626 1.878 1.506l1.253 5.642c.196.88.976 1.506 1.878 1.506h7.512l1.442-5.77H6.731a.962.962 0 0 1 0-1.922h9.345a1.923 1.923 0 0 1 1.866 2.39L16.5 9.12a1.92 1.92 0 0 1-1.866 1.457H7.122a3.846 3.846 0 0 1-3.755-3.012L2.113 1.923z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -4 24 24"><path fill="currentColor" d="M7 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4m7 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4M.962 1.923A.962.962 0 0 1 .962 0h1.151c.902 0 1.682.626 1.878 1.506l1.253 5.642c.196.88.976 1.506 1.878 1.506h7.512l1.442-5.77H6.731a.962.962 0 0 1 0-1.922h9.345a1.923 1.923 0 0 1 1.866 2.39L16.5 9.12a1.92 1.92 0 0 1-1.866 1.457H7.122a3.846 3.846 0 0 1-3.755-3.012L2.113 1.923z"/></svg>
</template>

CSS

.icon-shopping-cart {
  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%22-3%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2016a2%202%200%201%201%200-4a2%202%200%200%201%200%204m7%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204M.962%201.923A.962.962%200%200%201%20.962%200h1.151c.902%200%201.682.626%201.878%201.506l1.253%205.642c.196.88.976%201.506%201.878%201.506h7.512l1.442-5.77H6.731a.962.962%200%200%201%200-1.922h9.345a1.923%201.923%200%200%201%201.866%202.39L16.5%209.12a1.92%201.92%200%200%201-1.866%201.457H7.122a3.846%203.846%200%200%201-3.755-3.012L2.113%201.923z%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%22-3%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2016a2%202%200%201%201%200-4a2%202%200%200%201%200%204m7%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204M.962%201.923A.962.962%200%200%201%20.962%200h1.151c.902%200%201.682.626%201.878%201.506l1.253%205.642c.196.88.976%201.506%201.878%201.506h7.512l1.442-5.77H6.731a.962.962%200%200%201%200-1.922h9.345a1.923%201.923%200%200%201%201.866%202.39L16.5%209.12a1.92%201.92%200%200%201-1.866%201.457H7.122a3.846%203.846%200%200%201-3.755-3.012L2.113%201.923z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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