shopping cart alt icon

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

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

More shopping icons from Unicons

Use the shopping cart alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 15a3 3 0 0 0-1.9-2.78l1.87-7a1 1 0 0 0-.18-.87A1 1 0 0 0 20.5 4H6.8l-.33-1.26A1 1 0 0 0 5.5 2h-2v2h1.23l2.48 9.26a1 1 0 0 0 1 .74H18.5a1 1 0 0 1 0 2h-13a1 1 0 0 0 0 2h1.18a3 3 0 1 0 5.64 0h2.36a3 3 0 1 0 5.82 1a2.94 2.94 0 0 0-.4-1.47A3 3 0 0 0 21.5 15m-3.91-3H9L7.34 6H19.2ZM9.5 20a1 1 0 1 1 1-1a1 1 0 0 1-1 1m8 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function UilShoppingCartAlt(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="M21.5 15a3 3 0 0 0-1.9-2.78l1.87-7a1 1 0 0 0-.18-.87A1 1 0 0 0 20.5 4H6.8l-.33-1.26A1 1 0 0 0 5.5 2h-2v2h1.23l2.48 9.26a1 1 0 0 0 1 .74H18.5a1 1 0 0 1 0 2h-13a1 1 0 0 0 0 2h1.18a3 3 0 1 0 5.64 0h2.36a3 3 0 1 0 5.82 1a2.94 2.94 0 0 0-.4-1.47A3 3 0 0 0 21.5 15m-3.91-3H9L7.34 6H19.2ZM9.5 20a1 1 0 1 1 1-1a1 1 0 0 1-1 1m8 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 15a3 3 0 0 0-1.9-2.78l1.87-7a1 1 0 0 0-.18-.87A1 1 0 0 0 20.5 4H6.8l-.33-1.26A1 1 0 0 0 5.5 2h-2v2h1.23l2.48 9.26a1 1 0 0 0 1 .74H18.5a1 1 0 0 1 0 2h-13a1 1 0 0 0 0 2h1.18a3 3 0 1 0 5.64 0h2.36a3 3 0 1 0 5.82 1a2.94 2.94 0 0 0-.4-1.47A3 3 0 0 0 21.5 15m-3.91-3H9L7.34 6H19.2ZM9.5 20a1 1 0 1 1 1-1a1 1 0 0 1-1 1m8 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-shopping-cart-alt {
  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%22M21.5%2015a3%203%200%200%200-1.9-2.78l1.87-7a1%201%200%200%200-.18-.87A1%201%200%200%200%2020.5%204H6.8l-.33-1.26A1%201%200%200%200%205.5%202h-2v2h1.23l2.48%209.26a1%201%200%200%200%201%20.74H18.5a1%201%200%200%201%200%202h-13a1%201%200%200%200%200%202h1.18a3%203%200%201%200%205.64%200h2.36a3%203%200%201%200%205.82%201a2.94%202.94%200%200%200-.4-1.47A3%203%200%200%200%2021.5%2015m-3.91-3H9L7.34%206H19.2ZM9.5%2020a1%201%200%201%201%201-1a1%201%200%200%201-1%201m8%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201%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%22M21.5%2015a3%203%200%200%200-1.9-2.78l1.87-7a1%201%200%200%200-.18-.87A1%201%200%200%200%2020.5%204H6.8l-.33-1.26A1%201%200%200%200%205.5%202h-2v2h1.23l2.48%209.26a1%201%200%200%200%201%20.74H18.5a1%201%200%200%201%200%202h-13a1%201%200%200%200%200%202h1.18a3%203%200%201%200%205.64%200h2.36a3%203%200%201%200%205.82%201a2.94%202.94%200%200%200-.4-1.47A3%203%200%200%200%2021.5%2015m-3.91-3H9L7.34%206H19.2ZM9.5%2020a1%201%200%201%201%201-1a1%201%200%200%201-1%201m8%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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