trash2 icon

trash2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
trash2
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More ui icons from Reicon

Use the trash2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.117 7.752a.75.75 0 0 1 .798.698l.46 6.9c.09 1.347.154 2.285.294 2.99c.137.685.327 1.047.6 1.303c.274.256.648.422 1.34.512c.714.093 1.654.095 3.004.095h.774c1.35 0 2.29-.002 3.004-.095c.692-.09 1.066-.256 1.34-.512c.273-.256.463-.618.6-1.302c.14-.706.204-1.644.294-2.992l.46-6.899a.75.75 0 1 1 1.497.1l-.464 6.952c-.085 1.282-.154 2.319-.316 3.132c-.169.845-.455 1.551-1.047 2.104s-1.315.793-2.17.904c-.822.108-1.86.108-3.145.108h-.88c-1.285 0-2.323 0-3.145-.108c-.855-.111-1.579-.35-2.17-.904c-.592-.553-.878-1.26-1.047-2.104c-.162-.814-.23-1.85-.316-3.132L4.418 8.55a.75.75 0 0 1 .699-.798m5.238-5.502h-.046c-.216 0-.405 0-.583.028a2.25 2.25 0 0 0-1.64 1.183c-.084.16-.143.339-.211.544l-.015.044l-.097.29l-.029.086A1.25 1.25 0 0 1 6.5 5.25h-3a.75.75 0 1 0 0 1.5h17.001a.75.75 0 0 0 0-1.5H17.41a1.25 1.25 0 0 1-1.173-.91l-.097-.291l-.014-.044c-.069-.205-.128-.384-.211-.544a2.25 2.25 0 0 0-1.641-1.183a4 4 0 0 0-.583-.028zm-1.21 2.685q-.06.164-.137.315h5.984a3 3 0 0 1-.136-.314l-.04-.114l-.099-.3a3 3 0 0 0-.133-.368a.75.75 0 0 0-.547-.395a3 3 0 0 0-.392-.009h-3.29c-.288 0-.348.002-.392.01a.75.75 0 0 0-.547.394c-.02.04-.042.095-.133.369l-.1.3z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTrash2(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" fillRule="evenodd" d="M5.117 7.752a.75.75 0 0 1 .798.698l.46 6.9c.09 1.347.154 2.285.294 2.99c.137.685.327 1.047.6 1.303c.274.256.648.422 1.34.512c.714.093 1.654.095 3.004.095h.774c1.35 0 2.29-.002 3.004-.095c.692-.09 1.066-.256 1.34-.512c.273-.256.463-.618.6-1.302c.14-.706.204-1.644.294-2.992l.46-6.899a.75.75 0 1 1 1.497.1l-.464 6.952c-.085 1.282-.154 2.319-.316 3.132c-.169.845-.455 1.551-1.047 2.104s-1.315.793-2.17.904c-.822.108-1.86.108-3.145.108h-.88c-1.285 0-2.323 0-3.145-.108c-.855-.111-1.579-.35-2.17-.904c-.592-.553-.878-1.26-1.047-2.104c-.162-.814-.23-1.85-.316-3.132L4.418 8.55a.75.75 0 0 1 .699-.798m5.238-5.502h-.046c-.216 0-.405 0-.583.028a2.25 2.25 0 0 0-1.64 1.183c-.084.16-.143.339-.211.544l-.015.044l-.097.29l-.029.086A1.25 1.25 0 0 1 6.5 5.25h-3a.75.75 0 1 0 0 1.5h17.001a.75.75 0 0 0 0-1.5H17.41a1.25 1.25 0 0 1-1.173-.91l-.097-.291l-.014-.044c-.069-.205-.128-.384-.211-.544a2.25 2.25 0 0 0-1.641-1.183a4 4 0 0 0-.583-.028zm-1.21 2.685q-.06.164-.137.315h5.984a3 3 0 0 1-.136-.314l-.04-.114l-.099-.3a3 3 0 0 0-.133-.368a.75.75 0 0 0-.547-.395a3 3 0 0 0-.392-.009h-3.29c-.288 0-.348.002-.392.01a.75.75 0 0 0-.547.394c-.02.04-.042.095-.133.369l-.1.3z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.117 7.752a.75.75 0 0 1 .798.698l.46 6.9c.09 1.347.154 2.285.294 2.99c.137.685.327 1.047.6 1.303c.274.256.648.422 1.34.512c.714.093 1.654.095 3.004.095h.774c1.35 0 2.29-.002 3.004-.095c.692-.09 1.066-.256 1.34-.512c.273-.256.463-.618.6-1.302c.14-.706.204-1.644.294-2.992l.46-6.899a.75.75 0 1 1 1.497.1l-.464 6.952c-.085 1.282-.154 2.319-.316 3.132c-.169.845-.455 1.551-1.047 2.104s-1.315.793-2.17.904c-.822.108-1.86.108-3.145.108h-.88c-1.285 0-2.323 0-3.145-.108c-.855-.111-1.579-.35-2.17-.904c-.592-.553-.878-1.26-1.047-2.104c-.162-.814-.23-1.85-.316-3.132L4.418 8.55a.75.75 0 0 1 .699-.798m5.238-5.502h-.046c-.216 0-.405 0-.583.028a2.25 2.25 0 0 0-1.64 1.183c-.084.16-.143.339-.211.544l-.015.044l-.097.29l-.029.086A1.25 1.25 0 0 1 6.5 5.25h-3a.75.75 0 1 0 0 1.5h17.001a.75.75 0 0 0 0-1.5H17.41a1.25 1.25 0 0 1-1.173-.91l-.097-.291l-.014-.044c-.069-.205-.128-.384-.211-.544a2.25 2.25 0 0 0-1.641-1.183a4 4 0 0 0-.583-.028zm-1.21 2.685q-.06.164-.137.315h5.984a3 3 0 0 1-.136-.314l-.04-.114l-.099-.3a3 3 0 0 0-.133-.368a.75.75 0 0 0-.547-.395a3 3 0 0 0-.392-.009h-3.29c-.288 0-.348.002-.392.01a.75.75 0 0 0-.547.394c-.02.04-.042.095-.133.369l-.1.3z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-trash2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.117%207.752a.75.75%200%200%201%20.798.698l.46%206.9c.09%201.347.154%202.285.294%202.99c.137.685.327%201.047.6%201.303c.274.256.648.422%201.34.512c.714.093%201.654.095%203.004.095h.774c1.35%200%202.29-.002%203.004-.095c.692-.09%201.066-.256%201.34-.512c.273-.256.463-.618.6-1.302c.14-.706.204-1.644.294-2.992l.46-6.899a.75.75%200%201%201%201.497.1l-.464%206.952c-.085%201.282-.154%202.319-.316%203.132c-.169.845-.455%201.551-1.047%202.104s-1.315.793-2.17.904c-.822.108-1.86.108-3.145.108h-.88c-1.285%200-2.323%200-3.145-.108c-.855-.111-1.579-.35-2.17-.904c-.592-.553-.878-1.26-1.047-2.104c-.162-.814-.23-1.85-.316-3.132L4.418%208.55a.75.75%200%200%201%20.699-.798m5.238-5.502h-.046c-.216%200-.405%200-.583.028a2.25%202.25%200%200%200-1.64%201.183c-.084.16-.143.339-.211.544l-.015.044l-.097.29l-.029.086A1.25%201.25%200%200%201%206.5%205.25h-3a.75.75%200%201%200%200%201.5h17.001a.75.75%200%200%200%200-1.5H17.41a1.25%201.25%200%200%201-1.173-.91l-.097-.291l-.014-.044c-.069-.205-.128-.384-.211-.544a2.25%202.25%200%200%200-1.641-1.183a4%204%200%200%200-.583-.028zm-1.21%202.685q-.06.164-.137.315h5.984a3%203%200%200%201-.136-.314l-.04-.114l-.099-.3a3%203%200%200%200-.133-.368a.75.75%200%200%200-.547-.395a3%203%200%200%200-.392-.009h-3.29c-.288%200-.348.002-.392.01a.75.75%200%200%200-.547.394c-.02.04-.042.095-.133.369l-.1.3z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.117%207.752a.75.75%200%200%201%20.798.698l.46%206.9c.09%201.347.154%202.285.294%202.99c.137.685.327%201.047.6%201.303c.274.256.648.422%201.34.512c.714.093%201.654.095%203.004.095h.774c1.35%200%202.29-.002%203.004-.095c.692-.09%201.066-.256%201.34-.512c.273-.256.463-.618.6-1.302c.14-.706.204-1.644.294-2.992l.46-6.899a.75.75%200%201%201%201.497.1l-.464%206.952c-.085%201.282-.154%202.319-.316%203.132c-.169.845-.455%201.551-1.047%202.104s-1.315.793-2.17.904c-.822.108-1.86.108-3.145.108h-.88c-1.285%200-2.323%200-3.145-.108c-.855-.111-1.579-.35-2.17-.904c-.592-.553-.878-1.26-1.047-2.104c-.162-.814-.23-1.85-.316-3.132L4.418%208.55a.75.75%200%200%201%20.699-.798m5.238-5.502h-.046c-.216%200-.405%200-.583.028a2.25%202.25%200%200%200-1.64%201.183c-.084.16-.143.339-.211.544l-.015.044l-.097.29l-.029.086A1.25%201.25%200%200%201%206.5%205.25h-3a.75.75%200%201%200%200%201.5h17.001a.75.75%200%200%200%200-1.5H17.41a1.25%201.25%200%200%201-1.173-.91l-.097-.291l-.014-.044c-.069-.205-.128-.384-.211-.544a2.25%202.25%200%200%200-1.641-1.183a4%204%200%200%200-.583-.028zm-1.21%202.685q-.06.164-.137.315h5.984a3%203%200%200%201-.136-.314l-.04-.114l-.099-.3a3%203%200%200%200-.133-.368a.75.75%200%200%200-.547-.395a3%203%200%200%200-.392-.009h-3.29c-.288%200-.348.002-.392.01a.75.75%200%200%200-.547.394c-.02.04-.042.095-.133.369l-.1.3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Trash2 outline icon — Reicon · IconsDB