Delete Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Delete icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305489.svg" alt="Delete icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305489.svg" alt="Delete icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305489.svg" alt="Delete icon" :width="24" :height="24" />
CSS background
.icon-delete {
background-image: url('https://proicons.com/icon/305489.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="M938 225c0-21-10-31-32-31H365c-11 0-19 3-27 11-39 40-77 80-116 120-50 52-101 104-151 156-11 12-11 27 0 39 46 47 91 93 137 141 43 44 86 89 130 134 7 7 15 11 26 11h544c20 0 30-10 30-30V500 225zm-54 528c-3 0-5 1-8 1-166 0-331 0-497-1-4 0-10-2-14-6-68-70-137-141-205-212-12-11-23-23-34-35 2-2 3-4 5-5 78-81 155-161 233-241 5-5 10-8 18-8 163 1 327 0 490 0h12v507zM739 343c-34 35-69 70-104 106-4 5-12 5-16 0-35-35-70-70-104-106-5-4-12-4-17 1-8 8-16 17-25 26-4 4-4 12 0 16 34 35 69 70 104 106 4 4 4 12 0 16-35 36-70 71-104 106-5 5-5 12 0 17 8 8 17 17 25 26 5 4 12 4 17 0l104-106c4-4 12-4 16 0 35 35 69 70 104 106 4 4 12 4 16 0 9-9 17-18 26-26 4-5 4-12 0-17-34-35-69-70-104-105-4-5-4-13 0-17 35-36 70-71 104-106 5-5 4-12 0-17l-26-26c-4-4-11-4-16 0z"/></svg>
Delete in other icon packs
Copied!