shopping cart icon

shopping-cart from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
shopping-cart
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the shopping cart 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"><path stroke-width="2.5" d="M7.537 21.25h.01m10.391 0h.011"/><path stroke-width="1.5" d="M4.628 6.526h13.097a4 4 0 0 1 1.543.237A1.73 1.73 0 0 1 20.29 7.88a3.7 3.7 0 0 1-.213 1.686c-.131.57-.25 1.188-.369 1.71a95 95 0 0 0-.736 3.562a2.9 2.9 0 0 1-.629 1.567a2.24 2.24 0 0 1-1.686.582H9.805a8.6 8.6 0 0 1-1.662 0a1.64 1.64 0 0 1-1.33-.985a17 17 0 0 1-.463-2.019c-.095-.534-.214-1.068-.332-1.603c-.416-1.983-.89-3.942-1.39-5.853m0 0C4.32 5.267 4 4.009 3.69 2.75M19.553 12H5.934"/></g></svg>

React

import type { SVGProps } from "react";

export function MageShoppingCart(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"><path strokeWidth="2.5" d="M7.537 21.25h.01m10.391 0h.011"/><path strokeWidth="1.5" d="M4.628 6.526h13.097a4 4 0 0 1 1.543.237A1.73 1.73 0 0 1 20.29 7.88a3.7 3.7 0 0 1-.213 1.686c-.131.57-.25 1.188-.369 1.71a95 95 0 0 0-.736 3.562a2.9 2.9 0 0 1-.629 1.567a2.24 2.24 0 0 1-1.686.582H9.805a8.6 8.6 0 0 1-1.662 0a1.64 1.64 0 0 1-1.33-.985a17 17 0 0 1-.463-2.019c-.095-.534-.214-1.068-.332-1.603c-.416-1.983-.89-3.942-1.39-5.853m0 0C4.32 5.267 4 4.009 3.69 2.75M19.553 12H5.934"/></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"><path stroke-width="2.5" d="M7.537 21.25h.01m10.391 0h.011"/><path stroke-width="1.5" d="M4.628 6.526h13.097a4 4 0 0 1 1.543.237A1.73 1.73 0 0 1 20.29 7.88a3.7 3.7 0 0 1-.213 1.686c-.131.57-.25 1.188-.369 1.71a95 95 0 0 0-.736 3.562a2.9 2.9 0 0 1-.629 1.567a2.24 2.24 0 0 1-1.686.582H9.805a8.6 8.6 0 0 1-1.662 0a1.64 1.64 0 0 1-1.33-.985a17 17 0 0 1-.463-2.019c-.095-.534-.214-1.068-.332-1.603c-.416-1.983-.89-3.942-1.39-5.853m0 0C4.32 5.267 4 4.009 3.69 2.75M19.553 12H5.934"/></g></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%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%3E%3Cpath%20stroke-width%3D%222.5%22%20d%3D%22M7.537%2021.25h.01m10.391%200h.011%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4.628%206.526h13.097a4%204%200%200%201%201.543.237A1.73%201.73%200%200%201%2020.29%207.88a3.7%203.7%200%200%201-.213%201.686c-.131.57-.25%201.188-.369%201.71a95%2095%200%200%200-.736%203.562a2.9%202.9%200%200%201-.629%201.567a2.24%202.24%200%200%201-1.686.582H9.805a8.6%208.6%200%200%201-1.662%200a1.64%201.64%200%200%201-1.33-.985a17%2017%200%200%201-.463-2.019c-.095-.534-.214-1.068-.332-1.603c-.416-1.983-.89-3.942-1.39-5.853m0%200C4.32%205.267%204%204.009%203.69%202.75M19.553%2012H5.934%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%3E%3Cpath%20stroke-width%3D%222.5%22%20d%3D%22M7.537%2021.25h.01m10.391%200h.011%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4.628%206.526h13.097a4%204%200%200%201%201.543.237A1.73%201.73%200%200%201%2020.29%207.88a3.7%203.7%200%200%201-.213%201.686c-.131.57-.25%201.188-.369%201.71a95%2095%200%200%200-.736%203.562a2.9%202.9%200%200%201-.629%201.567a2.24%202.24%200%200%201-1.686.582H9.805a8.6%208.6%200%200%201-1.662%200a1.64%201.64%200%200%201-1.33-.985a17%2017%200%200%201-.463-2.019c-.095-.534-.214-1.068-.332-1.603c-.416-1.983-.89-3.942-1.39-5.853m0%200C4.32%205.267%204%204.009%203.69%202.75M19.553%2012H5.934%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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