shopping cart 2 icon

shopping-cart-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
shopping-cart-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the shopping cart 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20a1 1 0 1 1 0 2a1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2.001a1 1 0 0 1 0-2M2.2 2.9a1 1 0 0 1 1.4-.2l1.708 1.281c.341.256.59.614.714 1.02h12.846a2 2 0 0 1 1.984 2.248l-.457 3.655a5 5 0 0 1-4.546 4.362l-7.312.61L8.795 17H17.5a1 1 0 0 1 0 2H8.795a2 2 0 0 1-1.948-1.55L4.107 5.58L2.4 4.3a1 1 0 0 1-.2-1.4"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteShoppingCart2Fill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20a1 1 0 1 1 0 2a1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2.001a1 1 0 0 1 0-2M2.2 2.9a1 1 0 0 1 1.4-.2l1.708 1.281c.341.256.59.614.714 1.02h12.846a2 2 0 0 1 1.984 2.248l-.457 3.655a5 5 0 0 1-4.546 4.362l-7.312.61L8.795 17H17.5a1 1 0 0 1 0 2H8.795a2 2 0 0 1-1.948-1.55L4.107 5.58L2.4 4.3a1 1 0 0 1-.2-1.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20a1 1 0 1 1 0 2a1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2.001a1 1 0 0 1 0-2M2.2 2.9a1 1 0 0 1 1.4-.2l1.708 1.281c.341.256.59.614.714 1.02h12.846a2 2 0 0 1 1.984 2.248l-.457 3.655a5 5 0 0 1-4.546 4.362l-7.312.61L8.795 17H17.5a1 1 0 0 1 0 2H8.795a2 2 0 0 1-1.948-1.55L4.107 5.58L2.4 4.3a1 1 0 0 1-.2-1.4"/></svg>
</template>

CSS

.icon-shopping-cart-2-fill {
  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%22currentColor%22%20d%3D%22M9%2020a1%201%200%201%201%200%202a1%201%200%200%201%200-2m7%200a1%201%200%201%201%200%202.001a1%201%200%200%201%200-2M2.2%202.9a1%201%200%200%201%201.4-.2l1.708%201.281c.341.256.59.614.714%201.02h12.846a2%202%200%200%201%201.984%202.248l-.457%203.655a5%205%200%200%201-4.546%204.362l-7.312.61L8.795%2017H17.5a1%201%200%200%201%200%202H8.795a2%202%200%200%201-1.948-1.55L4.107%205.58L2.4%204.3a1%201%200%200%201-.2-1.4%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%22currentColor%22%20d%3D%22M9%2020a1%201%200%201%201%200%202a1%201%200%200%201%200-2m7%200a1%201%200%201%201%200%202.001a1%201%200%200%201%200-2M2.2%202.9a1%201%200%200%201%201.4-.2l1.708%201.281c.341.256.59.614.714%201.02h12.846a2%202%200%200%201%201.984%202.248l-.457%203.655a5%205%200%200%201-4.546%204.362l-7.312.61L8.795%2017H17.5a1%201%200%200%201%200%202H8.795a2%202%200%200%201-1.948-1.55L4.107%205.58L2.4%204.3a1%201%200%200%201-.2-1.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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