bin half icon
bin-half from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.
- Name
- bin-half
- Set
- Iconoir
- Style
- Regular
- Category
- System
- Viewbox
- 24×24
- License
- MIT
More system icons from Iconoir
Use the bin half 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 0M11 18l3-3.5m0 0l5 2.5m-5-2.5l6-3M4.5 16l3.236-.462a.6.6 0 0 1 .469.133L11 18l3 3m-6-5.5l2.615-3.05a.6.6 0 0 1 .84-.071L14 14.5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirBinHalf(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 0M11 18l3-3.5m0 0l5 2.5m-5-2.5l6-3M4.5 16l3.236-.462a.6.6 0 0 1 .469.133L11 18l3 3m-6-5.5l2.615-3.05a.6.6 0 0 1 .84-.071L14 14.5"/></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 0M11 18l3-3.5m0 0l5 2.5m-5-2.5l6-3M4.5 16l3.236-.462a.6.6 0 0 1 .469.133L11 18l3 3m-6-5.5l2.615-3.05a.6.6 0 0 1 .84-.071L14 14.5"/></g></svg> </template>
CSS
.icon-bin-half {
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%200M11%2018l3-3.5m0%200l5%202.5m-5-2.5l6-3M4.5%2016l3.236-.462a.6.6%200%200%201%20.469.133L11%2018l3%203m-6-5.5l2.615-3.05a.6.6%200%200%201%20.84-.071L14%2014.5%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%200M11%2018l3-3.5m0%200l5%202.5m-5-2.5l6-3M4.5%2016l3.236-.462a.6.6%200%200%201%20.469.133L11%2018l3%203m-6-5.5l2.615-3.05a.6.6%200%200%201%20.84-.071L14%2014.5%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-half.svg?color=%231a73e8&size=48