shopping cart off icon

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

Name
shopping-cart-off-sharp
Set
Material Symbols Light
Style
Sharp
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="M14.921 12.116L7.306 4.5h12.971l-4.129 7.616zm-7.613 9q-.614 0-1.057-.434t-.443-1.066t.443-1.067q.443-.433 1.057-.433t1.056.433q.444.434.444 1.067q0 .632-.443 1.066t-1.057.434m13 .607l-5.62-5.607H4.925l2.629-4.82L5.484 6.9L2.24 3.654l.707-.708l18.07 18.07zm-4.673-1.041q-.443-.434-.443-1.066t.443-1.067q.444-.433 1.057-.433t1.057.433q.443.434.443 1.067q0 .632-.443 1.066t-1.057.434t-1.057-.434"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoppingCartOffSharp(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="M14.921 12.116L7.306 4.5h12.971l-4.129 7.616zm-7.613 9q-.614 0-1.057-.434t-.443-1.066t.443-1.067q.443-.433 1.057-.433t1.056.433q.444.434.444 1.067q0 .632-.443 1.066t-1.057.434m13 .607l-5.62-5.607H4.925l2.629-4.82L5.484 6.9L2.24 3.654l.707-.708l18.07 18.07zm-4.673-1.041q-.443-.434-.443-1.066t.443-1.067q.444-.433 1.057-.433t1.057.433q.443.434.443 1.067q0 .632-.443 1.066t-1.057.434t-1.057-.434"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.921 12.116L7.306 4.5h12.971l-4.129 7.616zm-7.613 9q-.614 0-1.057-.434t-.443-1.066t.443-1.067q.443-.433 1.057-.433t1.056.433q.444.434.444 1.067q0 .632-.443 1.066t-1.057.434m13 .607l-5.62-5.607H4.925l2.629-4.82L5.484 6.9L2.24 3.654l.707-.708l18.07 18.07zm-4.673-1.041q-.443-.434-.443-1.066t.443-1.067q.444-.433 1.057-.433t1.057.433q.443.434.443 1.067q0 .632-.443 1.066t-1.057.434t-1.057-.434"/></svg>
</template>

CSS

.icon-shopping-cart-off-sharp {
  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%22M14.921%2012.116L7.306%204.5h12.971l-4.129%207.616zm-7.613%209q-.614%200-1.057-.434t-.443-1.066t.443-1.067q.443-.433%201.057-.433t1.056.433q.444.434.444%201.067q0%20.632-.443%201.066t-1.057.434m13%20.607l-5.62-5.607H4.925l2.629-4.82L5.484%206.9L2.24%203.654l.707-.708l18.07%2018.07zm-4.673-1.041q-.443-.434-.443-1.066t.443-1.067q.444-.433%201.057-.433t1.057.433q.443.434.443%201.067q0%20.632-.443%201.066t-1.057.434t-1.057-.434%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%22M14.921%2012.116L7.306%204.5h12.971l-4.129%207.616zm-7.613%209q-.614%200-1.057-.434t-.443-1.066t.443-1.067q.443-.433%201.057-.433t1.056.433q.444.434.444%201.067q0%20.632-.443%201.066t-1.057.434m13%20.607l-5.62-5.607H4.925l2.629-4.82L5.484%206.9L2.24%203.654l.707-.708l18.07%2018.07zm-4.673-1.041q-.443-.434-.443-1.066t.443-1.067q.444-.433%201.057-.433t1.057.433q.443.434.443%201.067q0%20.632-.443%201.066t-1.057.434t-1.057-.434%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-sharp.svg?color=%231a73e8&size=48