cart 4 icon

cart-4-broken from Solar by 480 Design · Broken · Shopping · CC-BY-4.0 Attribution required.

Name
cart-4-broken
Set
Solar
Style
Broken
Category
Shopping
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More shopping icons from Solar

Use the cart 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3 11H7M21 11H11"/><path stroke-linejoin="round" d="M10 14H14"/><path stroke-linejoin="round" d="M18 9L15 3"/><path stroke-linejoin="round" d="M6 9L9 3"/><path d="M20.0164 16.2572C19.5294 18.5297 19.2859 19.666 18.4608 20.333C17.6357 21 16.4737 21 14.1495 21H9.85053C7.52639 21 6.36432 21 5.53925 20.333C4.71418 19.666 4.47069 18.5297 3.98372 16.2572L3.55514 14.2572C2.83668 10.9043 2.47745 9.22793 3.378 8.11397C4.27855 7 5.99302 7 9.42196 7H14.5781C18.0071 7 19.7215 7 20.6221 8.11397C21.2929 8.94376 21.2647 10.0856 20.9097 12"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCart4Broken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M3 11H7M21 11H11"/><path strokeLinejoin="round" d="M10 14H14"/><path strokeLinejoin="round" d="M18 9L15 3"/><path strokeLinejoin="round" d="M6 9L9 3"/><path d="M20.0164 16.2572C19.5294 18.5297 19.2859 19.666 18.4608 20.333C17.6357 21 16.4737 21 14.1495 21H9.85053C7.52639 21 6.36432 21 5.53925 20.333C4.71418 19.666 4.47069 18.5297 3.98372 16.2572L3.55514 14.2572C2.83668 10.9043 2.47745 9.22793 3.378 8.11397C4.27855 7 5.99302 7 9.42196 7H14.5781C18.0071 7 19.7215 7 20.6221 8.11397C21.2929 8.94376 21.2647 10.0856 20.9097 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3 11H7M21 11H11"/><path stroke-linejoin="round" d="M10 14H14"/><path stroke-linejoin="round" d="M18 9L15 3"/><path stroke-linejoin="round" d="M6 9L9 3"/><path d="M20.0164 16.2572C19.5294 18.5297 19.2859 19.666 18.4608 20.333C17.6357 21 16.4737 21 14.1495 21H9.85053C7.52639 21 6.36432 21 5.53925 20.333C4.71418 19.666 4.47069 18.5297 3.98372 16.2572L3.55514 14.2572C2.83668 10.9043 2.47745 9.22793 3.378 8.11397C4.27855 7 5.99302 7 9.42196 7H14.5781C18.0071 7 19.7215 7 20.6221 8.11397C21.2929 8.94376 21.2647 10.0856 20.9097 12"/></g></svg>
</template>

CSS

.icon-cart-4-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2011H7M21%2011H11%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2014H14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%209L15%203%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209L9%203%22%2F%3E%3Cpath%20d%3D%22M20.0164%2016.2572C19.5294%2018.5297%2019.2859%2019.666%2018.4608%2020.333C17.6357%2021%2016.4737%2021%2014.1495%2021H9.85053C7.52639%2021%206.36432%2021%205.53925%2020.333C4.71418%2019.666%204.47069%2018.5297%203.98372%2016.2572L3.55514%2014.2572C2.83668%2010.9043%202.47745%209.22793%203.378%208.11397C4.27855%207%205.99302%207%209.42196%207H14.5781C18.0071%207%2019.7215%207%2020.6221%208.11397C21.2929%208.94376%2021.2647%2010.0856%2020.9097%2012%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2011H7M21%2011H11%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2014H14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%209L15%203%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209L9%203%22%2F%3E%3Cpath%20d%3D%22M20.0164%2016.2572C19.5294%2018.5297%2019.2859%2019.666%2018.4608%2020.333C17.6357%2021%2016.4737%2021%2014.1495%2021H9.85053C7.52639%2021%206.36432%2021%205.53925%2020.333C4.71418%2019.666%204.47069%2018.5297%203.98372%2016.2572L3.55514%2014.2572C2.83668%2010.9043%202.47745%209.22793%203.378%208.11397C4.27855%207%205.99302%207%209.42196%207H14.5781C18.0071%207%2019.7215%207%2020.6221%208.11397C21.2929%208.94376%2021.2647%2010.0856%2020.9097%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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