Trash Container Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Trash Container 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/320892.svg" alt="Trash Container icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320892.svg" alt="Trash Container icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320892.svg" alt="Trash Container icon" :width="24" :height="24" />
CSS background
.icon-trash-container {
background-image: url('https://proicons.com/icon/320892.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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"> <path id="trash--container_00000059287841593823886820000017417091995081883831_" d="M29,31.36h-9c-0.199,0-0.36-0.161-0.36-0.36V19 h0.721v11.64h8.279V19h0.721v12C29.36,31.199,29.199,31.36,29,31.36z M13.36,31h-0.72V11h0.72V31z M9.36,31H8.64V18h0.72 C9.36,18,9.36,31,9.36,31z M5.36,31H4.64V11h0.72C5.36,11,5.36,31,5.36,31z M24,28.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C24.36,28.199,24.199,28.36,24,28.36z M22.36,27.64h1.279v-1.28 H22.36V27.64z M27,23.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C27.36,23.199,27.199,23.36,27,23.36z M25.36,22.64h1.279v-1.28H25.36V22.64z M2.36,21H1.64v-9c0-2.404,1.956-4.36,4.36-4.36h16 v0.72H6c-2.007,0-3.64,1.633-3.64,3.64V21z M24,19.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v2C24.36,19.199,24.199,19.36,24,19.36z M22.36,18.64h1.279v-1.28H22.36V18.64z M30.745,18.255 l-7.778-7.779l0.51-0.509l2.573,2.574l1.157-1.157c0.141-0.14,0.369-0.14,0.51,0l2.121,2.121c0.141,0.141,0.141,0.368,0,0.509 l-1.157,1.157l2.574,2.574L30.745,18.255z M26.56,13.05l1.612,1.612l0.902-0.902l-1.612-1.612L26.56,13.05z M9,6.36 c-1.577,0-2.86-1.283-2.86-2.86S7.423,0.64,9,0.64s2.86,1.283,2.86,2.86S10.577,6.36,9,6.36z M9,1.36c-1.18,0-2.14,0.96-2.14,2.14 S7.82,5.64,9,5.64s2.14-0.96,2.14-2.14S10.18,1.36,9,1.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!