shopping basket icon

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

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

7 other variants in Keyline Icons

The same icon in other sets

All shopping basket icons →

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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M9 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"/><path fill="currentColor" fill-rule="evenodd" d="M3.0003 9L20.9997 9C22.1043 9 22.9997 9.8954 22.9997 11C22.9997 11.1974 22.9705 11.3937 22.913 11.5826L20.3882 19.8739C20.0037 21.1369 18.8386 22 17.5183 22L6.4817 22C5.1614 22 3.9963 21.1369 3.6118 19.8739L1.087 11.5826C1.0295 11.3937 1.0003 11.1974 1.0003 11C1.0003 9.8954 1.8957 9 3.0003 9Z" clip-rule="evenodd" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsShoppingBasketDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeOpacity=".4" d="M9 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"/><path fill="currentColor" fillRule="evenodd" d="M3.0003 9L20.9997 9C22.1043 9 22.9997 9.8954 22.9997 11C22.9997 11.1974 22.9705 11.3937 22.913 11.5826L20.3882 19.8739C20.0037 21.1369 18.8386 22 17.5183 22L6.4817 22C5.1614 22 3.9963 21.1369 3.6118 19.8739L1.087 11.5826C1.0295 11.3937 1.0003 11.1974 1.0003 11C1.0003 9.8954 1.8957 9 3.0003 9Z" clipRule="evenodd" stroke="none"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M9 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"/><path fill="currentColor" fill-rule="evenodd" d="M3.0003 9L20.9997 9C22.1043 9 22.9997 9.8954 22.9997 11C22.9997 11.1974 22.9705 11.3937 22.913 11.5826L20.3882 19.8739C20.0037 21.1369 18.8386 22 17.5183 22L6.4817 22C5.1614 22 3.9963 21.1369 3.6118 19.8739L1.087 11.5826C1.0295 11.3937 1.0003 11.1974 1.0003 11C1.0003 9.8954 1.8957 9 3.0003 9Z" clip-rule="evenodd" stroke="none"/></g></svg>
</template>

CSS

.icon-shopping-basket-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M9%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.0003%209L20.9997%209C22.1043%209%2022.9997%209.8954%2022.9997%2011C22.9997%2011.1974%2022.9705%2011.3937%2022.913%2011.5826L20.3882%2019.8739C20.0037%2021.1369%2018.8386%2022%2017.5183%2022L6.4817%2022C5.1614%2022%203.9963%2021.1369%203.6118%2019.8739L1.087%2011.5826C1.0295%2011.3937%201.0003%2011.1974%201.0003%2011C1.0003%209.8954%201.8957%209%203.0003%209Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M9%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.0003%209L20.9997%209C22.1043%209%2022.9997%209.8954%2022.9997%2011C22.9997%2011.1974%2022.9705%2011.3937%2022.913%2011.5826L20.3882%2019.8739C20.0037%2021.1369%2018.8386%2022%2017.5183%2022L6.4817%2022C5.1614%2022%203.9963%2021.1369%203.6118%2019.8739L1.087%2011.5826C1.0295%2011.3937%201.0003%2011.1974%201.0003%2011C1.0003%209.8954%201.8957%209%203.0003%209Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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