shopping cart error icon

shopping-cart-error from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
shopping-cart-error
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the shopping cart error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="10" cy="28" r="2" fill="currentColor"/><circle cx="24" cy="28" r="2" fill="currentColor"/><path fill="currentColor" d="M4.98 2.804A1 1 0 0 0 4 2H0v2h3.18l3.84 19.196A1 1 0 0 0 8 24h18v-2H8.82l-.8-4H26a1 1 0 0 0 .976-.783L29.244 7h-2.047l-1.999 9H7.62Z"/><path fill="currentColor" d="M17 2a6 6 0 1 0 6 6a6.007 6.007 0 0 0-6-6m0 2a3.95 3.95 0 0 1 2.019.567l-5.452 5.452A3.95 3.95 0 0 1 13 8a4.005 4.005 0 0 1 4-4m0 8a3.95 3.95 0 0 1-2.019-.567l5.452-5.452A3.95 3.95 0 0 1 21 8a4.005 4.005 0 0 1-4 4"/></svg>

React

import type { SVGProps } from "react";

export function CarbonShoppingCartError(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="10" cy="28" r="2" fill="currentColor"/><circle cx="24" cy="28" r="2" fill="currentColor"/><path fill="currentColor" d="M4.98 2.804A1 1 0 0 0 4 2H0v2h3.18l3.84 19.196A1 1 0 0 0 8 24h18v-2H8.82l-.8-4H26a1 1 0 0 0 .976-.783L29.244 7h-2.047l-1.999 9H7.62Z"/><path fill="currentColor" d="M17 2a6 6 0 1 0 6 6a6.007 6.007 0 0 0-6-6m0 2a3.95 3.95 0 0 1 2.019.567l-5.452 5.452A3.95 3.95 0 0 1 13 8a4.005 4.005 0 0 1 4-4m0 8a3.95 3.95 0 0 1-2.019-.567l5.452-5.452A3.95 3.95 0 0 1 21 8a4.005 4.005 0 0 1-4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="10" cy="28" r="2" fill="currentColor"/><circle cx="24" cy="28" r="2" fill="currentColor"/><path fill="currentColor" d="M4.98 2.804A1 1 0 0 0 4 2H0v2h3.18l3.84 19.196A1 1 0 0 0 8 24h18v-2H8.82l-.8-4H26a1 1 0 0 0 .976-.783L29.244 7h-2.047l-1.999 9H7.62Z"/><path fill="currentColor" d="M17 2a6 6 0 1 0 6 6a6.007 6.007 0 0 0-6-6m0 2a3.95 3.95 0 0 1 2.019.567l-5.452 5.452A3.95 3.95 0 0 1 13 8a4.005 4.005 0 0 1 4-4m0 8a3.95 3.95 0 0 1-2.019-.567l5.452-5.452A3.95 3.95 0 0 1 21 8a4.005 4.005 0 0 1-4 4"/></svg>
</template>

CSS

.icon-shopping-cart-error {
  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%2032%2032%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.98%202.804A1%201%200%200%200%204%202H0v2h3.18l3.84%2019.196A1%201%200%200%200%208%2024h18v-2H8.82l-.8-4H26a1%201%200%200%200%20.976-.783L29.244%207h-2.047l-1.999%209H7.62Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202a6%206%200%201%200%206%206a6.007%206.007%200%200%200-6-6m0%202a3.95%203.95%200%200%201%202.019.567l-5.452%205.452A3.95%203.95%200%200%201%2013%208a4.005%204.005%200%200%201%204-4m0%208a3.95%203.95%200%200%201-2.019-.567l5.452-5.452A3.95%203.95%200%200%201%2021%208a4.005%204.005%200%200%201-4%204%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%2032%2032%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.98%202.804A1%201%200%200%200%204%202H0v2h3.18l3.84%2019.196A1%201%200%200%200%208%2024h18v-2H8.82l-.8-4H26a1%201%200%200%200%20.976-.783L29.244%207h-2.047l-1.999%209H7.62Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202a6%206%200%201%200%206%206a6.007%206.007%200%200%200-6-6m0%202a3.95%203.95%200%200%201%202.019.567l-5.452%205.452A3.95%203.95%200%200%201%2013%208a4.005%204.005%200%200%201%204-4m0%208a3.95%203.95%200%200%201-2.019-.567l5.452-5.452A3.95%203.95%200%200%201%2021%208a4.005%204.005%200%200%201-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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