basket-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
basket-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M238 82.73a8 8 0 0 0-6-2.73h-44.37L134 18.73a8 8 0 0 0-12 0L68.37 80H24a8 8 0 0 0-7.93 9.06l15.07 113.06A16.06 16.06 0 0 0 47 216h162a16.06 16.06 0 0 0 15.86-13.88l15.07-113.06a8 8 0 0 0-1.93-6.33M81.6 184a7 7 0 0 1-.81 0a8 8 0 0 1-8-7.2l-5.6-56a8 8 0 0 1 15.92-1.6l5.6 56a8 8 0 0 1-7.11 8.8m54.4-8a8 8 0 0 1-16 0v-56a8 8 0 0 1 16 0ZM89.63 80L128 36.15L166.37 80Zm99.13 40.8l-5.6 56a8 8 0 0 1-7.95 7.2a7 7 0 0 1-.81 0a8 8 0 0 1-7.16-8.76l5.6-56a8 8 0 0 1 15.92 1.6Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBasketFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 82.73a8 8 0 0 0-6-2.73h-44.37L134 18.73a8 8 0 0 0-12 0L68.37 80H24a8 8 0 0 0-7.93 9.06l15.07 113.06A16.06 16.06 0 0 0 47 216h162a16.06 16.06 0 0 0 15.86-13.88l15.07-113.06a8 8 0 0 0-1.93-6.33M81.6 184a7 7 0 0 1-.81 0a8 8 0 0 1-8-7.2l-5.6-56a8 8 0 0 1 15.92-1.6l5.6 56a8 8 0 0 1-7.11 8.8m54.4-8a8 8 0 0 1-16 0v-56a8 8 0 0 1 16 0ZM89.63 80L128 36.15L166.37 80Zm99.13 40.8l-5.6 56a8 8 0 0 1-7.95 7.2a7 7 0 0 1-.81 0a8 8 0 0 1-7.16-8.76l5.6-56a8 8 0 0 1 15.92 1.6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 82.73a8 8 0 0 0-6-2.73h-44.37L134 18.73a8 8 0 0 0-12 0L68.37 80H24a8 8 0 0 0-7.93 9.06l15.07 113.06A16.06 16.06 0 0 0 47 216h162a16.06 16.06 0 0 0 15.86-13.88l15.07-113.06a8 8 0 0 0-1.93-6.33M81.6 184a7 7 0 0 1-.81 0a8 8 0 0 1-8-7.2l-5.6-56a8 8 0 0 1 15.92-1.6l5.6 56a8 8 0 0 1-7.11 8.8m54.4-8a8 8 0 0 1-16 0v-56a8 8 0 0 1 16 0ZM89.63 80L128 36.15L166.37 80Zm99.13 40.8l-5.6 56a8 8 0 0 1-7.95 7.2a7 7 0 0 1-.81 0a8 8 0 0 1-7.16-8.76l5.6-56a8 8 0 0 1 15.92 1.6Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238%2082.73a8%208%200%200%200-6-2.73h-44.37L134%2018.73a8%208%200%200%200-12%200L68.37%2080H24a8%208%200%200%200-7.93%209.06l15.07%20113.06A16.06%2016.06%200%200%200%2047%20216h162a16.06%2016.06%200%200%200%2015.86-13.88l15.07-113.06a8%208%200%200%200-1.93-6.33M81.6%20184a7%207%200%200%201-.81%200a8%208%200%200%201-8-7.2l-5.6-56a8%208%200%200%201%2015.92-1.6l5.6%2056a8%208%200%200%201-7.11%208.8m54.4-8a8%208%200%200%201-16%200v-56a8%208%200%200%201%2016%200ZM89.63%2080L128%2036.15L166.37%2080Zm99.13%2040.8l-5.6%2056a8%208%200%200%201-7.95%207.2a7%207%200%200%201-.81%200a8%208%200%200%201-7.16-8.76l5.6-56a8%208%200%200%201%2015.92%201.6Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238%2082.73a8%208%200%200%200-6-2.73h-44.37L134%2018.73a8%208%200%200%200-12%200L68.37%2080H24a8%208%200%200%200-7.93%209.06l15.07%20113.06A16.06%2016.06%200%200%200%2047%20216h162a16.06%2016.06%200%200%200%2015.86-13.88l15.07-113.06a8%208%200%200%200-1.93-6.33M81.6%20184a7%207%200%200%201-.81%200a8%208%200%200%201-8-7.2l-5.6-56a8%208%200%200%201%2015.92-1.6l5.6%2056a8%208%200%200%201-7.11%208.8m54.4-8a8%208%200%200%201-16%200v-56a8%208%200%200%201%2016%200ZM89.63%2080L128%2036.15L166.37%2080Zm99.13%2040.8l-5.6%2056a8%208%200%200%201-7.95%207.2a7%207%200%200%201-.81%200a8%208%200%200%201-7.16-8.76l5.6-56a8%208%200%200%201%2015.92%201.6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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