Eraser Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Eraser Alt 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/305592.svg" alt="Eraser Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305592.svg" alt="Eraser Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305592.svg" alt="Eraser Alt icon" :width="24" :height="24" />
CSS background
.icon-eraser-alt {
background-image: url('https://proicons.com/icon/305592.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="M413 576c-24-24-49-48-73-72-16-17-36-18-49-4-15 14-13 34 3 50l146 146c21 21 48 18 58-6 5-15 1-27-10-38-25-25-50-51-75-76zm561-268L683 17c-22-22-58-22-80 0L140 480c-82 82-82 215 0 297l74 74c82 82 215 82 297 0l463-464c22-21 22-57 0-79zM586 709l-76 77c-82 82-215 82-297 0l-8-8c-82-82-82-215 0-297l77-77c16-15 41-15 57 0l247 248c16 15 16 41 0 57zM317 953H47c-13 0-23 11-23 23s10 24 23 24h270c13 0 23-11 23-24s-10-23-23-23z"/></svg>
Copied!