basket-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
basket-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the 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="m7 9l4.232-5.078a1 1 0 0 1 1.536 0L17 9m-8 4l.5 3m5.5-3l-.5 3M4 15a20 20 0 0 0 1.727 4.52c.163.303.482.48.827.48h10.88a.94.94 0 0 0 .84-.494A21 21 0 0 0 20 15c.536-2.144.83-4.436.944-5.456A.49.49 0 0 0 20.453 9H3.543a.49.49 0 0 0-.49.54c.108.996.39 3.228.947 5.46"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBasketLine(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="m7 9l4.232-5.078a1 1 0 0 1 1.536 0L17 9m-8 4l.5 3m5.5-3l-.5 3M4 15a20 20 0 0 0 1.727 4.52c.163.303.482.48.827.48h10.88a.94.94 0 0 0 .84-.494A21 21 0 0 0 20 15c.536-2.144.83-4.436.944-5.456A.49.49 0 0 0 20.453 9H3.543a.49.49 0 0 0-.49.54c.108.996.39 3.228.947 5.46"/></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="m7 9l4.232-5.078a1 1 0 0 1 1.536 0L17 9m-8 4l.5 3m5.5-3l-.5 3M4 15a20 20 0 0 0 1.727 4.52c.163.303.482.48.827.48h10.88a.94.94 0 0 0 .84-.494A21 21 0 0 0 20 15c.536-2.144.83-4.436.944-5.456A.49.49 0 0 0 20.453 9H3.543a.49.49 0 0 0-.49.54c.108.996.39 3.228.947 5.46"/></svg>
</template>

CSS

.icon-basket-line {
  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%22m7%209l4.232-5.078a1%201%200%200%201%201.536%200L17%209m-8%204l.5%203m5.5-3l-.5%203M4%2015a20%2020%200%200%200%201.727%204.52c.163.303.482.48.827.48h10.88a.94.94%200%200%200%20.84-.494A21%2021%200%200%200%2020%2015c.536-2.144.83-4.436.944-5.456A.49.49%200%200%200%2020.453%209H3.543a.49.49%200%200%200-.49.54c.108.996.39%203.228.947%205.46%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%22m7%209l4.232-5.078a1%201%200%200%201%201.536%200L17%209m-8%204l.5%203m5.5-3l-.5%203M4%2015a20%2020%200%200%200%201.727%204.52c.163.303.482.48.827.48h10.88a.94.94%200%200%200%20.84-.494A21%2021%200%200%200%2020%2015c.536-2.144.83-4.436.944-5.456A.49.49%200%200%200%2020.453%209H3.543a.49.49%200%200%200-.49.54c.108.996.39%203.228.947%205.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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