Trash Icon
Free SVG icon from the Carbon 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/320894.svg" alt="Trash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320894.svg" alt="Trash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320894.svg" alt="Trash icon" :width="24" :height="24" />
CSS background
.icon-trash {
background-image: url('https://proicons.com/icon/320894.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <g id="trash"> <g id="trash_1_"> <path d="M26,31.36H6c-0.199,0-0.36-0.161-0.36-0.36V5.36H2V4.64h8.64V1c0-0.199,0.161-0.36,0.36-0.36h10 c0.199,0,0.36,0.161,0.36,0.36v3.64H30v0.72h-3.64V31C26.36,31.199,26.199,31.36,26,31.36z M6.36,30.64h19.28V5.36H6.36V30.64z M11.36,4.64h9.28V1.36h-9.28V4.64z"/> <path d="M21,27.36c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36S21.36,8.801,21.36,9v18 C21.36,27.199,21.199,27.36,21,27.36z M16,27.36c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36 S16.36,8.801,16.36,9v18C16.36,27.199,16.199,27.36,16,27.36z M11,27.36c-0.199,0-0.36-0.161-0.36-0.36V9 c0-0.199,0.161-0.36,0.36-0.36S11.36,8.801,11.36,9v18C11.36,27.199,11.199,27.36,11,27.36z"/> </g> </g> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Trash in other icon packs
Copied!