trash icon
trash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- trash-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
trashAkar IconstrashBootstrap IconstrashBoxIcons v2trashBoxIcons v2 SolidtrashCodiconstrash-fillEva IconstrashFramework7 IconstrashFont Awesome 6 SolidtrashFont Awesome SolidtrashFeather Iconstrashcss.ggtrashHeroIconstrashHuge IconstrashHumbleiconstrashIconoirtrashIonIconstrashJam IconstrashLine AwesometrashMaterial Line IconstrashLucidetrashMage IconstrashMajesticonstrashMyna UI Iconstrash-16Octicons
Related icons in Phosphor
Use the trash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 50h-42V40a22 22 0 0 0-22-22h-48a22 22 0 0 0-22 22v10H40a6 6 0 0 0 0 12h10v146a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14V62h10a6 6 0 0 0 0-12M94 40a10 10 0 0 1 10-10h48a10 10 0 0 1 10 10v10H94Zm100 168a2 2 0 0 1-2 2H64a2 2 0 0 1-2-2V62h132Zm-84-104v64a6 6 0 0 1-12 0v-64a6 6 0 0 1 12 0m48 0v64a6 6 0 0 1-12 0v-64a6 6 0 0 1 12 0"/></svg>
React
import type { SVGProps } from "react";
export function PhTrashLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 50h-42V40a22 22 0 0 0-22-22h-48a22 22 0 0 0-22 22v10H40a6 6 0 0 0 0 12h10v146a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14V62h10a6 6 0 0 0 0-12M94 40a10 10 0 0 1 10-10h48a10 10 0 0 1 10 10v10H94Zm100 168a2 2 0 0 1-2 2H64a2 2 0 0 1-2-2V62h132Zm-84-104v64a6 6 0 0 1-12 0v-64a6 6 0 0 1 12 0m48 0v64a6 6 0 0 1-12 0v-64a6 6 0 0 1 12 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 50h-42V40a22 22 0 0 0-22-22h-48a22 22 0 0 0-22 22v10H40a6 6 0 0 0 0 12h10v146a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14V62h10a6 6 0 0 0 0-12M94 40a10 10 0 0 1 10-10h48a10 10 0 0 1 10 10v10H94Zm100 168a2 2 0 0 1-2 2H64a2 2 0 0 1-2-2V62h132Zm-84-104v64a6 6 0 0 1-12 0v-64a6 6 0 0 1 12 0m48 0v64a6 6 0 0 1-12 0v-64a6 6 0 0 1 12 0"/></svg> </template>
CSS
.icon-trash-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2050h-42V40a22%2022%200%200%200-22-22h-48a22%2022%200%200%200-22%2022v10H40a6%206%200%200%200%200%2012h10v146a14%2014%200%200%200%2014%2014h128a14%2014%200%200%200%2014-14V62h10a6%206%200%200%200%200-12M94%2040a10%2010%200%200%201%2010-10h48a10%2010%200%200%201%2010%2010v10H94Zm100%20168a2%202%200%200%201-2%202H64a2%202%200%200%201-2-2V62h132Zm-84-104v64a6%206%200%200%201-12%200v-64a6%206%200%200%201%2012%200m48%200v64a6%206%200%200%201-12%200v-64a6%206%200%200%201%2012%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2050h-42V40a22%2022%200%200%200-22-22h-48a22%2022%200%200%200-22%2022v10H40a6%206%200%200%200%200%2012h10v146a14%2014%200%200%200%2014%2014h128a14%2014%200%200%200%2014-14V62h10a6%206%200%200%200%200-12M94%2040a10%2010%200%200%201%2010-10h48a10%2010%200%200%201%2010%2010v10H94Zm100%20168a2%202%200%200%201-2%202H64a2%202%200%200%201-2-2V62h132Zm-84-104v64a6%206%200%200%201-12%200v-64a6%206%200%200%201%2012%200m48%200v64a6%206%200%200%201-12%200v-64a6%206%200%200%201%2012%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/trash-light.svg?color=%231a73e8&size=48