trash square icon
trash-square-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- trash-square-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 square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.59 7.47v.56h-3.12v-.56a.57.57 0 0 1 .11-.28a.56.56 0 0 1 .27-.1h2.55a.3.3 0 0 1 .11.09a.5.5 0 0 1 .09.12a.3.3 0 0 1-.01.17"/><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.75 6.75 0 0 0 22 15.25v-6.5A6.75 6.75 0 0 0 15.25 2m2.25 6.88a.5.5 0 0 1-.15.21a.6.6 0 0 1-.22.14a.6.6 0 0 1-.26 0h-.55v6.35a2.1 2.1 0 0 1-.63 1.51a2.07 2.07 0 0 1-1.51.63H9.93a2.15 2.15 0 0 1-2.14-2.14V9.21h-.54a.6.6 0 0 1-.23 0a.6.6 0 0 1-.2-.14a.7.7 0 0 1-.14-.2a.7.7 0 0 1 0-.24a.63.63 0 0 1 .19-.43a.6.6 0 0 1 .43-.19h2.42v-.29c.01-.407.17-.795.45-1.09a1.56 1.56 0 0 1 1.08-.44h1.83a1.54 1.54 0 0 1 1.08.45c.148.14.264.311.34.5c.081.182.119.38.11.58v.29h2.42a.6.6 0 0 1 .44.19a.58.58 0 0 1 .18.43a.6.6 0 0 1-.12.25z"/></svg>
React
import type { SVGProps } from "react";
export function MageTrashSquareFill(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="M13.59 7.47v.56h-3.12v-.56a.57.57 0 0 1 .11-.28a.56.56 0 0 1 .27-.1h2.55a.3.3 0 0 1 .11.09a.5.5 0 0 1 .09.12a.3.3 0 0 1-.01.17"/><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.75 6.75 0 0 0 22 15.25v-6.5A6.75 6.75 0 0 0 15.25 2m2.25 6.88a.5.5 0 0 1-.15.21a.6.6 0 0 1-.22.14a.6.6 0 0 1-.26 0h-.55v6.35a2.1 2.1 0 0 1-.63 1.51a2.07 2.07 0 0 1-1.51.63H9.93a2.15 2.15 0 0 1-2.14-2.14V9.21h-.54a.6.6 0 0 1-.23 0a.6.6 0 0 1-.2-.14a.7.7 0 0 1-.14-.2a.7.7 0 0 1 0-.24a.63.63 0 0 1 .19-.43a.6.6 0 0 1 .43-.19h2.42v-.29c.01-.407.17-.795.45-1.09a1.56 1.56 0 0 1 1.08-.44h1.83a1.54 1.54 0 0 1 1.08.45c.148.14.264.311.34.5c.081.182.119.38.11.58v.29h2.42a.6.6 0 0 1 .44.19a.58.58 0 0 1 .18.43a.6.6 0 0 1-.12.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.59 7.47v.56h-3.12v-.56a.57.57 0 0 1 .11-.28a.56.56 0 0 1 .27-.1h2.55a.3.3 0 0 1 .11.09a.5.5 0 0 1 .09.12a.3.3 0 0 1-.01.17"/><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.75 6.75 0 0 0 22 15.25v-6.5A6.75 6.75 0 0 0 15.25 2m2.25 6.88a.5.5 0 0 1-.15.21a.6.6 0 0 1-.22.14a.6.6 0 0 1-.26 0h-.55v6.35a2.1 2.1 0 0 1-.63 1.51a2.07 2.07 0 0 1-1.51.63H9.93a2.15 2.15 0 0 1-2.14-2.14V9.21h-.54a.6.6 0 0 1-.23 0a.6.6 0 0 1-.2-.14a.7.7 0 0 1-.14-.2a.7.7 0 0 1 0-.24a.63.63 0 0 1 .19-.43a.6.6 0 0 1 .43-.19h2.42v-.29c.01-.407.17-.795.45-1.09a1.56 1.56 0 0 1 1.08-.44h1.83a1.54 1.54 0 0 1 1.08.45c.148.14.264.311.34.5c.081.182.119.38.11.58v.29h2.42a.6.6 0 0 1 .44.19a.58.58 0 0 1 .18.43a.6.6 0 0 1-.12.25z"/></svg> </template>
CSS
.icon-trash-square-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%22M13.59%207.47v.56h-3.12v-.56a.57.57%200%200%201%20.11-.28a.56.56%200%200%201%20.27-.1h2.55a.3.3%200%200%201%20.11.09a.5.5%200%200%201%20.09.12a.3.3%200%200%201-.01.17%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.75%206.75%200%200%200%2022%2015.25v-6.5A6.75%206.75%200%200%200%2015.25%202m2.25%206.88a.5.5%200%200%201-.15.21a.6.6%200%200%201-.22.14a.6.6%200%200%201-.26%200h-.55v6.35a2.1%202.1%200%200%201-.63%201.51a2.07%202.07%200%200%201-1.51.63H9.93a2.15%202.15%200%200%201-2.14-2.14V9.21h-.54a.6.6%200%200%201-.23%200a.6.6%200%200%201-.2-.14a.7.7%200%200%201-.14-.2a.7.7%200%200%201%200-.24a.63.63%200%200%201%20.19-.43a.6.6%200%200%201%20.43-.19h2.42v-.29c.01-.407.17-.795.45-1.09a1.56%201.56%200%200%201%201.08-.44h1.83a1.54%201.54%200%200%201%201.08.45c.148.14.264.311.34.5c.081.182.119.38.11.58v.29h2.42a.6.6%200%200%201%20.44.19a.58.58%200%200%201%20.18.43a.6.6%200%200%201-.12.25z%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%22M13.59%207.47v.56h-3.12v-.56a.57.57%200%200%201%20.11-.28a.56.56%200%200%201%20.27-.1h2.55a.3.3%200%200%201%20.11.09a.5.5%200%200%201%20.09.12a.3.3%200%200%201-.01.17%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.75%206.75%200%200%200%2022%2015.25v-6.5A6.75%206.75%200%200%200%2015.25%202m2.25%206.88a.5.5%200%200%201-.15.21a.6.6%200%200%201-.22.14a.6.6%200%200%201-.26%200h-.55v6.35a2.1%202.1%200%200%201-.63%201.51a2.07%202.07%200%200%201-1.51.63H9.93a2.15%202.15%200%200%201-2.14-2.14V9.21h-.54a.6.6%200%200%201-.23%200a.6.6%200%200%201-.2-.14a.7.7%200%200%201-.14-.2a.7.7%200%200%201%200-.24a.63.63%200%200%201%20.19-.43a.6.6%200%200%201%20.43-.19h2.42v-.29c.01-.407.17-.795.45-1.09a1.56%201.56%200%200%201%201.08-.44h1.83a1.54%201.54%200%200%201%201.08.45c.148.14.264.311.34.5c.081.182.119.38.11.58v.29h2.42a.6.6%200%200%201%20.44.19a.58.58%200%200%201%20.18.43a.6.6%200%200%201-.12.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/trash-square-fill.svg?color=%231a73e8&size=48