cart from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
cart
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the cart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="176" cy="416" r="32" fill="currentColor"/><circle cx="400" cy="416" r="32" fill="currentColor"/><path fill="currentColor" d="M456.8 120.78a23.92 23.92 0 0 0-18.56-8.78H133.89l-6.13-34.78A16 16 0 0 0 112 64H48a16 16 0 0 0 0 32h50.58l45.66 258.78A16 16 0 0 0 160 368h256a16 16 0 0 0 0-32H173.42l-5.64-32h241.66A24.07 24.07 0 0 0 433 284.71l28.8-144a24 24 0 0 0-5-19.93"/></svg>

React

import type { SVGProps } from "react";

export function IonCart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="176" cy="416" r="32" fill="currentColor"/><circle cx="400" cy="416" r="32" fill="currentColor"/><path fill="currentColor" d="M456.8 120.78a23.92 23.92 0 0 0-18.56-8.78H133.89l-6.13-34.78A16 16 0 0 0 112 64H48a16 16 0 0 0 0 32h50.58l45.66 258.78A16 16 0 0 0 160 368h256a16 16 0 0 0 0-32H173.42l-5.64-32h241.66A24.07 24.07 0 0 0 433 284.71l28.8-144a24 24 0 0 0-5-19.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="176" cy="416" r="32" fill="currentColor"/><circle cx="400" cy="416" r="32" fill="currentColor"/><path fill="currentColor" d="M456.8 120.78a23.92 23.92 0 0 0-18.56-8.78H133.89l-6.13-34.78A16 16 0 0 0 112 64H48a16 16 0 0 0 0 32h50.58l45.66 258.78A16 16 0 0 0 160 368h256a16 16 0 0 0 0-32H173.42l-5.64-32h241.66A24.07 24.07 0 0 0 433 284.71l28.8-144a24 24 0 0 0-5-19.93"/></svg>
</template>

CSS

.icon-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%20512%20512%22%3E%3Ccircle%20cx%3D%22176%22%20cy%3D%22416%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22416%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M456.8%20120.78a23.92%2023.92%200%200%200-18.56-8.78H133.89l-6.13-34.78A16%2016%200%200%200%20112%2064H48a16%2016%200%200%200%200%2032h50.58l45.66%20258.78A16%2016%200%200%200%20160%20368h256a16%2016%200%200%200%200-32H173.42l-5.64-32h241.66A24.07%2024.07%200%200%200%20433%20284.71l28.8-144a24%2024%200%200%200-5-19.93%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%20512%20512%22%3E%3Ccircle%20cx%3D%22176%22%20cy%3D%22416%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22416%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M456.8%20120.78a23.92%2023.92%200%200%200-18.56-8.78H133.89l-6.13-34.78A16%2016%200%200%200%20112%2064H48a16%2016%200%200%200%200%2032h50.58l45.66%20258.78A16%2016%200%200%200%20160%20368h256a16%2016%200%200%200%200-32H173.42l-5.64-32h241.66A24.07%2024.07%200%200%200%20433%20284.71l28.8-144a24%2024%200%200%200-5-19.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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