shopping basket icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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.025 21L.675 9H6.75l5.225-7.775L17.2 9h6.125l-3.35 12zM5.5 19h13l2.2-8H3.3zm7.913-2.588Q14 15.826 14 15t-.587-1.412T12 13t-1.412.588T10 15t.588 1.413T12 17t1.413-.587M9.174 9H14.8l-2.825-4.2zM12 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShoppingBasketOutlineSharp(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.025 21L.675 9H6.75l5.225-7.775L17.2 9h6.125l-3.35 12zM5.5 19h13l2.2-8H3.3zm7.913-2.588Q14 15.826 14 15t-.587-1.412T12 13t-1.412.588T10 15t.588 1.413T12 17t1.413-.587M9.174 9H14.8l-2.825-4.2zM12 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.025 21L.675 9H6.75l5.225-7.775L17.2 9h6.125l-3.35 12zM5.5 19h13l2.2-8H3.3zm7.913-2.588Q14 15.826 14 15t-.587-1.412T12 13t-1.412.588T10 15t.588 1.413T12 17t1.413-.587M9.174 9H14.8l-2.825-4.2zM12 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.025%2021L.675%209H6.75l5.225-7.775L17.2%209h6.125l-3.35%2012zM5.5%2019h13l2.2-8H3.3zm7.913-2.588Q14%2015.826%2014%2015t-.587-1.412T12%2013t-1.412.588T10%2015t.588%201.413T12%2017t1.413-.587M9.174%209H14.8l-2.825-4.2zM12%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.025%2021L.675%209H6.75l5.225-7.775L17.2%209h6.125l-3.35%2012zM5.5%2019h13l2.2-8H3.3zm7.913-2.588Q14%2015.826%2014%2015t-.587-1.412T12%2013t-1.412.588T10%2015t.588%201.413T12%2017t1.413-.587M9.174%209H14.8l-2.825-4.2zM12%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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