Trash Burnable Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Trash Burnable 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/320891.svg" alt="Trash Burnable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320891.svg" alt="Trash Burnable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320891.svg" alt="Trash Burnable icon" :width="24" :height="24" />
CSS background
.icon-trash-burnable {
background-image: url('https://proicons.com/icon/320891.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 27.5.0, 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"> <path id="trash--burnable_00000031887489993446685710000004591213241631662760_" d="M16,31.36c-7.971,0-12.36-3.324-12.36-9.36 c0-4.517,2.486-7.373,4.891-10.134C11.043,8.98,13.64,5.997,13.64,1c0-0.104,0.045-0.204,0.124-0.272 c0.079-0.069,0.182-0.102,0.287-0.084c0.073,0.011,7.31,1.139,7.31,9.356H20.64c0-6.574-4.825-8.216-6.286-8.562 c-0.144,5.001-2.753,8-5.279,10.901C6.65,15.123,4.36,17.753,4.36,22c0,4.009,2.074,6.199,4.668,7.37 c1.506-0.636,4.613-2.752,4.612-9.37c0-0.096,0.038-0.187,0.105-0.255c0.067-0.067,0.159-0.105,0.254-0.105 c1.498,0,7.36,2.443,7.36,9.36v1.005c3.19-0.844,6.279-2.757,6.279-7.005c0-1.951-0.969-3.386-1.905-4.773 c-1.341-1.987-2.607-3.863,0.011-6.481l0.51,0.509c-2.199,2.199-1.244,3.612,0.076,5.569c0.951,1.409,2.029,3.006,2.029,5.177 C28.36,28.234,23.739,31.36,16,31.36z M9.929,29.73c2.052,0.725,4.305,0.909,6.071,0.909c1.182,0,2.893-0.085,4.64-0.462V29 c0-6.163-4.785-8.245-6.284-8.587C14.242,26.354,11.648,28.776,9.929,29.73z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!