trash from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
trash
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the trash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="M296 64h-80a7.91 7.91 0 0 0-8 8v24h96V72a7.91 7.91 0 0 0-8-8"/><path fill="currentColor" d="M432 96h-96V72a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v24H80a16 16 0 0 0 0 32h17l19 304.92c1.42 26.85 22 47.08 48 47.08h184c26.13 0 46.3-19.78 48-47l19-305h17a16 16 0 0 0 0-32M192.57 416H192a16 16 0 0 1-16-15.43l-8-224a16 16 0 1 1 32-1.14l8 224A16 16 0 0 1 192.57 416M272 400a16 16 0 0 1-32 0V176a16 16 0 0 1 32 0Zm32-304h-96V72a7.91 7.91 0 0 1 8-8h80a7.91 7.91 0 0 1 8 8Zm32 304.57A16 16 0 0 1 320 416h-.58A16 16 0 0 1 304 399.43l8-224a16 16 0 1 1 32 1.14Z"/></svg>

React

import type { SVGProps } from "react";

export function IonTrash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="M296 64h-80a7.91 7.91 0 0 0-8 8v24h96V72a7.91 7.91 0 0 0-8-8"/><path fill="currentColor" d="M432 96h-96V72a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v24H80a16 16 0 0 0 0 32h17l19 304.92c1.42 26.85 22 47.08 48 47.08h184c26.13 0 46.3-19.78 48-47l19-305h17a16 16 0 0 0 0-32M192.57 416H192a16 16 0 0 1-16-15.43l-8-224a16 16 0 1 1 32-1.14l8 224A16 16 0 0 1 192.57 416M272 400a16 16 0 0 1-32 0V176a16 16 0 0 1 32 0Zm32-304h-96V72a7.91 7.91 0 0 1 8-8h80a7.91 7.91 0 0 1 8 8Zm32 304.57A16 16 0 0 1 320 416h-.58A16 16 0 0 1 304 399.43l8-224a16 16 0 1 1 32 1.14Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="M296 64h-80a7.91 7.91 0 0 0-8 8v24h96V72a7.91 7.91 0 0 0-8-8"/><path fill="currentColor" d="M432 96h-96V72a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v24H80a16 16 0 0 0 0 32h17l19 304.92c1.42 26.85 22 47.08 48 47.08h184c26.13 0 46.3-19.78 48-47l19-305h17a16 16 0 0 0 0-32M192.57 416H192a16 16 0 0 1-16-15.43l-8-224a16 16 0 1 1 32-1.14l8 224A16 16 0 0 1 192.57 416M272 400a16 16 0 0 1-32 0V176a16 16 0 0 1 32 0Zm32-304h-96V72a7.91 7.91 0 0 1 8-8h80a7.91 7.91 0 0 1 8 8Zm32 304.57A16 16 0 0 1 320 416h-.58A16 16 0 0 1 304 399.43l8-224a16 16 0 1 1 32 1.14Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M296%2064h-80a7.91%207.91%200%200%200-8%208v24h96V72a7.91%207.91%200%200%200-8-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%2096h-96V72a40%2040%200%200%200-40-40h-80a40%2040%200%200%200-40%2040v24H80a16%2016%200%200%200%200%2032h17l19%20304.92c1.42%2026.85%2022%2047.08%2048%2047.08h184c26.13%200%2046.3-19.78%2048-47l19-305h17a16%2016%200%200%200%200-32M192.57%20416H192a16%2016%200%200%201-16-15.43l-8-224a16%2016%200%201%201%2032-1.14l8%20224A16%2016%200%200%201%20192.57%20416M272%20400a16%2016%200%200%201-32%200V176a16%2016%200%200%201%2032%200Zm32-304h-96V72a7.91%207.91%200%200%201%208-8h80a7.91%207.91%200%200%201%208%208Zm32%20304.57A16%2016%200%200%201%20320%20416h-.58A16%2016%200%200%201%20304%20399.43l8-224a16%2016%200%201%201%2032%201.14Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M296%2064h-80a7.91%207.91%200%200%200-8%208v24h96V72a7.91%207.91%200%200%200-8-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%2096h-96V72a40%2040%200%200%200-40-40h-80a40%2040%200%200%200-40%2040v24H80a16%2016%200%200%200%200%2032h17l19%20304.92c1.42%2026.85%2022%2047.08%2048%2047.08h184c26.13%200%2046.3-19.78%2048-47l19-305h17a16%2016%200%200%200%200-32M192.57%20416H192a16%2016%200%200%201-16-15.43l-8-224a16%2016%200%201%201%2032-1.14l8%20224A16%2016%200%200%201%20192.57%20416M272%20400a16%2016%200%200%201-32%200V176a16%2016%200%200%201%2032%200Zm32-304h-96V72a7.91%207.91%200%200%201%208-8h80a7.91%207.91%200%200%201%208%208Zm32%20304.57A16%2016%200%200%201%20320%20416h-.58A16%2016%200%200%201%20304%20399.43l8-224a16%2016%200%201%201%2032%201.14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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