shopping basket icon

shopping-basket from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
shopping-basket
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.0003 10L20.9997 10C21.6713 10 22.152 10.6488 21.9563 11.2913L19.4316 19.5826C19.1752 20.4246 18.3985 21 17.5183 21L6.4817 21C5.6015 21 4.8248 20.4246 4.5684 19.5826L2.0437 11.2913C1.848 10.6488 2.3287 10 3.0003 10ZM9 10L9.8773 3.8586C9.9477 3.3659 10.3696 3 10.8673 3L14.847 3C15.4555 3 15.923 3.539 15.8369 4.1414L15 10"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsShoppingBasket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3.0003 10L20.9997 10C21.6713 10 22.152 10.6488 21.9563 11.2913L19.4316 19.5826C19.1752 20.4246 18.3985 21 17.5183 21L6.4817 21C5.6015 21 4.8248 20.4246 4.5684 19.5826L2.0437 11.2913C1.848 10.6488 2.3287 10 3.0003 10ZM9 10L9.8773 3.8586C9.9477 3.3659 10.3696 3 10.8673 3L14.847 3C15.4555 3 15.923 3.539 15.8369 4.1414L15 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.0003 10L20.9997 10C21.6713 10 22.152 10.6488 21.9563 11.2913L19.4316 19.5826C19.1752 20.4246 18.3985 21 17.5183 21L6.4817 21C5.6015 21 4.8248 20.4246 4.5684 19.5826L2.0437 11.2913C1.848 10.6488 2.3287 10 3.0003 10ZM9 10L9.8773 3.8586C9.9477 3.3659 10.3696 3 10.8673 3L14.847 3C15.4555 3 15.923 3.539 15.8369 4.1414L15 10"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.0003%2010L20.9997%2010C21.6713%2010%2022.152%2010.6488%2021.9563%2011.2913L19.4316%2019.5826C19.1752%2020.4246%2018.3985%2021%2017.5183%2021L6.4817%2021C5.6015%2021%204.8248%2020.4246%204.5684%2019.5826L2.0437%2011.2913C1.848%2010.6488%202.3287%2010%203.0003%2010ZM9%2010L9.8773%203.8586C9.9477%203.3659%2010.3696%203%2010.8673%203L14.847%203C15.4555%203%2015.923%203.539%2015.8369%204.1414L15%2010%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.0003%2010L20.9997%2010C21.6713%2010%2022.152%2010.6488%2021.9563%2011.2913L19.4316%2019.5826C19.1752%2020.4246%2018.3985%2021%2017.5183%2021L6.4817%2021C5.6015%2021%204.8248%2020.4246%204.5684%2019.5826L2.0437%2011.2913C1.848%2010.6488%202.3287%2010%203.0003%2010ZM9%2010L9.8773%203.8586C9.9477%203.3659%2010.3696%203%2010.8673%203L14.847%203C15.4555%203%2015.923%203.539%2015.8369%204.1414L15%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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