trash 3 icon
trash-3-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- trash-3-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the trash 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.71 5.275h-4.69v-.89a2.37 2.37 0 0 0-.7-1.68a2.4 2.4 0 0 0-1.68-.7h-3.26a2.38 2.38 0 0 0-1.69.7a2.4 2.4 0 0 0-.7 1.68v.89H3.3a.75.75 0 1 0 0 1.5h1.43v11.76a3.48 3.48 0 0 0 1 2.46a3.54 3.54 0 0 0 2.46 1h7.62a3.47 3.47 0 0 0 3.47-3.47V6.775h1.42a.75.75 0 0 0 0-1.5zm-11.22-.89a.9.9 0 0 1 .549-.813a.9.9 0 0 1 .341-.067h3.26a.9.9 0 0 1 .812.544q.068.16.068.336v.89h-5zm5.24 13.07H9.29a1 1 0 0 1 0-2h5.44a1 1 0 0 1 0 2m0-4.35H9.29a1 1 0 0 1 0-2h5.44a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function MageTrash3Fill(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.71 5.275h-4.69v-.89a2.37 2.37 0 0 0-.7-1.68a2.4 2.4 0 0 0-1.68-.7h-3.26a2.38 2.38 0 0 0-1.69.7a2.4 2.4 0 0 0-.7 1.68v.89H3.3a.75.75 0 1 0 0 1.5h1.43v11.76a3.48 3.48 0 0 0 1 2.46a3.54 3.54 0 0 0 2.46 1h7.62a3.47 3.47 0 0 0 3.47-3.47V6.775h1.42a.75.75 0 0 0 0-1.5zm-11.22-.89a.9.9 0 0 1 .549-.813a.9.9 0 0 1 .341-.067h3.26a.9.9 0 0 1 .812.544q.068.16.068.336v.89h-5zm5.24 13.07H9.29a1 1 0 0 1 0-2h5.44a1 1 0 0 1 0 2m0-4.35H9.29a1 1 0 0 1 0-2h5.44a1 1 0 0 1 0 2"/></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.71 5.275h-4.69v-.89a2.37 2.37 0 0 0-.7-1.68a2.4 2.4 0 0 0-1.68-.7h-3.26a2.38 2.38 0 0 0-1.69.7a2.4 2.4 0 0 0-.7 1.68v.89H3.3a.75.75 0 1 0 0 1.5h1.43v11.76a3.48 3.48 0 0 0 1 2.46a3.54 3.54 0 0 0 2.46 1h7.62a3.47 3.47 0 0 0 3.47-3.47V6.775h1.42a.75.75 0 0 0 0-1.5zm-11.22-.89a.9.9 0 0 1 .549-.813a.9.9 0 0 1 .341-.067h3.26a.9.9 0 0 1 .812.544q.068.16.068.336v.89h-5zm5.24 13.07H9.29a1 1 0 0 1 0-2h5.44a1 1 0 0 1 0 2m0-4.35H9.29a1 1 0 0 1 0-2h5.44a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-trash-3-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.71%205.275h-4.69v-.89a2.37%202.37%200%200%200-.7-1.68a2.4%202.4%200%200%200-1.68-.7h-3.26a2.38%202.38%200%200%200-1.69.7a2.4%202.4%200%200%200-.7%201.68v.89H3.3a.75.75%200%201%200%200%201.5h1.43v11.76a3.48%203.48%200%200%200%201%202.46a3.54%203.54%200%200%200%202.46%201h7.62a3.47%203.47%200%200%200%203.47-3.47V6.775h1.42a.75.75%200%200%200%200-1.5zm-11.22-.89a.9.9%200%200%201%20.549-.813a.9.9%200%200%201%20.341-.067h3.26a.9.9%200%200%201%20.812.544q.068.16.068.336v.89h-5zm5.24%2013.07H9.29a1%201%200%200%201%200-2h5.44a1%201%200%200%201%200%202m0-4.35H9.29a1%201%200%200%201%200-2h5.44a1%201%200%200%201%200%202%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.71%205.275h-4.69v-.89a2.37%202.37%200%200%200-.7-1.68a2.4%202.4%200%200%200-1.68-.7h-3.26a2.38%202.38%200%200%200-1.69.7a2.4%202.4%200%200%200-.7%201.68v.89H3.3a.75.75%200%201%200%200%201.5h1.43v11.76a3.48%203.48%200%200%200%201%202.46a3.54%203.54%200%200%200%202.46%201h7.62a3.47%203.47%200%200%200%203.47-3.47V6.775h1.42a.75.75%200%200%200%200-1.5zm-11.22-.89a.9.9%200%200%201%20.549-.813a.9.9%200%200%201%20.341-.067h3.26a.9.9%200%200%201%20.812.544q.068.16.068.336v.89h-5zm5.24%2013.07H9.29a1%201%200%200%201%200-2h5.44a1%201%200%200%201%200%202m0-4.35H9.29a1%201%200%200%201%200-2h5.44a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/trash-3-fill.svg?color=%231a73e8&size=48