basket 2 icon
basket-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- basket-2-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
Use the basket 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.447 3.106a1 1 0 0 1 .447 1.341L8.618 7h6.764l-1.276-2.553a1 1 0 1 1 1.788-.894L17.618 7H20a2 2 0 0 1 2 2v1a2 2 0 0 1-1.157 1.814l-1.519 6.837a3 3 0 0 1-2.928 2.35H7.604a3 3 0 0 1-2.928-2.35l-1.52-6.837A2 2 0 0 1 2 10V9a2 2 0 0 1 2-2h2.382l1.724-3.447a1 1 0 0 1 1.341-.447M16.98 9H20v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBasket2Fill(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" fillRule="evenodd" d="M9.447 3.106a1 1 0 0 1 .447 1.341L8.618 7h6.764l-1.276-2.553a1 1 0 1 1 1.788-.894L17.618 7H20a2 2 0 0 1 2 2v1a2 2 0 0 1-1.157 1.814l-1.519 6.837a3 3 0 0 1-2.928 2.35H7.604a3 3 0 0 1-2.928-2.35l-1.52-6.837A2 2 0 0 1 2 10V9a2 2 0 0 1 2-2h2.382l1.724-3.447a1 1 0 0 1 1.341-.447M16.98 9H20v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.447 3.106a1 1 0 0 1 .447 1.341L8.618 7h6.764l-1.276-2.553a1 1 0 1 1 1.788-.894L17.618 7H20a2 2 0 0 1 2 2v1a2 2 0 0 1-1.157 1.814l-1.519 6.837a3 3 0 0 1-2.928 2.35H7.604a3 3 0 0 1-2.928-2.35l-1.52-6.837A2 2 0 0 1 2 10V9a2 2 0 0 1 2-2h2.382l1.724-3.447a1 1 0 0 1 1.341-.447M16.98 9H20v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-basket-2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.447%203.106a1%201%200%200%201%20.447%201.341L8.618%207h6.764l-1.276-2.553a1%201%200%201%201%201.788-.894L17.618%207H20a2%202%200%200%201%202%202v1a2%202%200%200%201-1.157%201.814l-1.519%206.837a3%203%200%200%201-2.928%202.35H7.604a3%203%200%200%201-2.928-2.35l-1.52-6.837A2%202%200%200%201%202%2010V9a2%202%200%200%201%202-2h2.382l1.724-3.447a1%201%200%200%201%201.341-.447M16.98%209H20v1a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V9z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.447%203.106a1%201%200%200%201%20.447%201.341L8.618%207h6.764l-1.276-2.553a1%201%200%201%201%201.788-.894L17.618%207H20a2%202%200%200%201%202%202v1a2%202%200%200%201-1.157%201.814l-1.519%206.837a3%203%200%200%201-2.928%202.35H7.604a3%203%200%200%201-2.928-2.35l-1.52-6.837A2%202%200%200%201%202%2010V9a2%202%200%200%201%202-2h2.382l1.724-3.447a1%201%200%200%201%201.341-.447M16.98%209H20v1a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V9z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/basket-2-fill.svg?color=%231a73e8&size=48