Trash Icon
Free SVG icon from the IcoFont 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/306707.svg" alt="Trash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306707.svg" alt="Trash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306707.svg" alt="Trash icon" :width="24" :height="24" />
CSS background
.icon-trash {
background-image: url('https://proicons.com/icon/306707.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M845 233c-115 1-230 1-345 1H154c-12 0-23-2-20 17 17 108 33 215 50 323 16 107 35 213 48 319 7 56 54 108 118 107 99-2 198 0 298 0 66-1 109-39 119-105l60-399c12-80 24-161 37-241 3-19-3-22-19-22zM528 383c-1 161 0 322 0 483h-56V625h1c0-82 0-165-1-247v-7h55c1 4 1 7 1 12zm-289-12h55c1 4 2 9 3 14 14 114 30 227 46 341 6 46 14 93 19 140h-55l-45-324c-8-56-15-113-23-169v-2zm494 200c-14 98-29 196-41 295h-55c23-162 44-324 66-485 1-3 1-7 1-10h57c-1 4-2 9-2 12-9 63-18 126-26 188zm209-413c-11-26-29-47-49-66-21-21-45-33-77-33-61 2-122 0-182 1-14 0-21-2-25-17-8-30-28-43-59-43H448c-30 0-50 14-58 43-4 14-10 18-24 17-61-1-122-1-182 0-54 0-117 53-129 105-4 17 2 26 18 29 8 1 16 1 23 1h769c18 0 36 1 54-1 25-1 32-14 23-36z"/></svg>
Trash in other icon packs
Copied!