wastebasket icon

wastebasket-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
wastebasket-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the wastebasket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M20 6.5C20 7.88 16.418 9 12 9S4 7.88 4 6.5m16 0C20 5.12 16.418 4 12 4S4 5.12 4 6.5m16 0l-1.55 10.46c-.276 1.865-1.577 3.439-3.434 3.76c-.92.158-1.968.28-3.016.28a18 18 0 0 1-3.016-.28c-1.857-.321-3.158-1.895-3.434-3.76L4 6.5"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWastebasketLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M20 6.5C20 7.88 16.418 9 12 9S4 7.88 4 6.5m16 0C20 5.12 16.418 4 12 4S4 5.12 4 6.5m16 0l-1.55 10.46c-.276 1.865-1.577 3.439-3.434 3.76c-.92.158-1.968.28-3.016.28a18 18 0 0 1-3.016-.28c-1.857-.321-3.158-1.895-3.434-3.76L4 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M20 6.5C20 7.88 16.418 9 12 9S4 7.88 4 6.5m16 0C20 5.12 16.418 4 12 4S4 5.12 4 6.5m16 0l-1.55 10.46c-.276 1.865-1.577 3.439-3.434 3.76c-.92.158-1.968.28-3.016.28a18 18 0 0 1-3.016-.28c-1.857-.321-3.158-1.895-3.434-3.76L4 6.5"/></svg>
</template>

CSS

.icon-wastebasket-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%206.5C20%207.88%2016.418%209%2012%209S4%207.88%204%206.5m16%200C20%205.12%2016.418%204%2012%204S4%205.12%204%206.5m16%200l-1.55%2010.46c-.276%201.865-1.577%203.439-3.434%203.76c-.92.158-1.968.28-3.016.28a18%2018%200%200%201-3.016-.28c-1.857-.321-3.158-1.895-3.434-3.76L4%206.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%206.5C20%207.88%2016.418%209%2012%209S4%207.88%204%206.5m16%200C20%205.12%2016.418%204%2012%204S4%205.12%204%206.5m16%200l-1.55%2010.46c-.276%201.865-1.577%203.439-3.434%203.76c-.92.158-1.968.28-3.016.28a18%2018%200%200%201-3.016-.28c-1.857-.321-3.158-1.895-3.434-3.76L4%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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