Trash Simple Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Trash Simple 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/308893.svg" alt="Trash Simple Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308893.svg" alt="Trash Simple Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308893.svg" alt="Trash Simple Svg icon" :width="24" :height="24" />
CSS background
.icon-trash-simple---svg {
background-image: url('https://proicons.com/icon/308893.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="M9 2C8.62123 2 8.27496 2.214 8.10557 2.55279L6.38197 6H6H4C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8H5V19C5 20.6569 6.34315 22 8 22H16C17.6569 22 19 20.6569 19 19V8H20C20.5523 8 21 7.55228 21 7C21 6.44772 20.5523 6 20 6H18H17.618L15.8944 2.55279C15.725 2.214 15.3788 2 15 2H9ZM15.382 6L14.382 4H9.61803L8.61803 6H15.382Z" fill="#292929"/> </svg>
Copied!