Bucket2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bucket2 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/305280.svg" alt="Bucket2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305280.svg" alt="Bucket2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305280.svg" alt="Bucket2 icon" :width="24" :height="24" />
CSS background
.icon-bucket2 {
background-image: url('https://proicons.com/icon/305280.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="M720 143h3c12 0 21-11 21-23s-9-23-21-23h-3H88h-4c-12 0-21 10-21 23s9 23 21 23h4v727c0 18 14 33 33 33h566c19 0 33-15 33-33V517c51 18 100 30 138 30 37 0 65-11 75-35 28-64-83-165-213-235V143zm-304 78c-7-6-19-16-34-21-25-7-51 0-45 15v240c0 11-9 21-20 21-12 0-21-10-21-21V233c-8-16 16 79-55 37-41-24-36 8-40 22v265c0 12-9 21-21 21-11 0-21-9-21-21V292c-14-3-27-9-38-14V140h296l-1 81zm489 276c-10 22-82 22-185-17V315c130 74 196 155 185 182z"/></svg>
Copied!