wastebasket icon

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

Name
wastebasket-fill
Set
MingCute Icon
Style
Fill
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="currentColor" fill-rule="evenodd" d="M6.641 7.313C7.968 7.728 9.863 8 12 8s4.031-.272 5.358-.687c1.643-.513 1.786-1.068 0-1.626C16.032 5.272 14.138 5 12 5s-4.032.272-5.359.687c-1.778.555-1.618 1.12 0 1.626M12 3c-2.282 0-4.387.288-5.955.778c-1.555.486-3.329 1.454-3.033 3.374l1.535 9.982c.338 2.199 1.904 4.16 4.247 4.567c.962.167 2.077.299 3.206.299a19 19 0 0 0 3.206-.299c2.343-.406 3.908-2.368 4.247-4.567l1.535-9.982c.296-1.92-1.478-2.888-3.033-3.374C16.387 3.288 14.281 3 12 3" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWastebasketFill(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="M6.641 7.313C7.968 7.728 9.863 8 12 8s4.031-.272 5.358-.687c1.643-.513 1.786-1.068 0-1.626C16.032 5.272 14.138 5 12 5s-4.032.272-5.359.687c-1.778.555-1.618 1.12 0 1.626M12 3c-2.282 0-4.387.288-5.955.778c-1.555.486-3.329 1.454-3.033 3.374l1.535 9.982c.338 2.199 1.904 4.16 4.247 4.567c.962.167 2.077.299 3.206.299a19 19 0 0 0 3.206-.299c2.343-.406 3.908-2.368 4.247-4.567l1.535-9.982c.296-1.92-1.478-2.888-3.033-3.374C16.387 3.288 14.281 3 12 3" 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="M6.641 7.313C7.968 7.728 9.863 8 12 8s4.031-.272 5.358-.687c1.643-.513 1.786-1.068 0-1.626C16.032 5.272 14.138 5 12 5s-4.032.272-5.359.687c-1.778.555-1.618 1.12 0 1.626M12 3c-2.282 0-4.387.288-5.955.778c-1.555.486-3.329 1.454-3.033 3.374l1.535 9.982c.338 2.199 1.904 4.16 4.247 4.567c.962.167 2.077.299 3.206.299a19 19 0 0 0 3.206-.299c2.343-.406 3.908-2.368 4.247-4.567l1.535-9.982c.296-1.92-1.478-2.888-3.033-3.374C16.387 3.288 14.281 3 12 3" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wastebasket-fill {
  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%22M6.641%207.313C7.968%207.728%209.863%208%2012%208s4.031-.272%205.358-.687c1.643-.513%201.786-1.068%200-1.626C16.032%205.272%2014.138%205%2012%205s-4.032.272-5.359.687c-1.778.555-1.618%201.12%200%201.626M12%203c-2.282%200-4.387.288-5.955.778c-1.555.486-3.329%201.454-3.033%203.374l1.535%209.982c.338%202.199%201.904%204.16%204.247%204.567c.962.167%202.077.299%203.206.299a19%2019%200%200%200%203.206-.299c2.343-.406%203.908-2.368%204.247-4.567l1.535-9.982c.296-1.92-1.478-2.888-3.033-3.374C16.387%203.288%2014.281%203%2012%203%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%22M6.641%207.313C7.968%207.728%209.863%208%2012%208s4.031-.272%205.358-.687c1.643-.513%201.786-1.068%200-1.626C16.032%205.272%2014.138%205%2012%205s-4.032.272-5.359.687c-1.778.555-1.618%201.12%200%201.626M12%203c-2.282%200-4.387.288-5.955.778c-1.555.486-3.329%201.454-3.033%203.374l1.535%209.982c.338%202.199%201.904%204.16%204.247%204.567c.962.167%202.077.299%203.206.299a19%2019%200%200%200%203.206-.299c2.343-.406%203.908-2.368%204.247-4.567l1.535-9.982c.296-1.92-1.478-2.888-3.033-3.374C16.387%203.288%2014.281%203%2012%203%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/mingcute/wastebasket-fill.svg?color=%231a73e8&size=48