trash-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
trash-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

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="M16 1.75V3h5.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75m-6.5 0V3h5V1.75a.25.25 0 0 0-.25-.25h-4.5a.25.25 0 0 0-.25.25M4.997 6.178a.75.75 0 1 0-1.493.144L4.916 20.92a1.75 1.75 0 0 0 1.742 1.58h10.684a1.75 1.75 0 0 0 1.742-1.581l1.413-14.597a.75.75 0 0 0-1.494-.144l-1.412 14.596a.25.25 0 0 1-.249.226H6.658a.25.25 0 0 1-.249-.226z"/><path fill="currentColor" d="M9.206 7.501a.75.75 0 0 1 .793.705l.5 8.5A.75.75 0 1 1 9 16.794l-.5-8.5a.75.75 0 0 1 .705-.793Zm6.293.793A.75.75 0 1 0 14 8.206l-.5 8.5a.75.75 0 0 0 1.498.088l.5-8.5Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonTrash24(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="M16 1.75V3h5.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75m-6.5 0V3h5V1.75a.25.25 0 0 0-.25-.25h-4.5a.25.25 0 0 0-.25.25M4.997 6.178a.75.75 0 1 0-1.493.144L4.916 20.92a1.75 1.75 0 0 0 1.742 1.58h10.684a1.75 1.75 0 0 0 1.742-1.581l1.413-14.597a.75.75 0 0 0-1.494-.144l-1.412 14.596a.25.25 0 0 1-.249.226H6.658a.25.25 0 0 1-.249-.226z"/><path fill="currentColor" d="M9.206 7.501a.75.75 0 0 1 .793.705l.5 8.5A.75.75 0 1 1 9 16.794l-.5-8.5a.75.75 0 0 1 .705-.793Zm6.293.793A.75.75 0 1 0 14 8.206l-.5 8.5a.75.75 0 0 0 1.498.088l.5-8.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 1.75V3h5.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75m-6.5 0V3h5V1.75a.25.25 0 0 0-.25-.25h-4.5a.25.25 0 0 0-.25.25M4.997 6.178a.75.75 0 1 0-1.493.144L4.916 20.92a1.75 1.75 0 0 0 1.742 1.58h10.684a1.75 1.75 0 0 0 1.742-1.581l1.413-14.597a.75.75 0 0 0-1.494-.144l-1.412 14.596a.25.25 0 0 1-.249.226H6.658a.25.25 0 0 1-.249-.226z"/><path fill="currentColor" d="M9.206 7.501a.75.75 0 0 1 .793.705l.5 8.5A.75.75 0 1 1 9 16.794l-.5-8.5a.75.75 0 0 1 .705-.793Zm6.293.793A.75.75 0 1 0 14 8.206l-.5 8.5a.75.75 0 0 0 1.498.088l.5-8.5Z"/></svg>
</template>

CSS

.icon-trash-24 {
  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%22M16%201.75V3h5.25a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5H8V1.75C8%20.784%208.784%200%209.75%200h4.5C15.216%200%2016%20.784%2016%201.75m-6.5%200V3h5V1.75a.25.25%200%200%200-.25-.25h-4.5a.25.25%200%200%200-.25.25M4.997%206.178a.75.75%200%201%200-1.493.144L4.916%2020.92a1.75%201.75%200%200%200%201.742%201.58h10.684a1.75%201.75%200%200%200%201.742-1.581l1.413-14.597a.75.75%200%200%200-1.494-.144l-1.412%2014.596a.25.25%200%200%201-.249.226H6.658a.25.25%200%200%201-.249-.226z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.206%207.501a.75.75%200%200%201%20.793.705l.5%208.5A.75.75%200%201%201%209%2016.794l-.5-8.5a.75.75%200%200%201%20.705-.793Zm6.293.793A.75.75%200%201%200%2014%208.206l-.5%208.5a.75.75%200%200%200%201.498.088l.5-8.5Z%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%22M16%201.75V3h5.25a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5H8V1.75C8%20.784%208.784%200%209.75%200h4.5C15.216%200%2016%20.784%2016%201.75m-6.5%200V3h5V1.75a.25.25%200%200%200-.25-.25h-4.5a.25.25%200%200%200-.25.25M4.997%206.178a.75.75%200%201%200-1.493.144L4.916%2020.92a1.75%201.75%200%200%200%201.742%201.58h10.684a1.75%201.75%200%200%200%201.742-1.581l1.413-14.597a.75.75%200%200%200-1.494-.144l-1.412%2014.596a.25.25%200%200%201-.249.226H6.658a.25.25%200%200%201-.249-.226z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.206%207.501a.75.75%200%200%201%20.793.705l.5%208.5A.75.75%200%201%201%209%2016.794l-.5-8.5a.75.75%200%200%201%20.705-.793Zm6.293.793A.75.75%200%201%200%2014%208.206l-.5%208.5a.75.75%200%200%200%201.498.088l.5-8.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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