shopping cart icon

shopping-cart-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
shopping-cart-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All shopping cart icons →

More newicons icons from Reicon

Use the shopping cart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 22.5a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m-8 0a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M4.84 3.94l-.2 2.45c-.04.47.33.86.8.86h15.31c.42 0 .77-.32.8-.74c.13-1.77-1.22-3.21-2.99-3.21H6.27c-.1-.44-.3-.86-.61-1.21c-.5-.53-1.2-.84-1.92-.84H2c-.41 0-.75.34-.75.75s.34.75.75.75h1.74c.31 0 .6.13.81.35c.21.23.31.53.29.84m15.67 4.81H5.17c-.42 0-.76.32-.8.73l-.36 4.35A2.92 2.92 0 0 0 6.92 17h11.12c1.5 0 2.82-1.23 2.93-2.73l.33-4.67a.78.78 0 0 0-.79-.85"/></svg>

React

import type { SVGProps } from "react";

export function ReiconShoppingCartFilled(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="M16.25 22.5a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m-8 0a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M4.84 3.94l-.2 2.45c-.04.47.33.86.8.86h15.31c.42 0 .77-.32.8-.74c.13-1.77-1.22-3.21-2.99-3.21H6.27c-.1-.44-.3-.86-.61-1.21c-.5-.53-1.2-.84-1.92-.84H2c-.41 0-.75.34-.75.75s.34.75.75.75h1.74c.31 0 .6.13.81.35c.21.23.31.53.29.84m15.67 4.81H5.17c-.42 0-.76.32-.8.73l-.36 4.35A2.92 2.92 0 0 0 6.92 17h11.12c1.5 0 2.82-1.23 2.93-2.73l.33-4.67a.78.78 0 0 0-.79-.85"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 22.5a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m-8 0a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M4.84 3.94l-.2 2.45c-.04.47.33.86.8.86h15.31c.42 0 .77-.32.8-.74c.13-1.77-1.22-3.21-2.99-3.21H6.27c-.1-.44-.3-.86-.61-1.21c-.5-.53-1.2-.84-1.92-.84H2c-.41 0-.75.34-.75.75s.34.75.75.75h1.74c.31 0 .6.13.81.35c.21.23.31.53.29.84m15.67 4.81H5.17c-.42 0-.76.32-.8.73l-.36 4.35A2.92 2.92 0 0 0 6.92 17h11.12c1.5 0 2.82-1.23 2.93-2.73l.33-4.67a.78.78 0 0 0-.79-.85"/></svg>
</template>

CSS

.icon-shopping-cart-filled {
  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%22M16.25%2022.5a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5m-8%200a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5M4.84%203.94l-.2%202.45c-.04.47.33.86.8.86h15.31c.42%200%20.77-.32.8-.74c.13-1.77-1.22-3.21-2.99-3.21H6.27c-.1-.44-.3-.86-.61-1.21c-.5-.53-1.2-.84-1.92-.84H2c-.41%200-.75.34-.75.75s.34.75.75.75h1.74c.31%200%20.6.13.81.35c.21.23.31.53.29.84m15.67%204.81H5.17c-.42%200-.76.32-.8.73l-.36%204.35A2.92%202.92%200%200%200%206.92%2017h11.12c1.5%200%202.82-1.23%202.93-2.73l.33-4.67a.78.78%200%200%200-.79-.85%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%22M16.25%2022.5a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5m-8%200a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5M4.84%203.94l-.2%202.45c-.04.47.33.86.8.86h15.31c.42%200%20.77-.32.8-.74c.13-1.77-1.22-3.21-2.99-3.21H6.27c-.1-.44-.3-.86-.61-1.21c-.5-.53-1.2-.84-1.92-.84H2c-.41%200-.75.34-.75.75s.34.75.75.75h1.74c.31%200%20.6.13.81.35c.21.23.31.53.29.84m15.67%204.81H5.17c-.42%200-.76.32-.8.73l-.36%204.35A2.92%202.92%200%200%200%206.92%2017h11.12c1.5%200%202.82-1.23%202.93-2.73l.33-4.67a.78.78%200%200%200-.79-.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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