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

Name
shopping-basket-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the shopping basket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.833 20l-2.85-10H7.75l4.264-6.429L16.239 10h5.778L19.13 20zm.667-1h13l2.2-8H3.3zm7.201-3.299Q13 15.402 13 15t-.299-.701T12 14t-.701.299T11 15t.299.701T12 16t.701-.299M8.964 10h6.067l-3.037-4.623zM12 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoppingBasketOutlineSharp(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="m4.833 20l-2.85-10H7.75l4.264-6.429L16.239 10h5.778L19.13 20zm.667-1h13l2.2-8H3.3zm7.201-3.299Q13 15.402 13 15t-.299-.701T12 14t-.701.299T11 15t.299.701T12 16t.701-.299M8.964 10h6.067l-3.037-4.623zM12 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.833 20l-2.85-10H7.75l4.264-6.429L16.239 10h5.778L19.13 20zm.667-1h13l2.2-8H3.3zm7.201-3.299Q13 15.402 13 15t-.299-.701T12 14t-.701.299T11 15t.299.701T12 16t.701-.299M8.964 10h6.067l-3.037-4.623zM12 15"/></svg>
</template>

CSS

.icon-shopping-basket-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%22m4.833%2020l-2.85-10H7.75l4.264-6.429L16.239%2010h5.778L19.13%2020zm.667-1h13l2.2-8H3.3zm7.201-3.299Q13%2015.402%2013%2015t-.299-.701T12%2014t-.701.299T11%2015t.299.701T12%2016t.701-.299M8.964%2010h6.067l-3.037-4.623zM12%2015%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%22m4.833%2020l-2.85-10H7.75l4.264-6.429L16.239%2010h5.778L19.13%2020zm.667-1h13l2.2-8H3.3zm7.201-3.299Q13%2015.402%2013%2015t-.299-.701T12%2014t-.701.299T11%2015t.299.701T12%2016t.701-.299M8.964%2010h6.067l-3.037-4.623zM12%2015%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-basket-outline-sharp.svg?color=%231a73e8&size=48