trash 2 icon
trash-2-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- trash-2-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the trash 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.705 5.27h-4.7v-.89a2.4 2.4 0 0 0-.69-1.68a2.38 2.38 0 0 0-1.69-.7h-3.26a2.44 2.44 0 0 0-1.69.7a2.4 2.4 0 0 0-.69 1.68v.89h-4.69a.75.75 0 0 0 0 1.5h1.42v11.76A3.47 3.47 0 0 0 8.185 22h7.62a3.47 3.47 0 0 0 3.47-3.47V6.77h1.43a.75.75 0 0 0 0-1.5m-6.2 0h-5v-.89a.9.9 0 0 1 .25-.62a.94.94 0 0 1 .63-.26h3.26a.88.88 0 0 1 .63.26a.9.9 0 0 1 .25.62z"/></svg>
React
import type { SVGProps } from "react";
export function MageTrash2Fill(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" d="M20.705 5.27h-4.7v-.89a2.4 2.4 0 0 0-.69-1.68a2.38 2.38 0 0 0-1.69-.7h-3.26a2.44 2.44 0 0 0-1.69.7a2.4 2.4 0 0 0-.69 1.68v.89h-4.69a.75.75 0 0 0 0 1.5h1.42v11.76A3.47 3.47 0 0 0 8.185 22h7.62a3.47 3.47 0 0 0 3.47-3.47V6.77h1.43a.75.75 0 0 0 0-1.5m-6.2 0h-5v-.89a.9.9 0 0 1 .25-.62a.94.94 0 0 1 .63-.26h3.26a.88.88 0 0 1 .63.26a.9.9 0 0 1 .25.62z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.705 5.27h-4.7v-.89a2.4 2.4 0 0 0-.69-1.68a2.38 2.38 0 0 0-1.69-.7h-3.26a2.44 2.44 0 0 0-1.69.7a2.4 2.4 0 0 0-.69 1.68v.89h-4.69a.75.75 0 0 0 0 1.5h1.42v11.76A3.47 3.47 0 0 0 8.185 22h7.62a3.47 3.47 0 0 0 3.47-3.47V6.77h1.43a.75.75 0 0 0 0-1.5m-6.2 0h-5v-.89a.9.9 0 0 1 .25-.62a.94.94 0 0 1 .63-.26h3.26a.88.88 0 0 1 .63.26a.9.9 0 0 1 .25.62z"/></svg> </template>
CSS
.icon-trash-2-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%20d%3D%22M20.705%205.27h-4.7v-.89a2.4%202.4%200%200%200-.69-1.68a2.38%202.38%200%200%200-1.69-.7h-3.26a2.44%202.44%200%200%200-1.69.7a2.4%202.4%200%200%200-.69%201.68v.89h-4.69a.75.75%200%200%200%200%201.5h1.42v11.76A3.47%203.47%200%200%200%208.185%2022h7.62a3.47%203.47%200%200%200%203.47-3.47V6.77h1.43a.75.75%200%200%200%200-1.5m-6.2%200h-5v-.89a.9.9%200%200%201%20.25-.62a.94.94%200%200%201%20.63-.26h3.26a.88.88%200%200%201%20.63.26a.9.9%200%200%201%20.25.62z%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%20d%3D%22M20.705%205.27h-4.7v-.89a2.4%202.4%200%200%200-.69-1.68a2.38%202.38%200%200%200-1.69-.7h-3.26a2.44%202.44%200%200%200-1.69.7a2.4%202.4%200%200%200-.69%201.68v.89h-4.69a.75.75%200%200%200%200%201.5h1.42v11.76A3.47%203.47%200%200%200%208.185%2022h7.62a3.47%203.47%200%200%200%203.47-3.47V6.77h1.43a.75.75%200%200%200%200-1.5m-6.2%200h-5v-.89a.9.9%200%200%201%20.25-.62a.94.94%200%200%201%20.63-.26h3.26a.88.88%200%200%201%20.63.26a.9.9%200%200%201%20.25.62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/trash-2-fill.svg?color=%231a73e8&size=48