trash bin icon
trash-bin from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- trash-bin
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the trash bin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="448" height="80" x="32" y="48" fill="currentColor" rx="32" ry="32"/><path fill="currentColor" d="M74.45 160a8 8 0 0 0-8 8.83l26.31 252.56a1.5 1.5 0 0 0 0 .22A48 48 0 0 0 140.45 464h231.09a48 48 0 0 0 47.67-42.39v-.21l26.27-252.57a8 8 0 0 0-8-8.83Zm248.86 180.69a16 16 0 1 1-22.63 22.62L256 318.63l-44.69 44.68a16 16 0 0 1-22.63-22.62L233.37 296l-44.69-44.69a16 16 0 0 1 22.63-22.62L256 273.37l44.68-44.68a16 16 0 0 1 22.63 22.62L278.62 296Z"/></svg>
React
import type { SVGProps } from "react";
export function IonTrashBin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="448" height="80" x="32" y="48" fill="currentColor" rx="32" ry="32"/><path fill="currentColor" d="M74.45 160a8 8 0 0 0-8 8.83l26.31 252.56a1.5 1.5 0 0 0 0 .22A48 48 0 0 0 140.45 464h231.09a48 48 0 0 0 47.67-42.39v-.21l26.27-252.57a8 8 0 0 0-8-8.83Zm248.86 180.69a16 16 0 1 1-22.63 22.62L256 318.63l-44.69 44.68a16 16 0 0 1-22.63-22.62L233.37 296l-44.69-44.69a16 16 0 0 1 22.63-22.62L256 273.37l44.68-44.68a16 16 0 0 1 22.63 22.62L278.62 296Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="448" height="80" x="32" y="48" fill="currentColor" rx="32" ry="32"/><path fill="currentColor" d="M74.45 160a8 8 0 0 0-8 8.83l26.31 252.56a1.5 1.5 0 0 0 0 .22A48 48 0 0 0 140.45 464h231.09a48 48 0 0 0 47.67-42.39v-.21l26.27-252.57a8 8 0 0 0-8-8.83Zm248.86 180.69a16 16 0 1 1-22.63 22.62L256 318.63l-44.69 44.68a16 16 0 0 1-22.63-22.62L233.37 296l-44.69-44.69a16 16 0 0 1 22.63-22.62L256 273.37l44.68-44.68a16 16 0 0 1 22.63 22.62L278.62 296Z"/></svg> </template>
CSS
.icon-trash-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%20512%20512%22%3E%3Crect%20width%3D%22448%22%20height%3D%2280%22%20x%3D%2232%22%20y%3D%2248%22%20fill%3D%22currentColor%22%20rx%3D%2232%22%20ry%3D%2232%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M74.45%20160a8%208%200%200%200-8%208.83l26.31%20252.56a1.5%201.5%200%200%200%200%20.22A48%2048%200%200%200%20140.45%20464h231.09a48%2048%200%200%200%2047.67-42.39v-.21l26.27-252.57a8%208%200%200%200-8-8.83Zm248.86%20180.69a16%2016%200%201%201-22.63%2022.62L256%20318.63l-44.69%2044.68a16%2016%200%200%201-22.63-22.62L233.37%20296l-44.69-44.69a16%2016%200%200%201%2022.63-22.62L256%20273.37l44.68-44.68a16%2016%200%200%201%2022.63%2022.62L278.62%20296Z%22%2F%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%20512%20512%22%3E%3Crect%20width%3D%22448%22%20height%3D%2280%22%20x%3D%2232%22%20y%3D%2248%22%20fill%3D%22currentColor%22%20rx%3D%2232%22%20ry%3D%2232%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M74.45%20160a8%208%200%200%200-8%208.83l26.31%20252.56a1.5%201.5%200%200%200%200%20.22A48%2048%200%200%200%20140.45%20464h231.09a48%2048%200%200%200%2047.67-42.39v-.21l26.27-252.57a8%208%200%200%200-8-8.83Zm248.86%20180.69a16%2016%200%201%201-22.63%2022.62L256%20318.63l-44.69%2044.68a16%2016%200%200%201-22.63-22.62L233.37%20296l-44.69-44.69a16%2016%200%200%201%2022.63-22.62L256%20273.37l44.68-44.68a16%2016%200%200%201%2022.63%2022.62L278.62%20296Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/trash-bin.svg?color=%231a73e8&size=48