Trash Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Trash Svg 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/308892.svg" alt="Trash Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308892.svg" alt="Trash Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308892.svg" alt="Trash Svg icon" :width="24" :height="24" />
CSS background
.icon-trash---svg {
background-image: url('https://proicons.com/icon/308892.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.10557 2.55279C8.27496 2.214 8.62123 2 9 2H15C15.3788 2 15.725 2.214 15.8944 2.55279L17.618 6H18H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H19V19C19 20.6569 17.6569 22 16 22H8C6.34315 22 5 20.6569 5 19V8H4C3.44772 8 3 7.55228 3 7C3 6.44772 3.44772 6 4 6H6H6.38197L8.10557 2.55279ZM14.382 4L15.382 6H8.61803L9.61803 4H14.382ZM11 11C11 10.4477 10.5523 10 10 10C9.44772 10 9 10.4477 9 11V17C9 17.5523 9.44772 18 10 18C10.5523 18 11 17.5523 11 17V11ZM15 11C15 10.4477 14.5523 10 14 10C13.4477 10 13 10.4477 13 11V17C13 17.5523 13.4477 18 14 18C14.5523 18 15 17.5523 15 17V11Z" fill="#292929"/> </svg>
Copied!