basket-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
basket-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Related icons in Teenyicons

Use the basket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.929.757L4.383 5h6.234L8.07.757l.86-.514L11.783 5h2.514c.388 0 .703.315.703.703v.439a18.96 18.96 0 0 1-2.002 8.48a.68.68 0 0 1-.612.378H2.614a.69.69 0 0 1-.612-.379A18.96 18.96 0 0 1 0 6.141v-.438C0 5.315.315 5 .703 5h2.514L6.07.243z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsBasketSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.929.757L4.383 5h6.234L8.07.757l.86-.514L11.783 5h2.514c.388 0 .703.315.703.703v.439a18.96 18.96 0 0 1-2.002 8.48a.68.68 0 0 1-.612.378H2.614a.69.69 0 0 1-.612-.379A18.96 18.96 0 0 1 0 6.141v-.438C0 5.315.315 5 .703 5h2.514L6.07.243z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.929.757L4.383 5h6.234L8.07.757l.86-.514L11.783 5h2.514c.388 0 .703.315.703.703v.439a18.96 18.96 0 0 1-2.002 8.48a.68.68 0 0 1-.612.378H2.614a.69.69 0 0 1-.612-.379A18.96 18.96 0 0 1 0 6.141v-.438C0 5.315.315 5 .703 5h2.514L6.07.243z"/></svg>
</template>

CSS

.icon-basket-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.929.757L4.383%205h6.234L8.07.757l.86-.514L11.783%205h2.514c.388%200%20.703.315.703.703v.439a18.96%2018.96%200%200%201-2.002%208.48a.68.68%200%200%201-.612.378H2.614a.69.69%200%200%201-.612-.379A18.96%2018.96%200%200%201%200%206.141v-.438C0%205.315.315%205%20.703%205h2.514L6.07.243z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.929.757L4.383%205h6.234L8.07.757l.86-.514L11.783%205h2.514c.388%200%20.703.315.703.703v.439a18.96%2018.96%200%200%201-2.002%208.48a.68.68%200%200%201-.612.378H2.614a.69.69%200%200%201-.612-.379A18.96%2018.96%200%200%201%200%206.141v-.438C0%205.315.315%205%20.703%205h2.514L6.07.243z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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