basket-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
basket-bold
Set
Phosphor
Style
Bold
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="M140 128v40a12 12 0 0 1-24 0v-40a12 12 0 0 1 24 0m28.06-1.19l-4 40a12 12 0 0 0 10.75 13.13c.4 0 .81.06 1.2.06a12 12 0 0 0 11.93-10.81l4-40a12 12 0 0 0-23.88-2.38m-80.12 0a12 12 0 0 0-23.88 2.38l4 40A12 12 0 0 0 80 180c.39 0 .8 0 1.2-.06a12 12 0 0 0 10.75-13.13Zm156-37.22l-15.07 113A20.06 20.06 0 0 1 209 220H47a20.06 20.06 0 0 1-19.82-17.36l-15.07-113A12 12 0 0 1 24 76h42.55L119 16.1a12 12 0 0 1 18.06 0L189.45 76H232a12 12 0 0 1 11.89 13.59ZM98.45 76h59.1L128 42.22Zm119.84 24H37.71l12.8 96h155Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBasketBold(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="M140 128v40a12 12 0 0 1-24 0v-40a12 12 0 0 1 24 0m28.06-1.19l-4 40a12 12 0 0 0 10.75 13.13c.4 0 .81.06 1.2.06a12 12 0 0 0 11.93-10.81l4-40a12 12 0 0 0-23.88-2.38m-80.12 0a12 12 0 0 0-23.88 2.38l4 40A12 12 0 0 0 80 180c.39 0 .8 0 1.2-.06a12 12 0 0 0 10.75-13.13Zm156-37.22l-15.07 113A20.06 20.06 0 0 1 209 220H47a20.06 20.06 0 0 1-19.82-17.36l-15.07-113A12 12 0 0 1 24 76h42.55L119 16.1a12 12 0 0 1 18.06 0L189.45 76H232a12 12 0 0 1 11.89 13.59ZM98.45 76h59.1L128 42.22Zm119.84 24H37.71l12.8 96h155Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140 128v40a12 12 0 0 1-24 0v-40a12 12 0 0 1 24 0m28.06-1.19l-4 40a12 12 0 0 0 10.75 13.13c.4 0 .81.06 1.2.06a12 12 0 0 0 11.93-10.81l4-40a12 12 0 0 0-23.88-2.38m-80.12 0a12 12 0 0 0-23.88 2.38l4 40A12 12 0 0 0 80 180c.39 0 .8 0 1.2-.06a12 12 0 0 0 10.75-13.13Zm156-37.22l-15.07 113A20.06 20.06 0 0 1 209 220H47a20.06 20.06 0 0 1-19.82-17.36l-15.07-113A12 12 0 0 1 24 76h42.55L119 16.1a12 12 0 0 1 18.06 0L189.45 76H232a12 12 0 0 1 11.89 13.59ZM98.45 76h59.1L128 42.22Zm119.84 24H37.71l12.8 96h155Z"/></svg>
</template>

CSS

.icon-basket-bold {
  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%22M140%20128v40a12%2012%200%200%201-24%200v-40a12%2012%200%200%201%2024%200m28.06-1.19l-4%2040a12%2012%200%200%200%2010.75%2013.13c.4%200%20.81.06%201.2.06a12%2012%200%200%200%2011.93-10.81l4-40a12%2012%200%200%200-23.88-2.38m-80.12%200a12%2012%200%200%200-23.88%202.38l4%2040A12%2012%200%200%200%2080%20180c.39%200%20.8%200%201.2-.06a12%2012%200%200%200%2010.75-13.13Zm156-37.22l-15.07%20113A20.06%2020.06%200%200%201%20209%20220H47a20.06%2020.06%200%200%201-19.82-17.36l-15.07-113A12%2012%200%200%201%2024%2076h42.55L119%2016.1a12%2012%200%200%201%2018.06%200L189.45%2076H232a12%2012%200%200%201%2011.89%2013.59ZM98.45%2076h59.1L128%2042.22Zm119.84%2024H37.71l12.8%2096h155Z%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%22M140%20128v40a12%2012%200%200%201-24%200v-40a12%2012%200%200%201%2024%200m28.06-1.19l-4%2040a12%2012%200%200%200%2010.75%2013.13c.4%200%20.81.06%201.2.06a12%2012%200%200%200%2011.93-10.81l4-40a12%2012%200%200%200-23.88-2.38m-80.12%200a12%2012%200%200%200-23.88%202.38l4%2040A12%2012%200%200%200%2080%20180c.39%200%20.8%200%201.2-.06a12%2012%200%200%200%2010.75-13.13Zm156-37.22l-15.07%20113A20.06%2020.06%200%200%201%20209%20220H47a20.06%2020.06%200%200%201-19.82-17.36l-15.07-113A12%2012%200%200%201%2024%2076h42.55L119%2016.1a12%2012%200%200%201%2018.06%200L189.45%2076H232a12%2012%200%200%201%2011.89%2013.59ZM98.45%2076h59.1L128%2042.22Zm119.84%2024H37.71l12.8%2096h155Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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