Trash Non Burnable Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Trash Non 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/320893.svg" alt="Trash Non Burnable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320893.svg" alt="Trash Non Burnable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320893.svg" alt="Trash Non Burnable icon" :width="24" :height="24" />
CSS background
.icon-trash-non-burnable {
background-image: url('https://proicons.com/icon/320893.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--non-burnable_00000059299562211742238180000002905759752469714823_" 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.135c0.437-0.501,0.875-1.005,1.303-1.522L0.746,1.254l0.509-0.509l30,30l-0.51,0.51l-3.805-3.806 C24.355,30.841,19.019,31.36,16,31.36z M9.929,29.73c2.052,0.725,4.305,0.909,6.071,0.909c1.261,0,2.944-0.092,4.64-0.459V29 c0-6.163-4.785-8.245-6.284-8.587C14.242,26.354,11.648,28.776,9.929,29.73z M14,19.64c1.498,0,7.36,2.443,7.36,9.36v1.008 c1.966-0.521,3.869-1.45,5.065-3.072l-16.08-16.082c-0.417,0.503-0.845,0.994-1.271,1.483C6.65,15.123,4.36,17.753,4.36,22 c0,4.009,2.074,6.199,4.668,7.37c1.506-0.636,4.613-2.752,4.612-9.37c0-0.096,0.038-0.187,0.105-0.255 C13.813,19.678,13.904,19.64,14,19.64z M28.097,25.094l-0.695-0.188c0.158-0.589,0.238-1.23,0.238-1.906 c0-1.951-0.969-3.386-1.905-4.773c-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.569 c0.951,1.409,2.029,3.006,2.029,5.177C28.36,23.739,28.271,24.443,28.097,25.094z M21.36,10h-0.72c0-6.574-4.825-8.216-6.286-8.562 C14.285,3.884,13.627,6.04,12.3,8.189l-0.612-0.378C13.02,5.653,13.64,3.489,13.64,1c0-0.104,0.045-0.204,0.124-0.272 c0.079-0.069,0.182-0.102,0.287-0.084C14.124,0.654,21.36,1.783,21.36,10z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!