trash icon
trash-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- trash-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M3.034 8.89c-.48-3.204-.72-4.805.177-5.848C4.109 2 5.728 2 8.968 2h6.066c3.239 0 4.859 0 5.756 1.042s.658 2.644.177 5.848l-1.2 8c-.366 2.438-.548 3.656-1.392 4.383S16.298 22 13.834 22h-3.666c-2.465 0-3.698 0-4.541-.727S4.6 19.328 4.234 16.89z" opacity=".5"/><path fill-rule="evenodd" d="m3.517 12.115l-.29-1.933l1.845-2.05L3.689 6.75h-.96a15 15 0 0 1-.123-1.5h18.788c-.01.437-.054.933-.124 1.5h-.96l-1.382 1.382l1.845 2.05l-.29 1.933l-1.6 1.707l1.168 1.169l-.276 1.845l-1.92-1.92l-1.876 2.003l1.332 1.331h2.245c-.098.59-.195 1.083-.314 1.5H4.758a14 14 0 0 1-.314-1.5h2.245l1.332-1.331l-1.877-2.002l-1.919 1.918l-.276-1.844l1.168-1.17zm2.56-5.099L5.81 6.75h.506zm1.062 1.062L8.334 6.75h1.355L10.94 8L9 9.94zm4.86-1.139l-.189-.189h.38zM13.06 8l1.25-1.25h1.356l1.195 1.328L15 9.94zm4.863-.984l-.24-.266h.506zM16.061 11l1.805-1.805l1.616 1.795l-1.66 1.77zM15 12.06l1.795 1.795l-1.877 2.002L13.06 14zm-3 3l1.892 1.892l-1.217 1.298h-1.35l-1.217-1.298zm3.19 3.19h-.459l.222-.236zm-6.143-.236l.222.236H8.81zM10.939 14l-1.857 1.857l-1.877-2.001L9 12.06zm-3-3l-1.76 1.76l-1.66-1.77l1.615-1.795zM12 12.94L10.06 11L12 9.06L13.94 11z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTrashDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.034 8.89c-.48-3.204-.72-4.805.177-5.848C4.109 2 5.728 2 8.968 2h6.066c3.239 0 4.859 0 5.756 1.042s.658 2.644.177 5.848l-1.2 8c-.366 2.438-.548 3.656-1.392 4.383S16.298 22 13.834 22h-3.666c-2.465 0-3.698 0-4.541-.727S4.6 19.328 4.234 16.89z" opacity=".5"/><path fillRule="evenodd" d="m3.517 12.115l-.29-1.933l1.845-2.05L3.689 6.75h-.96a15 15 0 0 1-.123-1.5h18.788c-.01.437-.054.933-.124 1.5h-.96l-1.382 1.382l1.845 2.05l-.29 1.933l-1.6 1.707l1.168 1.169l-.276 1.845l-1.92-1.92l-1.876 2.003l1.332 1.331h2.245c-.098.59-.195 1.083-.314 1.5H4.758a14 14 0 0 1-.314-1.5h2.245l1.332-1.331l-1.877-2.002l-1.919 1.918l-.276-1.844l1.168-1.17zm2.56-5.099L5.81 6.75h.506zm1.062 1.062L8.334 6.75h1.355L10.94 8L9 9.94zm4.86-1.139l-.189-.189h.38zM13.06 8l1.25-1.25h1.356l1.195 1.328L15 9.94zm4.863-.984l-.24-.266h.506zM16.061 11l1.805-1.805l1.616 1.795l-1.66 1.77zM15 12.06l1.795 1.795l-1.877 2.002L13.06 14zm-3 3l1.892 1.892l-1.217 1.298h-1.35l-1.217-1.298zm3.19 3.19h-.459l.222-.236zm-6.143-.236l.222.236H8.81zM10.939 14l-1.857 1.857l-1.877-2.001L9 12.06zm-3-3l-1.76 1.76l-1.66-1.77l1.615-1.795zM12 12.94L10.06 11L12 9.06L13.94 11z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.034 8.89c-.48-3.204-.72-4.805.177-5.848C4.109 2 5.728 2 8.968 2h6.066c3.239 0 4.859 0 5.756 1.042s.658 2.644.177 5.848l-1.2 8c-.366 2.438-.548 3.656-1.392 4.383S16.298 22 13.834 22h-3.666c-2.465 0-3.698 0-4.541-.727S4.6 19.328 4.234 16.89z" opacity=".5"/><path fill-rule="evenodd" d="m3.517 12.115l-.29-1.933l1.845-2.05L3.689 6.75h-.96a15 15 0 0 1-.123-1.5h18.788c-.01.437-.054.933-.124 1.5h-.96l-1.382 1.382l1.845 2.05l-.29 1.933l-1.6 1.707l1.168 1.169l-.276 1.845l-1.92-1.92l-1.876 2.003l1.332 1.331h2.245c-.098.59-.195 1.083-.314 1.5H4.758a14 14 0 0 1-.314-1.5h2.245l1.332-1.331l-1.877-2.002l-1.919 1.918l-.276-1.844l1.168-1.17zm2.56-5.099L5.81 6.75h.506zm1.062 1.062L8.334 6.75h1.355L10.94 8L9 9.94zm4.86-1.139l-.189-.189h.38zM13.06 8l1.25-1.25h1.356l1.195 1.328L15 9.94zm4.863-.984l-.24-.266h.506zM16.061 11l1.805-1.805l1.616 1.795l-1.66 1.77zM15 12.06l1.795 1.795l-1.877 2.002L13.06 14zm-3 3l1.892 1.892l-1.217 1.298h-1.35l-1.217-1.298zm3.19 3.19h-.459l.222-.236zm-6.143-.236l.222.236H8.81zM10.939 14l-1.857 1.857l-1.877-2.001L9 12.06zm-3-3l-1.76 1.76l-1.66-1.77l1.615-1.795zM12 12.94L10.06 11L12 9.06L13.94 11z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-trash-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.034%208.89c-.48-3.204-.72-4.805.177-5.848C4.109%202%205.728%202%208.968%202h6.066c3.239%200%204.859%200%205.756%201.042s.658%202.644.177%205.848l-1.2%208c-.366%202.438-.548%203.656-1.392%204.383S16.298%2022%2013.834%2022h-3.666c-2.465%200-3.698%200-4.541-.727S4.6%2019.328%204.234%2016.89z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m3.517%2012.115l-.29-1.933l1.845-2.05L3.689%206.75h-.96a15%2015%200%200%201-.123-1.5h18.788c-.01.437-.054.933-.124%201.5h-.96l-1.382%201.382l1.845%202.05l-.29%201.933l-1.6%201.707l1.168%201.169l-.276%201.845l-1.92-1.92l-1.876%202.003l1.332%201.331h2.245c-.098.59-.195%201.083-.314%201.5H4.758a14%2014%200%200%201-.314-1.5h2.245l1.332-1.331l-1.877-2.002l-1.919%201.918l-.276-1.844l1.168-1.17zm2.56-5.099L5.81%206.75h.506zm1.062%201.062L8.334%206.75h1.355L10.94%208L9%209.94zm4.86-1.139l-.189-.189h.38zM13.06%208l1.25-1.25h1.356l1.195%201.328L15%209.94zm4.863-.984l-.24-.266h.506zM16.061%2011l1.805-1.805l1.616%201.795l-1.66%201.77zM15%2012.06l1.795%201.795l-1.877%202.002L13.06%2014zm-3%203l1.892%201.892l-1.217%201.298h-1.35l-1.217-1.298zm3.19%203.19h-.459l.222-.236zm-6.143-.236l.222.236H8.81zM10.939%2014l-1.857%201.857l-1.877-2.001L9%2012.06zm-3-3l-1.76%201.76l-1.66-1.77l1.615-1.795zM12%2012.94L10.06%2011L12%209.06L13.94%2011z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.034%208.89c-.48-3.204-.72-4.805.177-5.848C4.109%202%205.728%202%208.968%202h6.066c3.239%200%204.859%200%205.756%201.042s.658%202.644.177%205.848l-1.2%208c-.366%202.438-.548%203.656-1.392%204.383S16.298%2022%2013.834%2022h-3.666c-2.465%200-3.698%200-4.541-.727S4.6%2019.328%204.234%2016.89z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m3.517%2012.115l-.29-1.933l1.845-2.05L3.689%206.75h-.96a15%2015%200%200%201-.123-1.5h18.788c-.01.437-.054.933-.124%201.5h-.96l-1.382%201.382l1.845%202.05l-.29%201.933l-1.6%201.707l1.168%201.169l-.276%201.845l-1.92-1.92l-1.876%202.003l1.332%201.331h2.245c-.098.59-.195%201.083-.314%201.5H4.758a14%2014%200%200%201-.314-1.5h2.245l1.332-1.331l-1.877-2.002l-1.919%201.918l-.276-1.844l1.168-1.17zm2.56-5.099L5.81%206.75h.506zm1.062%201.062L8.334%206.75h1.355L10.94%208L9%209.94zm4.86-1.139l-.189-.189h.38zM13.06%208l1.25-1.25h1.356l1.195%201.328L15%209.94zm4.863-.984l-.24-.266h.506zM16.061%2011l1.805-1.805l1.616%201.795l-1.66%201.77zM15%2012.06l1.795%201.795l-1.877%202.002L13.06%2014zm-3%203l1.892%201.892l-1.217%201.298h-1.35l-1.217-1.298zm3.19%203.19h-.459l.222-.236zm-6.143-.236l.222.236H8.81zM10.939%2014l-1.857%201.857l-1.877-2.001L9%2012.06zm-3-3l-1.76%201.76l-1.66-1.77l1.615-1.795zM12%2012.94L10.06%2011L12%209.06L13.94%2011z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/trash-duotone.svg?color=%231a73e8&size=48