shopping cart off icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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.825 13l-9-9H19.95q.575 0 .888.488t.012 1.062l-3.55 6.4q-.275.5-.712.775t-.763.275M7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m13.5 1.3L14.15 17H7.6q-1.1 0-1.675-.937T5.85 14.1l1.05-2.15L5.1 7.9L.7 3.5l1.4-1.4l19.8 19.8zM12.15 15l-2-2H8.6l-1 2zm3.438 6.413Q15 20.825 15 20t.588-1.412T17 18t1.413.588T19 20t-.587 1.413T17 22t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShoppingCartOff(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.825 13l-9-9H19.95q.575 0 .888.488t.012 1.062l-3.55 6.4q-.275.5-.712.775t-.763.275M7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m13.5 1.3L14.15 17H7.6q-1.1 0-1.675-.937T5.85 14.1l1.05-2.15L5.1 7.9L.7 3.5l1.4-1.4l19.8 19.8zM12.15 15l-2-2H8.6l-1 2zm3.438 6.413Q15 20.825 15 20t.588-1.412T17 18t1.413.588T19 20t-.587 1.413T17 22t-1.412-.587"/></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.825 13l-9-9H19.95q.575 0 .888.488t.012 1.062l-3.55 6.4q-.275.5-.712.775t-.763.275M7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m13.5 1.3L14.15 17H7.6q-1.1 0-1.675-.937T5.85 14.1l1.05-2.15L5.1 7.9L.7 3.5l1.4-1.4l19.8 19.8zM12.15 15l-2-2H8.6l-1 2zm3.438 6.413Q15 20.825 15 20t.588-1.412T17 18t1.413.588T19 20t-.587 1.413T17 22t-1.412-.587"/></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.825%2013l-9-9H19.95q.575%200%20.888.488t.012%201.062l-3.55%206.4q-.275.5-.712.775t-.763.275M7%2022q-.825%200-1.412-.587T5%2020t.588-1.412T7%2018t1.413.588T9%2020t-.587%201.413T7%2022m13.5%201.3L14.15%2017H7.6q-1.1%200-1.675-.937T5.85%2014.1l1.05-2.15L5.1%207.9L.7%203.5l1.4-1.4l19.8%2019.8zM12.15%2015l-2-2H8.6l-1%202zm3.438%206.413Q15%2020.825%2015%2020t.588-1.412T17%2018t1.413.588T19%2020t-.587%201.413T17%2022t-1.412-.587%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.825%2013l-9-9H19.95q.575%200%20.888.488t.012%201.062l-3.55%206.4q-.275.5-.712.775t-.763.275M7%2022q-.825%200-1.412-.587T5%2020t.588-1.412T7%2018t1.413.588T9%2020t-.587%201.413T7%2022m13.5%201.3L14.15%2017H7.6q-1.1%200-1.675-.937T5.85%2014.1l1.05-2.15L5.1%207.9L.7%203.5l1.4-1.4l19.8%2019.8zM12.15%2015l-2-2H8.6l-1%202zm3.438%206.413Q15%2020.825%2015%2020t.588-1.412T17%2018t1.413.588T19%2020t-.587%201.413T17%2022t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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