Food Basket Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Food 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/305711.svg" alt="Food Basket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305711.svg" alt="Food Basket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305711.svg" alt="Food Basket icon" :width="24" :height="24" />
CSS background
.icon-food-basket {
background-image: url('https://proicons.com/icon/305711.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="M864 453h-1c-17 0-22-10-10-23l25-24c9-9 9-24 0-33l-33-33c-4-4-10-6-17-6-6 0-13 2-17 6l-64 65c-13 12-23 8-23-10V229c0-3 0-8-39-119v-1c-1-1 0-1 0-2h1c8-4 13-12 13-20v-3c0-12-10-22-22-22H562c-12 0-22 10-22 22v3c0 9 6 17 14 20l1 1c1 0 1 0 1 1l-1 1c-40 110-40 116-40 119v220L400 321c-12-13-32-15-46-4l-104 82-58-59c-4-4-11-6-17-6-7 0-13 2-17 6l-33 33c-4 4-7 10-7 17 0 6 3 12 7 17l24 24c13 12 8 22-9 22h-4c-18 0-32 14-32 31v59c0 17 13 32 28 32s32 13 36 30l83 302c5 17 23 31 40 31h418c17 0 35-14 40-31l83-302c4-17 20-30 36-30 15 0 28-15 28-32v-59c0-17-14-31-32-31zM579 120h81l42 110H542l37-110zM336 834c0 6-5 11-11 11-7 0-12-5-12-11V628c0-6 5-11 12-11 6 0 11 5 11 11v206zm117 0c0 6-5 11-11 11s-11-5-11-11V628c0-6 5-11 11-11s11 5 11 11v206zm116 0c0 6-5 11-11 11s-11-5-11-11V628c0-6 5-11 11-11s11 5 11 11v206zm114 0c0 6-5 11-11 11s-11-5-11-11V628c0-6 5-11 11-11s11 5 11 11v206zm190-313c0 17-13 31-31 31H158c-18 0-31-14-31-31v-14c0-18 13-32 31-32h36c17 0 21-10 8-22l-40-41c-13-12-15-30-5-40 9-10 27-8 40 4l98 98c0 1 285 1 381 1 18 0 42-10 54-22l75-76c12-13 31-15 41-5 10 9 7 27-5 39l-41 41c-12 13-8 23 10 23h32c17 0 31 14 31 31v15z"/></svg>
Copied!