shopping basket icon
shopping-basket from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- shopping-basket
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shopping-basket-rounded
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="M6.044 20q-.54 0-.978-.316q-.439-.317-.581-.851L2.28 11.025q-.106-.379.134-.702q.239-.323.643-.323H7.75l3.862-5.82q.067-.103.176-.16q.11-.059.225-.059q.116 0 .225.058q.11.058.177.162L16.238 10h4.704q.404 0 .653.323q.25.323.124.702l-2.242 7.808q-.143.534-.58.85q-.44.317-.98.317zm6.657-4.299Q13 15.402 13 15t-.299-.701T12 14t-.701.299T11 15t.299.701T12 16t.701-.299M8.964 10h6.067l-3.037-4.623z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShoppingBasket(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="M6.044 20q-.54 0-.978-.316q-.439-.317-.581-.851L2.28 11.025q-.106-.379.134-.702q.239-.323.643-.323H7.75l3.862-5.82q.067-.103.176-.16q.11-.059.225-.059q.116 0 .225.058q.11.058.177.162L16.238 10h4.704q.404 0 .653.323q.25.323.124.702l-2.242 7.808q-.143.534-.58.85q-.44.317-.98.317zm6.657-4.299Q13 15.402 13 15t-.299-.701T12 14t-.701.299T11 15t.299.701T12 16t.701-.299M8.964 10h6.067l-3.037-4.623z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.044 20q-.54 0-.978-.316q-.439-.317-.581-.851L2.28 11.025q-.106-.379.134-.702q.239-.323.643-.323H7.75l3.862-5.82q.067-.103.176-.16q.11-.059.225-.059q.116 0 .225.058q.11.058.177.162L16.238 10h4.704q.404 0 .653.323q.25.323.124.702l-2.242 7.808q-.143.534-.58.85q-.44.317-.98.317zm6.657-4.299Q13 15.402 13 15t-.299-.701T12 14t-.701.299T11 15t.299.701T12 16t.701-.299M8.964 10h6.067l-3.037-4.623z"/></svg> </template>
CSS
.icon-shopping-basket {
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%22M6.044%2020q-.54%200-.978-.316q-.439-.317-.581-.851L2.28%2011.025q-.106-.379.134-.702q.239-.323.643-.323H7.75l3.862-5.82q.067-.103.176-.16q.11-.059.225-.059q.116%200%20.225.058q.11.058.177.162L16.238%2010h4.704q.404%200%20.653.323q.25.323.124.702l-2.242%207.808q-.143.534-.58.85q-.44.317-.98.317zm6.657-4.299Q13%2015.402%2013%2015t-.299-.701T12%2014t-.701.299T11%2015t.299.701T12%2016t.701-.299M8.964%2010h6.067l-3.037-4.623z%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%22M6.044%2020q-.54%200-.978-.316q-.439-.317-.581-.851L2.28%2011.025q-.106-.379.134-.702q.239-.323.643-.323H7.75l3.862-5.82q.067-.103.176-.16q.11-.059.225-.059q.116%200%20.225.058q.11.058.177.162L16.238%2010h4.704q.404%200%20.653.323q.25.323.124.702l-2.242%207.808q-.143.534-.58.85q-.44.317-.98.317zm6.657-4.299Q13%2015.402%2013%2015t-.299-.701T12%2014t-.701.299T11%2015t.299.701T12%2016t.701-.299M8.964%2010h6.067l-3.037-4.623z%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.svg?color=%231a73e8&size=48