shopping basket icon
shopping-basket-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- shopping-basket-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shopping-basket-outline-rounded
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="M5.525 21q-.675 0-1.2-.413T3.6 19.525l-2.55-9.25Q.925 9.8 1.213 9.4T2 9h4.75l4.4-6.55q.125-.2.35-.325T11.975 2t.475.125t.35.325L17.2 9H22q.5 0 .788.4t.162.875l-2.55 9.25q-.2.65-.725 1.063t-1.2.412zM5.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 MaterialSymbolsShoppingBasketOutline(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="M5.525 21q-.675 0-1.2-.413T3.6 19.525l-2.55-9.25Q.925 9.8 1.213 9.4T2 9h4.75l4.4-6.55q.125-.2.35-.325T11.975 2t.475.125t.35.325L17.2 9H22q.5 0 .788.4t.162.875l-2.55 9.25q-.2.65-.725 1.063t-1.2.412zM5.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="M5.525 21q-.675 0-1.2-.413T3.6 19.525l-2.55-9.25Q.925 9.8 1.213 9.4T2 9h4.75l4.4-6.55q.125-.2.35-.325T11.975 2t.475.125t.35.325L17.2 9H22q.5 0 .788.4t.162.875l-2.55 9.25q-.2.65-.725 1.063t-1.2.412zM5.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 {
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%22M5.525%2021q-.675%200-1.2-.413T3.6%2019.525l-2.55-9.25Q.925%209.8%201.213%209.4T2%209h4.75l4.4-6.55q.125-.2.35-.325T11.975%202t.475.125t.35.325L17.2%209H22q.5%200%20.788.4t.162.875l-2.55%209.25q-.2.65-.725%201.063t-1.2.412zM5.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%22M5.525%2021q-.675%200-1.2-.413T3.6%2019.525l-2.55-9.25Q.925%209.8%201.213%209.4T2%209h4.75l4.4-6.55q.125-.2.35-.325T11.975%202t.475.125t.35.325L17.2%209H22q.5%200%20.788.4t.162.875l-2.55%209.25q-.2.65-.725%201.063t-1.2.412zM5.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.svg?color=%231a73e8&size=48