trash icon
trash from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- trash
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All trash icons →trashAkar IconstrashBootstrap IconstrashBoxIcons v2trashBoxIcons v2 SolidtrashCodiconstrashDither Iconstrash-fillEva IconstrashFramework7 IconstrashFont Awesome 6 SolidtrashFont Awesome SolidtrashFeather Iconstrashcss.ggtrashHeroIconstrashHuge IconstrashHumbleiconstrashIconoirtrashIonIconstrashJam IconstrashLine AwesometrashMaterial Line IconstrashLucidetrashMage IconstrashMajesticonstrashMyna UI Icons
More ui icons from Reicon
Use the trash 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="M15.092 1.25H8.908c-1.57 0-2.828 0-3.802.138c-1.008.142-1.846.448-2.464 1.165s-.795 1.591-.787 2.61c.009.983.195 2.228.428 3.78L3.5 17.05c.177 1.177.32 2.13.53 2.875c.218.777.531 1.42 1.108 1.916c.576.496 1.258.71 2.058.811c.769.097 1.732.097 2.922.097h3.766c1.19 0 2.154 0 2.922-.097c.8-.1 1.483-.315 2.059-.811s.89-1.14 1.108-1.916c.21-.745.352-1.698.529-2.875l1.216-8.108c.233-1.552.42-2.797.428-3.78c.009-1.019-.17-1.893-.787-2.61s-1.456-1.023-2.463-1.165c-.975-.138-2.233-.138-3.803-.138M3.78 3.532c.28-.325.7-.54 1.537-.66c.857-.12 2.009-.122 3.651-.122h6.066c1.643 0 2.794.002 3.652.123c.836.118 1.257.334 1.537.659s.43.773.423 1.617l-.002.101H3.357l-.002-.1c-.007-.845.144-1.293.424-1.618m1.41 3.218H3.485c.052.409.117.861.191 1.366l.074.073zM4.05 10.61l.619 4.124l1.707-1.797zm1.107 7.35l.048.29h.194zm1.838 1.79h11.463c-.159.479-.34.754-.573.955c-.268.23-.624.38-1.267.46c-.664.084-1.533.085-2.785.085h-3.666c-1.252 0-2.12-.001-2.785-.085c-.643-.08-.999-.23-1.267-.46c-.232-.2-.414-.476-.572-.955zm8.718-1.5h2.476l-1.287-1.288zm3.288-1.31l.024-.161l.379-2.527l-1.484 1.607zm.855-5.702l.369-2.46c.095-.631.178-1.19.245-1.688L18.16 9.4zM18.689 6.75h-2.976l1.429 1.548zm-6.436 0H8.811l1.765 1.765zm-.563 11.5H9.31l1.19-1.19zm-4.28-6.401L4.81 9.25L7 7.06l2.543 2.543zm1.06 1.06l2.134-2.245l2.086 2.086l-2.19 2.19zM11.56 16l2.19-2.19l2.09 2.09l-2.101 2.278zm3.25-3.25l2.048 2.048L18.98 12.5l-1.881-2.038zm-1.06-1.06l2.33-2.33l-2.088-2.263l-2.355 2.48zm-6.313 2.308L9.439 16l-2.161 2.162l-1.774-2.13z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTrash(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="M15.092 1.25H8.908c-1.57 0-2.828 0-3.802.138c-1.008.142-1.846.448-2.464 1.165s-.795 1.591-.787 2.61c.009.983.195 2.228.428 3.78L3.5 17.05c.177 1.177.32 2.13.53 2.875c.218.777.531 1.42 1.108 1.916c.576.496 1.258.71 2.058.811c.769.097 1.732.097 2.922.097h3.766c1.19 0 2.154 0 2.922-.097c.8-.1 1.483-.315 2.059-.811s.89-1.14 1.108-1.916c.21-.745.352-1.698.529-2.875l1.216-8.108c.233-1.552.42-2.797.428-3.78c.009-1.019-.17-1.893-.787-2.61s-1.456-1.023-2.463-1.165c-.975-.138-2.233-.138-3.803-.138M3.78 3.532c.28-.325.7-.54 1.537-.66c.857-.12 2.009-.122 3.651-.122h6.066c1.643 0 2.794.002 3.652.123c.836.118 1.257.334 1.537.659s.43.773.423 1.617l-.002.101H3.357l-.002-.1c-.007-.845.144-1.293.424-1.618m1.41 3.218H3.485c.052.409.117.861.191 1.366l.074.073zM4.05 10.61l.619 4.124l1.707-1.797zm1.107 7.35l.048.29h.194zm1.838 1.79h11.463c-.159.479-.34.754-.573.955c-.268.23-.624.38-1.267.46c-.664.084-1.533.085-2.785.085h-3.666c-1.252 0-2.12-.001-2.785-.085c-.643-.08-.999-.23-1.267-.46c-.232-.2-.414-.476-.572-.955zm8.718-1.5h2.476l-1.287-1.288zm3.288-1.31l.024-.161l.379-2.527l-1.484 1.607zm.855-5.702l.369-2.46c.095-.631.178-1.19.245-1.688L18.16 9.4zM18.689 6.75h-2.976l1.429 1.548zm-6.436 0H8.811l1.765 1.765zm-.563 11.5H9.31l1.19-1.19zm-4.28-6.401L4.81 9.25L7 7.06l2.543 2.543zm1.06 1.06l2.134-2.245l2.086 2.086l-2.19 2.19zM11.56 16l2.19-2.19l2.09 2.09l-2.101 2.278zm3.25-3.25l2.048 2.048L18.98 12.5l-1.881-2.038zm-1.06-1.06l2.33-2.33l-2.088-2.263l-2.355 2.48zm-6.313 2.308L9.439 16l-2.161 2.162l-1.774-2.13z" 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="M15.092 1.25H8.908c-1.57 0-2.828 0-3.802.138c-1.008.142-1.846.448-2.464 1.165s-.795 1.591-.787 2.61c.009.983.195 2.228.428 3.78L3.5 17.05c.177 1.177.32 2.13.53 2.875c.218.777.531 1.42 1.108 1.916c.576.496 1.258.71 2.058.811c.769.097 1.732.097 2.922.097h3.766c1.19 0 2.154 0 2.922-.097c.8-.1 1.483-.315 2.059-.811s.89-1.14 1.108-1.916c.21-.745.352-1.698.529-2.875l1.216-8.108c.233-1.552.42-2.797.428-3.78c.009-1.019-.17-1.893-.787-2.61s-1.456-1.023-2.463-1.165c-.975-.138-2.233-.138-3.803-.138M3.78 3.532c.28-.325.7-.54 1.537-.66c.857-.12 2.009-.122 3.651-.122h6.066c1.643 0 2.794.002 3.652.123c.836.118 1.257.334 1.537.659s.43.773.423 1.617l-.002.101H3.357l-.002-.1c-.007-.845.144-1.293.424-1.618m1.41 3.218H3.485c.052.409.117.861.191 1.366l.074.073zM4.05 10.61l.619 4.124l1.707-1.797zm1.107 7.35l.048.29h.194zm1.838 1.79h11.463c-.159.479-.34.754-.573.955c-.268.23-.624.38-1.267.46c-.664.084-1.533.085-2.785.085h-3.666c-1.252 0-2.12-.001-2.785-.085c-.643-.08-.999-.23-1.267-.46c-.232-.2-.414-.476-.572-.955zm8.718-1.5h2.476l-1.287-1.288zm3.288-1.31l.024-.161l.379-2.527l-1.484 1.607zm.855-5.702l.369-2.46c.095-.631.178-1.19.245-1.688L18.16 9.4zM18.689 6.75h-2.976l1.429 1.548zm-6.436 0H8.811l1.765 1.765zm-.563 11.5H9.31l1.19-1.19zm-4.28-6.401L4.81 9.25L7 7.06l2.543 2.543zm1.06 1.06l2.134-2.245l2.086 2.086l-2.19 2.19zM11.56 16l2.19-2.19l2.09 2.09l-2.101 2.278zm3.25-3.25l2.048 2.048L18.98 12.5l-1.881-2.038zm-1.06-1.06l2.33-2.33l-2.088-2.263l-2.355 2.48zm-6.313 2.308L9.439 16l-2.161 2.162l-1.774-2.13z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-trash {
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%22M15.092%201.25H8.908c-1.57%200-2.828%200-3.802.138c-1.008.142-1.846.448-2.464%201.165s-.795%201.591-.787%202.61c.009.983.195%202.228.428%203.78L3.5%2017.05c.177%201.177.32%202.13.53%202.875c.218.777.531%201.42%201.108%201.916c.576.496%201.258.71%202.058.811c.769.097%201.732.097%202.922.097h3.766c1.19%200%202.154%200%202.922-.097c.8-.1%201.483-.315%202.059-.811s.89-1.14%201.108-1.916c.21-.745.352-1.698.529-2.875l1.216-8.108c.233-1.552.42-2.797.428-3.78c.009-1.019-.17-1.893-.787-2.61s-1.456-1.023-2.463-1.165c-.975-.138-2.233-.138-3.803-.138M3.78%203.532c.28-.325.7-.54%201.537-.66c.857-.12%202.009-.122%203.651-.122h6.066c1.643%200%202.794.002%203.652.123c.836.118%201.257.334%201.537.659s.43.773.423%201.617l-.002.101H3.357l-.002-.1c-.007-.845.144-1.293.424-1.618m1.41%203.218H3.485c.052.409.117.861.191%201.366l.074.073zM4.05%2010.61l.619%204.124l1.707-1.797zm1.107%207.35l.048.29h.194zm1.838%201.79h11.463c-.159.479-.34.754-.573.955c-.268.23-.624.38-1.267.46c-.664.084-1.533.085-2.785.085h-3.666c-1.252%200-2.12-.001-2.785-.085c-.643-.08-.999-.23-1.267-.46c-.232-.2-.414-.476-.572-.955zm8.718-1.5h2.476l-1.287-1.288zm3.288-1.31l.024-.161l.379-2.527l-1.484%201.607zm.855-5.702l.369-2.46c.095-.631.178-1.19.245-1.688L18.16%209.4zM18.689%206.75h-2.976l1.429%201.548zm-6.436%200H8.811l1.765%201.765zm-.563%2011.5H9.31l1.19-1.19zm-4.28-6.401L4.81%209.25L7%207.06l2.543%202.543zm1.06%201.06l2.134-2.245l2.086%202.086l-2.19%202.19zM11.56%2016l2.19-2.19l2.09%202.09l-2.101%202.278zm3.25-3.25l2.048%202.048L18.98%2012.5l-1.881-2.038zm-1.06-1.06l2.33-2.33l-2.088-2.263l-2.355%202.48zm-6.313%202.308L9.439%2016l-2.161%202.162l-1.774-2.13z%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%22M15.092%201.25H8.908c-1.57%200-2.828%200-3.802.138c-1.008.142-1.846.448-2.464%201.165s-.795%201.591-.787%202.61c.009.983.195%202.228.428%203.78L3.5%2017.05c.177%201.177.32%202.13.53%202.875c.218.777.531%201.42%201.108%201.916c.576.496%201.258.71%202.058.811c.769.097%201.732.097%202.922.097h3.766c1.19%200%202.154%200%202.922-.097c.8-.1%201.483-.315%202.059-.811s.89-1.14%201.108-1.916c.21-.745.352-1.698.529-2.875l1.216-8.108c.233-1.552.42-2.797.428-3.78c.009-1.019-.17-1.893-.787-2.61s-1.456-1.023-2.463-1.165c-.975-.138-2.233-.138-3.803-.138M3.78%203.532c.28-.325.7-.54%201.537-.66c.857-.12%202.009-.122%203.651-.122h6.066c1.643%200%202.794.002%203.652.123c.836.118%201.257.334%201.537.659s.43.773.423%201.617l-.002.101H3.357l-.002-.1c-.007-.845.144-1.293.424-1.618m1.41%203.218H3.485c.052.409.117.861.191%201.366l.074.073zM4.05%2010.61l.619%204.124l1.707-1.797zm1.107%207.35l.048.29h.194zm1.838%201.79h11.463c-.159.479-.34.754-.573.955c-.268.23-.624.38-1.267.46c-.664.084-1.533.085-2.785.085h-3.666c-1.252%200-2.12-.001-2.785-.085c-.643-.08-.999-.23-1.267-.46c-.232-.2-.414-.476-.572-.955zm8.718-1.5h2.476l-1.287-1.288zm3.288-1.31l.024-.161l.379-2.527l-1.484%201.607zm.855-5.702l.369-2.46c.095-.631.178-1.19.245-1.688L18.16%209.4zM18.689%206.75h-2.976l1.429%201.548zm-6.436%200H8.811l1.765%201.765zm-.563%2011.5H9.31l1.19-1.19zm-4.28-6.401L4.81%209.25L7%207.06l2.543%202.543zm1.06%201.06l2.134-2.245l2.086%202.086l-2.19%202.19zM11.56%2016l2.19-2.19l2.09%202.09l-2.101%202.278zm3.25-3.25l2.048%202.048L18.98%2012.5l-1.881-2.038zm-1.06-1.06l2.33-2.33l-2.088-2.263l-2.355%202.48zm-6.313%202.308L9.439%2016l-2.161%202.162l-1.774-2.13z%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/reicon/trash.svg?color=%231a73e8&size=48