trash icon
trash from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- trash
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
trashAkar IconstrashBootstrap IconstrashBoxIcons v2trashBoxIcons v2 SolidtrashCodiconstrash-fillEva IconstrashFramework7 IconstrashFont Awesome 6 SolidtrashFont Awesome SolidtrashFeather Iconstrashcss.ggtrashHeroIconstrashHuge IconstrashHumbleiconstrashIconoirtrashIonIconstrashJam IconstrashLine AwesometrashMaterial Line IconstrashLucidetrashMage IconstrashMajesticonstrashMyna UI Iconstrash-16Octicons
Use the trash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8.7H4a.75.75 0 1 1 0-1.5h16a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M16.44 20.75H7.56A2.4 2.4 0 0 1 5 18.49V8a.75.75 0 0 1 1.5 0v10.49c0 .41.47.76 1 .76h8.88c.56 0 1-.35 1-.76V8A.75.75 0 1 1 19 8v10.49a2.4 2.4 0 0 1-2.56 2.26m.12-13a.74.74 0 0 1-.75-.75V5.51c0-.41-.48-.76-1-.76H9.22c-.55 0-1 .35-1 .76V7a.75.75 0 1 1-1.5 0V5.51a2.41 2.41 0 0 1 2.5-2.26h5.56a2.41 2.41 0 0 1 2.53 2.26V7a.75.75 0 0 1-.75.76Z"/><path fill="currentColor" d="M10.22 17a.76.76 0 0 1-.75-.75v-4.53a.75.75 0 0 1 1.5 0v4.52a.75.75 0 0 1-.75.76m3.56 0a.75.75 0 0 1-.75-.75v-4.53a.75.75 0 0 1 1.5 0v4.52a.76.76 0 0 1-.75.76"/></svg>
React
import type { SVGProps } from "react";
export function PrimeTrash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8.7H4a.75.75 0 1 1 0-1.5h16a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M16.44 20.75H7.56A2.4 2.4 0 0 1 5 18.49V8a.75.75 0 0 1 1.5 0v10.49c0 .41.47.76 1 .76h8.88c.56 0 1-.35 1-.76V8A.75.75 0 1 1 19 8v10.49a2.4 2.4 0 0 1-2.56 2.26m.12-13a.74.74 0 0 1-.75-.75V5.51c0-.41-.48-.76-1-.76H9.22c-.55 0-1 .35-1 .76V7a.75.75 0 1 1-1.5 0V5.51a2.41 2.41 0 0 1 2.5-2.26h5.56a2.41 2.41 0 0 1 2.53 2.26V7a.75.75 0 0 1-.75.76Z"/><path fill="currentColor" d="M10.22 17a.76.76 0 0 1-.75-.75v-4.53a.75.75 0 0 1 1.5 0v4.52a.75.75 0 0 1-.75.76m3.56 0a.75.75 0 0 1-.75-.75v-4.53a.75.75 0 0 1 1.5 0v4.52a.76.76 0 0 1-.75.76"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8.7H4a.75.75 0 1 1 0-1.5h16a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M16.44 20.75H7.56A2.4 2.4 0 0 1 5 18.49V8a.75.75 0 0 1 1.5 0v10.49c0 .41.47.76 1 .76h8.88c.56 0 1-.35 1-.76V8A.75.75 0 1 1 19 8v10.49a2.4 2.4 0 0 1-2.56 2.26m.12-13a.74.74 0 0 1-.75-.75V5.51c0-.41-.48-.76-1-.76H9.22c-.55 0-1 .35-1 .76V7a.75.75 0 1 1-1.5 0V5.51a2.41 2.41 0 0 1 2.5-2.26h5.56a2.41 2.41 0 0 1 2.53 2.26V7a.75.75 0 0 1-.75.76Z"/><path fill="currentColor" d="M10.22 17a.76.76 0 0 1-.75-.75v-4.53a.75.75 0 0 1 1.5 0v4.52a.75.75 0 0 1-.75.76m3.56 0a.75.75 0 0 1-.75-.75v-4.53a.75.75 0 0 1 1.5 0v4.52a.76.76 0 0 1-.75.76"/></svg> </template>
CSS
.icon-trash {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208.7H4a.75.75%200%201%201%200-1.5h16a.75.75%200%200%201%200%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.44%2020.75H7.56A2.4%202.4%200%200%201%205%2018.49V8a.75.75%200%200%201%201.5%200v10.49c0%20.41.47.76%201%20.76h8.88c.56%200%201-.35%201-.76V8A.75.75%200%201%201%2019%208v10.49a2.4%202.4%200%200%201-2.56%202.26m.12-13a.74.74%200%200%201-.75-.75V5.51c0-.41-.48-.76-1-.76H9.22c-.55%200-1%20.35-1%20.76V7a.75.75%200%201%201-1.5%200V5.51a2.41%202.41%200%200%201%202.5-2.26h5.56a2.41%202.41%200%200%201%202.53%202.26V7a.75.75%200%200%201-.75.76Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.22%2017a.76.76%200%200%201-.75-.75v-4.53a.75.75%200%200%201%201.5%200v4.52a.75.75%200%200%201-.75.76m3.56%200a.75.75%200%200%201-.75-.75v-4.53a.75.75%200%200%201%201.5%200v4.52a.76.76%200%200%201-.75.76%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208.7H4a.75.75%200%201%201%200-1.5h16a.75.75%200%200%201%200%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.44%2020.75H7.56A2.4%202.4%200%200%201%205%2018.49V8a.75.75%200%200%201%201.5%200v10.49c0%20.41.47.76%201%20.76h8.88c.56%200%201-.35%201-.76V8A.75.75%200%201%201%2019%208v10.49a2.4%202.4%200%200%201-2.56%202.26m.12-13a.74.74%200%200%201-.75-.75V5.51c0-.41-.48-.76-1-.76H9.22c-.55%200-1%20.35-1%20.76V7a.75.75%200%201%201-1.5%200V5.51a2.41%202.41%200%200%201%202.5-2.26h5.56a2.41%202.41%200%200%201%202.53%202.26V7a.75.75%200%200%201-.75.76Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.22%2017a.76.76%200%200%201-.75-.75v-4.53a.75.75%200%200%201%201.5%200v4.52a.75.75%200%200%201-.75.76m3.56%200a.75.75%200%200%201-.75-.75v-4.53a.75.75%200%200%201%201.5%200v4.52a.76.76%200%200%201-.75.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/trash.svg?color=%231a73e8&size=48