Bin Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bin 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/305015.svg" alt="Bin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305015.svg" alt="Bin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305015.svg" alt="Bin icon" :width="24" :height="24" />
CSS background
.icon-bin {
background-image: url('https://proicons.com/icon/305015.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="M251 895c1 24 20 43 44 43h411c23 0 43-19 44-43l29-620H221l30 620zm342-466c0-9 8-17 18-17h29c10 0 18 8 18 17v355c0 9-9 17-18 17h-29c-10 0-18-8-18-17V429zm-125 0c0-9 8-17 18-17h29c9 0 17 8 17 17v355c0 9-8 17-17 17h-29c-10 0-18-8-18-17V429zm-125 0c0-9 8-17 18-17h28c10 0 18 8 18 17v355c0 9-8 17-18 17h-28c-10 0-18-8-18-17V429zm456-321H609V72c0-5-4-10-9-10H401c-5 0-10 5-10 10v36H202c-15 0-28 12-28 27v87h652v-87c0-15-12-27-27-27z"/></svg>
Copied!