Ui Delete Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306753.svg" alt="Ui Delete icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306753.svg" alt="Ui Delete icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306753.svg" alt="Ui Delete icon" :width="24" :height="24" />
CSS background
.icon-ui-delete {
background-image: url('https://proicons.com/icon/306753.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="M800 277H508c-103 0-206-1-309 0-52 1-64 14-57 65 27 198 55 396 84 594 7 53 20 64 74 64h415c59 0 72-15 79-73 23-190 47-381 71-570 9-66 0-79-65-80zM346 895c-33 5-46-22-49-51-17-137-32-274-48-411-3-27 5-50 33-55 32-5 47 17 50 45 11 81 20 162 30 243 7 56 13 112 19 168 3 29-1 57-35 61zm201-51c0 28-12 53-42 52-33 0-42-26-42-56 1-68 0-136 0-203h-1c0-68 1-135 0-203 0-29 5-57 39-59 35-1 45 26 45 55 1 138 1 276 1 414zm217-407c-17 137-34 274-52 410-3 28-18 52-48 47-33-4-39-31-34-61 9-67 16-134 25-201s17-134 25-201c4-29 12-56 47-54 34 3 40 31 37 60zM425 86c16-83 25-92 81-83 96 15 99 18 86 111 74 13 148 27 223 39 32 5 61 13 56 53-6 42-41 37-70 32-172-29-344-59-516-89-37-6-75-14-112-19-30-5-48-20-43-51 6-32 30-39 58-34 79 14 158 28 237 41z"/></svg>
Copied!