Bucket Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bucket 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/305278.svg" alt="Bucket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305278.svg" alt="Bucket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305278.svg" alt="Bucket icon" :width="24" :height="24" />
CSS background
.icon-bucket {
background-image: url('https://proicons.com/icon/305278.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="M85 247c30 208 61 415 90 623 3 16 8 21 23 20h594c15 0 26 0 28-20 3-38 12-75 17-113 6-36 11-72 17-108-37-2-71-1-104-6-108-19-188-78-247-169-9-13-16-24-34-29-28-7-41-37-36-70 4-28 26-46 55-47 43-1 67 33 59 80-2 8-1 19 3 26 70 108 164 166 296 153 15-2 20-7 22-20 12-83 26-166 38-249 5-29 9-58 13-86H85c0 5-1 10 0 15zm852-100c-2-21-14-33-35-36-9-1-19-1-29-1H129c-10 0-20 0-30 1-22 3-34 16-36 37-2 22 9 37 29 43 9 3 18 4 27 4h761c10 0 20-1 29-4 21-7 31-23 28-44z"/></svg>
Copied!