shopping cart icon

shopping-cart from Unicons by Iconscout · Line · Shopping · Apache-2.0 Free for personal and commercial use.

Name
shopping-cart
Set
Unicons
Style
Line
Category
Shopping
Viewbox
24×24
License
Apache 2.0
Aliases
shopping-trolley

The same icon in other sets

More shopping icons from Unicons

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="M8.5 19a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 8.5 19M19 16H7a1 1 0 0 1 0-2h8.491a3.01 3.01 0 0 0 2.885-2.176l1.585-5.55A1 1 0 0 0 19 5H6.74a3.01 3.01 0 0 0-2.82-2H3a1 1 0 0 0 0 2h.921a1.005 1.005 0 0 1 .962.725l.155.545v.005l1.641 5.742A3 3 0 0 0 7 18h12a1 1 0 0 0 0-2m-1.326-9l-1.22 4.274a1.005 1.005 0 0 1-.963.726H8.754l-.255-.892L7.326 7ZM16.5 19a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function UilShoppingCart(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="M8.5 19a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 8.5 19M19 16H7a1 1 0 0 1 0-2h8.491a3.01 3.01 0 0 0 2.885-2.176l1.585-5.55A1 1 0 0 0 19 5H6.74a3.01 3.01 0 0 0-2.82-2H3a1 1 0 0 0 0 2h.921a1.005 1.005 0 0 1 .962.725l.155.545v.005l1.641 5.742A3 3 0 0 0 7 18h12a1 1 0 0 0 0-2m-1.326-9l-1.22 4.274a1.005 1.005 0 0 1-.963.726H8.754l-.255-.892L7.326 7ZM16.5 19a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 19a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 8.5 19M19 16H7a1 1 0 0 1 0-2h8.491a3.01 3.01 0 0 0 2.885-2.176l1.585-5.55A1 1 0 0 0 19 5H6.74a3.01 3.01 0 0 0-2.82-2H3a1 1 0 0 0 0 2h.921a1.005 1.005 0 0 1 .962.725l.155.545v.005l1.641 5.742A3 3 0 0 0 7 18h12a1 1 0 0 0 0-2m-1.326-9l-1.22 4.274a1.005 1.005 0 0 1-.963.726H8.754l-.255-.892L7.326 7ZM16.5 19a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2019a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%208.5%2019M19%2016H7a1%201%200%200%201%200-2h8.491a3.01%203.01%200%200%200%202.885-2.176l1.585-5.55A1%201%200%200%200%2019%205H6.74a3.01%203.01%200%200%200-2.82-2H3a1%201%200%200%200%200%202h.921a1.005%201.005%200%200%201%20.962.725l.155.545v.005l1.641%205.742A3%203%200%200%200%207%2018h12a1%201%200%200%200%200-2m-1.326-9l-1.22%204.274a1.005%201.005%200%200%201-.963.726H8.754l-.255-.892L7.326%207ZM16.5%2019a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%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%22M8.5%2019a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%208.5%2019M19%2016H7a1%201%200%200%201%200-2h8.491a3.01%203.01%200%200%200%202.885-2.176l1.585-5.55A1%201%200%200%200%2019%205H6.74a3.01%203.01%200%200%200-2.82-2H3a1%201%200%200%200%200%202h.921a1.005%201.005%200%200%201%20.962.725l.155.545v.005l1.641%205.742A3%203%200%200%200%207%2018h12a1%201%200%200%200%200-2m-1.326-9l-1.22%204.274a1.005%201.005%200%200%201-.963.726H8.754l-.255-.892L7.326%207ZM16.5%2019a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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