shopping cart off icon

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

Name
shopping-cart-off-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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-2-2h1.725l2.75-5H8.825l-2-2H21.7l-4.975 9zM7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m13.5 1.3L14.15 17H4.425L6.9 11.95L5.1 7.9L.7 3.5l1.4-1.4l19.8 19.8zM12.15 15l-2-2H8.6l-1 2zm3.4-4h-1.725zm.038 10.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 MaterialSymbolsShoppingCartOffOutlineSharp(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-2-2h1.725l2.75-5H8.825l-2-2H21.7l-4.975 9zM7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m13.5 1.3L14.15 17H4.425L6.9 11.95L5.1 7.9L.7 3.5l1.4-1.4l19.8 19.8zM12.15 15l-2-2H8.6l-1 2zm3.4-4h-1.725zm.038 10.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-2-2h1.725l2.75-5H8.825l-2-2H21.7l-4.975 9zM7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m13.5 1.3L14.15 17H4.425L6.9 11.95L5.1 7.9L.7 3.5l1.4-1.4l19.8 19.8zM12.15 15l-2-2H8.6l-1 2zm3.4-4h-1.725zm.038 10.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-outline-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%22m15.825%2013l-2-2h1.725l2.75-5H8.825l-2-2H21.7l-4.975%209zM7%2022q-.825%200-1.412-.587T5%2020t.588-1.412T7%2018t1.413.588T9%2020t-.587%201.413T7%2022m13.5%201.3L14.15%2017H4.425L6.9%2011.95L5.1%207.9L.7%203.5l1.4-1.4l19.8%2019.8zM12.15%2015l-2-2H8.6l-1%202zm3.4-4h-1.725zm.038%2010.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-2-2h1.725l2.75-5H8.825l-2-2H21.7l-4.975%209zM7%2022q-.825%200-1.412-.587T5%2020t.588-1.412T7%2018t1.413.588T9%2020t-.587%201.413T7%2022m13.5%201.3L14.15%2017H4.425L6.9%2011.95L5.1%207.9L.7%203.5l1.4-1.4l19.8%2019.8zM12.15%2015l-2-2H8.6l-1%202zm3.4-4h-1.725zm.038%2010.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-outline-sharp.svg?color=%231a73e8&size=48