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

Name
basket-fill
Set
MingCute Icon
Style
Fill
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="currentColor" d="M10.464 3.281a2 2 0 0 1 3.073 0L17.469 8h2.984a1.49 1.49 0 0 1 1.484 1.655c-.116 1.034-.415 3.378-.967 5.587a22 22 0 0 1-1.812 4.73A1.94 1.94 0 0 1 17.435 21H6.555a1.93 1.93 0 0 1-1.709-1.008a21 21 0 0 1-1.816-4.75c-.574-2.296-.861-4.58-.97-5.596A1.49 1.49 0 0 1 3.542 8h2.989zm-.477 9.555a1.001 1.001 0 0 0-1.974.328l.5 3a1 1 0 0 0 1.974-.328zm5.178-.823a1 1 0 0 0-1.152.823l-.5 3a1 1 0 0 0 1.974.328l.5-3a1 1 0 0 0-.822-1.15M9.136 8h5.729L12 4.562z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBasketFill(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="M10.464 3.281a2 2 0 0 1 3.073 0L17.469 8h2.984a1.49 1.49 0 0 1 1.484 1.655c-.116 1.034-.415 3.378-.967 5.587a22 22 0 0 1-1.812 4.73A1.94 1.94 0 0 1 17.435 21H6.555a1.93 1.93 0 0 1-1.709-1.008a21 21 0 0 1-1.816-4.75c-.574-2.296-.861-4.58-.97-5.596A1.49 1.49 0 0 1 3.542 8h2.989zm-.477 9.555a1.001 1.001 0 0 0-1.974.328l.5 3a1 1 0 0 0 1.974-.328zm5.178-.823a1 1 0 0 0-1.152.823l-.5 3a1 1 0 0 0 1.974.328l.5-3a1 1 0 0 0-.822-1.15M9.136 8h5.729L12 4.562z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.464 3.281a2 2 0 0 1 3.073 0L17.469 8h2.984a1.49 1.49 0 0 1 1.484 1.655c-.116 1.034-.415 3.378-.967 5.587a22 22 0 0 1-1.812 4.73A1.94 1.94 0 0 1 17.435 21H6.555a1.93 1.93 0 0 1-1.709-1.008a21 21 0 0 1-1.816-4.75c-.574-2.296-.861-4.58-.97-5.596A1.49 1.49 0 0 1 3.542 8h2.989zm-.477 9.555a1.001 1.001 0 0 0-1.974.328l.5 3a1 1 0 0 0 1.974-.328zm5.178-.823a1 1 0 0 0-1.152.823l-.5 3a1 1 0 0 0 1.974.328l.5-3a1 1 0 0 0-.822-1.15M9.136 8h5.729L12 4.562z"/></svg>
</template>

CSS

.icon-basket-fill {
  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%22M10.464%203.281a2%202%200%200%201%203.073%200L17.469%208h2.984a1.49%201.49%200%200%201%201.484%201.655c-.116%201.034-.415%203.378-.967%205.587a22%2022%200%200%201-1.812%204.73A1.94%201.94%200%200%201%2017.435%2021H6.555a1.93%201.93%200%200%201-1.709-1.008a21%2021%200%200%201-1.816-4.75c-.574-2.296-.861-4.58-.97-5.596A1.49%201.49%200%200%201%203.542%208h2.989zm-.477%209.555a1.001%201.001%200%200%200-1.974.328l.5%203a1%201%200%200%200%201.974-.328zm5.178-.823a1%201%200%200%200-1.152.823l-.5%203a1%201%200%200%200%201.974.328l.5-3a1%201%200%200%200-.822-1.15M9.136%208h5.729L12%204.562z%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%22M10.464%203.281a2%202%200%200%201%203.073%200L17.469%208h2.984a1.49%201.49%200%200%201%201.484%201.655c-.116%201.034-.415%203.378-.967%205.587a22%2022%200%200%201-1.812%204.73A1.94%201.94%200%200%201%2017.435%2021H6.555a1.93%201.93%200%200%201-1.709-1.008a21%2021%200%200%201-1.816-4.75c-.574-2.296-.861-4.58-.97-5.596A1.49%201.49%200%200%201%203.542%208h2.989zm-.477%209.555a1.001%201.001%200%200%200-1.974.328l.5%203a1%201%200%200%200%201.974-.328zm5.178-.823a1%201%200%200%200-1.152.823l-.5%203a1%201%200%200%200%201.974.328l.5-3a1%201%200%200%200-.822-1.15M9.136%208h5.729L12%204.562z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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