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

Name
trash-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT
Aliases
trashcan-16

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 16 16"><path fill="currentColor" d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75M4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.75 1.75 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15M6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg>

React

import type { SVGProps } from "react";

export function OcticonTrash16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75M4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.75 1.75 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15M6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75M4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.75 1.75 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15M6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg>
</template>

CSS

.icon-trash-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%201.75V3h2.25a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5H5V1.75C5%20.784%205.784%200%206.75%200h2.5C10.216%200%2011%20.784%2011%201.75M4.496%206.675l.66%206.6a.25.25%200%200%200%20.249.225h5.19a.25.25%200%200%200%20.249-.225l.66-6.6a.75.75%200%200%201%201.492.149l-.66%206.6A1.75%201.75%200%200%201%2010.595%2015h-5.19a1.75%201.75%200%200%201-1.741-1.575l-.66-6.6a.75.75%200%201%201%201.492-.15M6.5%201.75V3h3V1.75a.25.25%200%200%200-.25-.25h-2.5a.25.25%200%200%200-.25.25%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%201.75V3h2.25a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5H5V1.75C5%20.784%205.784%200%206.75%200h2.5C10.216%200%2011%20.784%2011%201.75M4.496%206.675l.66%206.6a.25.25%200%200%200%20.249.225h5.19a.25.25%200%200%200%20.249-.225l.66-6.6a.75.75%200%200%201%201.492.149l-.66%206.6A1.75%201.75%200%200%201%2010.595%2015h-5.19a1.75%201.75%200%200%201-1.741-1.575l-.66-6.6a.75.75%200%201%201%201.492-.15M6.5%201.75V3h3V1.75a.25.25%200%200%200-.25-.25h-2.5a.25.25%200%200%200-.25.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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