basket from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
basket
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-basket

The same icon in other sets

Use the basket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9h-1.42l-3.712-6.496l-1.736.992L17.277 9H6.723l3.146-5.504l-1.737-.992L4.42 9H3a1 1 0 0 0-.965 1.263l2.799 10.264A2.005 2.005 0 0 0 6.764 22h10.473c.898 0 1.692-.605 1.93-1.475l2.799-10.263A.998.998 0 0 0 21 9m-3.764 11v1zH6.764L4.31 11h15.38z"/><path fill="currentColor" d="M9 13h2v5H9zm4 0h2v5h-2z"/></svg>

React

import type { SVGProps } from "react";

export function BxBasket(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="M21 9h-1.42l-3.712-6.496l-1.736.992L17.277 9H6.723l3.146-5.504l-1.737-.992L4.42 9H3a1 1 0 0 0-.965 1.263l2.799 10.264A2.005 2.005 0 0 0 6.764 22h10.473c.898 0 1.692-.605 1.93-1.475l2.799-10.263A.998.998 0 0 0 21 9m-3.764 11v1zH6.764L4.31 11h15.38z"/><path fill="currentColor" d="M9 13h2v5H9zm4 0h2v5h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9h-1.42l-3.712-6.496l-1.736.992L17.277 9H6.723l3.146-5.504l-1.737-.992L4.42 9H3a1 1 0 0 0-.965 1.263l2.799 10.264A2.005 2.005 0 0 0 6.764 22h10.473c.898 0 1.692-.605 1.93-1.475l2.799-10.263A.998.998 0 0 0 21 9m-3.764 11v1zH6.764L4.31 11h15.38z"/><path fill="currentColor" d="M9 13h2v5H9zm4 0h2v5h-2z"/></svg>
</template>

CSS

.icon-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%22M21%209h-1.42l-3.712-6.496l-1.736.992L17.277%209H6.723l3.146-5.504l-1.737-.992L4.42%209H3a1%201%200%200%200-.965%201.263l2.799%2010.264A2.005%202.005%200%200%200%206.764%2022h10.473c.898%200%201.692-.605%201.93-1.475l2.799-10.263A.998.998%200%200%200%2021%209m-3.764%2011v1zH6.764L4.31%2011h15.38z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2013h2v5H9zm4%200h2v5h-2z%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%22M21%209h-1.42l-3.712-6.496l-1.736.992L17.277%209H6.723l3.146-5.504l-1.737-.992L4.42%209H3a1%201%200%200%200-.965%201.263l2.799%2010.264A2.005%202.005%200%200%200%206.764%2022h10.473c.898%200%201.692-.605%201.93-1.475l2.799-10.263A.998.998%200%200%200%2021%209m-3.764%2011v1zH6.764L4.31%2011h15.38z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2013h2v5H9zm4%200h2v5h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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