bin icon
bin from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.
- Name
- bin
- Set
- Iconoir
- Style
- Regular
- Category
- System
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More system icons from Iconoir
accessibilityaccessibility-signaccessibility-techapp-windowapple-macapple-shortcutsbattery-25battery-50battery-75battery-chargingbattery-emptybattery-fullbattery-slashbattery-warningbin-fullbin-halfbin-minus-inbin-plus-inbrightnessbrightness-windowcalculatorcalendarcalendar-arrow-downcalendar-arrow-up
Use the bin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.04 4.294a.5.5 0 0 1 .191-.479C3.927 3.32 6.314 2 12 2s8.073 1.32 8.769 1.815a.5.5 0 0 1 .192.479l-1.7 12.744a4 4 0 0 1-1.98 2.944l-.32.183a10 10 0 0 1-9.922 0l-.32-.183a4 4 0 0 1-1.98-2.944z"/><path d="M3 5c2.571 2.667 15.429 2.667 18 0"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirBin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3.04 4.294a.5.5 0 0 1 .191-.479C3.927 3.32 6.314 2 12 2s8.073 1.32 8.769 1.815a.5.5 0 0 1 .192.479l-1.7 12.744a4 4 0 0 1-1.98 2.944l-.32.183a10 10 0 0 1-9.922 0l-.32-.183a4 4 0 0 1-1.98-2.944z"/><path d="M3 5c2.571 2.667 15.429 2.667 18 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.04 4.294a.5.5 0 0 1 .191-.479C3.927 3.32 6.314 2 12 2s8.073 1.32 8.769 1.815a.5.5 0 0 1 .192.479l-1.7 12.744a4 4 0 0 1-1.98 2.944l-.32.183a10 10 0 0 1-9.922 0l-.32-.183a4 4 0 0 1-1.98-2.944z"/><path d="M3 5c2.571 2.667 15.429 2.667 18 0"/></g></svg> </template>
CSS
.icon-bin {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.04%204.294a.5.5%200%200%201%20.191-.479C3.927%203.32%206.314%202%2012%202s8.073%201.32%208.769%201.815a.5.5%200%200%201%20.192.479l-1.7%2012.744a4%204%200%200%201-1.98%202.944l-.32.183a10%2010%200%200%201-9.922%200l-.32-.183a4%204%200%200%201-1.98-2.944z%22%2F%3E%3Cpath%20d%3D%22M3%205c2.571%202.667%2015.429%202.667%2018%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.04%204.294a.5.5%200%200%201%20.191-.479C3.927%203.32%206.314%202%2012%202s8.073%201.32%208.769%201.815a.5.5%200%200%201%20.192.479l-1.7%2012.744a4%204%200%200%201-1.98%202.944l-.32.183a10%2010%200%200%201-9.922%200l-.32-.183a4%204%200%200%201-1.98-2.944z%22%2F%3E%3Cpath%20d%3D%22M3%205c2.571%202.667%2015.429%202.667%2018%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/bin.svg?color=%231a73e8&size=48