trash icon
trash from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- trash
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
trashAkar IconstrashBootstrap IconstrashBoxIcons v2trashBoxIcons v2 Solidtrash-fillEva IconstrashFramework7 IconstrashFont Awesome 6 SolidtrashFeather Iconstrashcss.ggtrashHeroIconstrashHuge IconstrashHumbleiconstrashIconoirtrashIonIconstrashLine AwesometrashMaterial Line IconstrashLucidetrashMage IconstrashMajesticonstrash-16OcticonstrashPhosphortrashPixelarticonstrashRadix IconstrashTabler Icons
Related icons in Jam Icons
Use the trash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M6 2V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-.133l-.68 10.2a3 3 0 0 1-2.993 2.8H5.826a3 3 0 0 1-2.993-2.796L2.137 7H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm10 2H2v1h14zM4.141 7l.687 10.068a1 1 0 0 0 .998.932h6.368a1 1 0 0 0 .998-.934L13.862 7zM7 8a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function JamTrash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M6 2V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-.133l-.68 10.2a3 3 0 0 1-2.993 2.8H5.826a3 3 0 0 1-2.993-2.796L2.137 7H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm10 2H2v1h14zM4.141 7l.687 10.068a1 1 0 0 0 .998.932h6.368a1 1 0 0 0 .998-.934L13.862 7zM7 8a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M6 2V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-.133l-.68 10.2a3 3 0 0 1-2.993 2.8H5.826a3 3 0 0 1-2.993-2.796L2.137 7H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm10 2H2v1h14zM4.141 7l.687 10.068a1 1 0 0 0 .998.932h6.368a1 1 0 0 0 .998-.934L13.862 7zM7 8a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1"/></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%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202V1a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201v1h4a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202h-.133l-.68%2010.2a3%203%200%200%201-2.993%202.8H5.826a3%203%200%200%201-2.993-2.796L2.137%207H2a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2zm10%202H2v1h14zM4.141%207l.687%2010.068a1%201%200%200%200%20.998.932h6.368a1%201%200%200%200%20.998-.934L13.862%207zM7%208a1%201%200%200%201%201%201v7a1%201%200%200%201-2%200V9a1%201%200%200%201%201-1m4%200a1%201%200%200%201%201%201v7a1%201%200%200%201-2%200V9a1%201%200%200%201%201-1%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%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202V1a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201v1h4a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202h-.133l-.68%2010.2a3%203%200%200%201-2.993%202.8H5.826a3%203%200%200%201-2.993-2.796L2.137%207H2a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2zm10%202H2v1h14zM4.141%207l.687%2010.068a1%201%200%200%200%20.998.932h6.368a1%201%200%200%200%20.998-.934L13.862%207zM7%208a1%201%200%200%201%201%201v7a1%201%200%200%201-2%200V9a1%201%200%200%201%201-1m4%200a1%201%200%200%201%201%201v7a1%201%200%200%201-2%200V9a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/trash.svg?color=%231a73e8&size=48