shopping cart off icon

shopping-cart-off from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
shopping-cart-off
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the shopping cart off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.306 12.116h-.385L7.306 4.5h11.106q.652 0 .964.536q.313.535-.026 1.168l-2.78 5.13q-.218.405-.502.593t-.762.189m-7.998 9q-.614 0-1.057-.434t-.443-1.067t.443-1.066t1.057-.434t1.056.434q.444.434.444 1.066t-.443 1.067t-1.057.433m13 .608l-5.62-5.608H7.446q-.869 0-1.3-.726t-.027-1.481l1.435-2.612L5.484 6.9L2.24 3.654l.707-.708l18.07 18.07zm-6.62-6.608l-3-3H8.215l-1.192 2.231q-.154.288-.01.529t.433.24zm1.947 5.567q-.443-.434-.443-1.067q0-.632.443-1.066q.444-.434 1.057-.434t1.057.434t.443 1.066t-.443 1.067t-1.057.433t-1.057-.433"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoppingCartOff(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="M15.306 12.116h-.385L7.306 4.5h11.106q.652 0 .964.536q.313.535-.026 1.168l-2.78 5.13q-.218.405-.502.593t-.762.189m-7.998 9q-.614 0-1.057-.434t-.443-1.067t.443-1.066t1.057-.434t1.056.434q.444.434.444 1.066t-.443 1.067t-1.057.433m13 .608l-5.62-5.608H7.446q-.869 0-1.3-.726t-.027-1.481l1.435-2.612L5.484 6.9L2.24 3.654l.707-.708l18.07 18.07zm-6.62-6.608l-3-3H8.215l-1.192 2.231q-.154.288-.01.529t.433.24zm1.947 5.567q-.443-.434-.443-1.067q0-.632.443-1.066q.444-.434 1.057-.434t1.057.434t.443 1.066t-.443 1.067t-1.057.433t-1.057-.433"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.306 12.116h-.385L7.306 4.5h11.106q.652 0 .964.536q.313.535-.026 1.168l-2.78 5.13q-.218.405-.502.593t-.762.189m-7.998 9q-.614 0-1.057-.434t-.443-1.067t.443-1.066t1.057-.434t1.056.434q.444.434.444 1.066t-.443 1.067t-1.057.433m13 .608l-5.62-5.608H7.446q-.869 0-1.3-.726t-.027-1.481l1.435-2.612L5.484 6.9L2.24 3.654l.707-.708l18.07 18.07zm-6.62-6.608l-3-3H8.215l-1.192 2.231q-.154.288-.01.529t.433.24zm1.947 5.567q-.443-.434-.443-1.067q0-.632.443-1.066q.444-.434 1.057-.434t1.057.434t.443 1.066t-.443 1.067t-1.057.433t-1.057-.433"/></svg>
</template>

CSS

.icon-shopping-cart-off {
  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%22M15.306%2012.116h-.385L7.306%204.5h11.106q.652%200%20.964.536q.313.535-.026%201.168l-2.78%205.13q-.218.405-.502.593t-.762.189m-7.998%209q-.614%200-1.057-.434t-.443-1.067t.443-1.066t1.057-.434t1.056.434q.444.434.444%201.066t-.443%201.067t-1.057.433m13%20.608l-5.62-5.608H7.446q-.869%200-1.3-.726t-.027-1.481l1.435-2.612L5.484%206.9L2.24%203.654l.707-.708l18.07%2018.07zm-6.62-6.608l-3-3H8.215l-1.192%202.231q-.154.288-.01.529t.433.24zm1.947%205.567q-.443-.434-.443-1.067q0-.632.443-1.066q.444-.434%201.057-.434t1.057.434t.443%201.066t-.443%201.067t-1.057.433t-1.057-.433%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%22M15.306%2012.116h-.385L7.306%204.5h11.106q.652%200%20.964.536q.313.535-.026%201.168l-2.78%205.13q-.218.405-.502.593t-.762.189m-7.998%209q-.614%200-1.057-.434t-.443-1.067t.443-1.066t1.057-.434t1.056.434q.444.434.444%201.066t-.443%201.067t-1.057.433m13%20.608l-5.62-5.608H7.446q-.869%200-1.3-.726t-.027-1.481l1.435-2.612L5.484%206.9L2.24%203.654l.707-.708l18.07%2018.07zm-6.62-6.608l-3-3H8.215l-1.192%202.231q-.154.288-.01.529t.433.24zm1.947%205.567q-.443-.434-.443-1.067q0-.632.443-1.066q.444-.434%201.057-.434t1.057.434t.443%201.066t-.443%201.067t-1.057.433t-1.057-.433%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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