trash-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
trash-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All trash icons →

Use the trash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5 8h14l-1 12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2Zm4 3v8h1v-8Zm5 0v8h1v-8Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.1 8.08h11.8" opacity="0"/><path fill-rule="evenodd" d="M3.45 5h17.1a.45.45 0 0 1 .45.45v1.1a.45.45 0 0 1-.45.45H3.45A.45.45 0 0 1 3 6.55v-1.1A.45.45 0 0 1 3.45 5Z"/><path fill-rule="evenodd" d="M9 5V3.5A1 1 0 0 1 10 2.5h4a1 1 0 0 1 1 1V5h-2V4.25h-2V5Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M3.55 8.35l-1 .35" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M20.45 8.35l1 .35" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherTrashSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5 8h14l-1 12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2Zm4 3v8h1v-8Zm5 0v8h1v-8Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M6.1 8.08h11.8" opacity="0"/><path fillRule="evenodd" d="M3.45 5h17.1a.45.45 0 0 1 .45.45v1.1a.45.45 0 0 1-.45.45H3.45A.45.45 0 0 1 3 6.55v-1.1A.45.45 0 0 1 3.45 5Z"/><path fillRule="evenodd" d="M9 5V3.5A1 1 0 0 1 10 2.5h4a1 1 0 0 1 1 1V5h-2V4.25h-2V5Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M3.55 8.35l-1 .35" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M20.45 8.35l1 .35" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5 8h14l-1 12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2Zm4 3v8h1v-8Zm5 0v8h1v-8Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.1 8.08h11.8" opacity="0"/><path fill-rule="evenodd" d="M3.45 5h17.1a.45.45 0 0 1 .45.45v1.1a.45.45 0 0 1-.45.45H3.45A.45.45 0 0 1 3 6.55v-1.1A.45.45 0 0 1 3.45 5Z"/><path fill-rule="evenodd" d="M9 5V3.5A1 1 0 0 1 10 2.5h4a1 1 0 0 1 1 1V5h-2V4.25h-2V5Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M3.55 8.35l-1 .35" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M20.45 8.35l1 .35" opacity="0"/></g></svg>
</template>

CSS

.icon-trash-solid {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208h14l-1%2012a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2Zm4%203v8h1v-8Zm5%200v8h1v-8Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M6.1%208.08h11.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.45%205h17.1a.45.45%200%200%201%20.45.45v1.1a.45.45%200%200%201-.45.45H3.45A.45.45%200%200%201%203%206.55v-1.1A.45.45%200%200%201%203.45%205Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%205V3.5A1%201%200%200%201%2010%202.5h4a1%201%200%200%201%201%201V5h-2V4.25h-2V5Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M3.55%208.35l-1%20.35%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M20.45%208.35l1%20.35%22%20opacity%3D%220%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208h14l-1%2012a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2Zm4%203v8h1v-8Zm5%200v8h1v-8Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M6.1%208.08h11.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.45%205h17.1a.45.45%200%200%201%20.45.45v1.1a.45.45%200%200%201-.45.45H3.45A.45.45%200%200%201%203%206.55v-1.1A.45.45%200%200%201%203.45%205Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%205V3.5A1%201%200%200%201%2010%202.5h4a1%201%200%200%201%201%201V5h-2V4.25h-2V5Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M3.55%208.35l-1%20.35%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M20.45%208.35l1%20.35%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/trash-solid.svg?color=%231a73e8&size=48