Trash Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Trash icon is commonly used in list items, file managers and data tables. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312329.svg" alt="Trash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312329.svg" alt="Trash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312329.svg" alt="Trash icon" :width="24" :height="24" />
CSS background
.icon-trash {
background-image: url('https://proicons.com/icon/312329.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-trash" viewBox="0 0 22 22"><path d="M10 7V16H8V7H10M12 7H14V16H12V7M8 2H14V3H19V5H18V19H17V20H5V19H4V5H3V3H8V2M6 5V18H16V5H6Z" /></svg>
Trash in other icon packs
Copied!