Basket Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Basket icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304981.svg" alt="Basket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304981.svg" alt="Basket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304981.svg" alt="Basket icon" :width="24" :height="24" />
CSS background
.icon-basket {
background-image: url('https://proicons.com/icon/304981.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M796 310l62-75c5-6 4-15-2-20l-47-39c-6-5-15-4-20 2L680 310c-5 5-15 10-23 10H343c-8 0-18-4-23-10L211 178c-5-6-14-7-20-2l-47 39c-6 5-7 14-2 20l62 75c5 5 3 10-5 10H77c-8 0-14 7-14 14v100c0 8 6 14 14 14h63c7 0 15 6 16 14l54 352c1 7 8 14 16 14h548c8 0 15-7 17-14l53-352c2-8 9-14 17-14h63c7 0 14-6 14-14V334c0-7-7-14-14-14H801c-7 0-10-5-5-10zM345 742h-32c-8 0-15-6-16-14l-28-234c-1-8 4-14 12-14h65c7 0 14 6 14 14v234c-1 8-7 14-15 14zm194 0h-65c-8 0-14-6-14-14V494c0-8 7-14 14-14h65c8 0 14 6 14 14v234c0 8-6 14-14 14zm164 0h-32c-8 0-14-6-14-14V494c0-8 6-14 14-14h64c8 0 14 6 13 14l-29 234c-1 8-8 14-16 14z"/></svg>
Basket in other icon packs
Copied!