Erase Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Erase 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/317717.svg" alt="Erase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317717.svg" alt="Erase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317717.svg" alt="Erase icon" :width="24" :height="24" />
CSS background
.icon-erase {
background-image: url('https://proicons.com/icon/317717.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>erase</title><rect x="7" y="27" width="23" height="2"/><path d="M27.38,10.51,19.45,2.59a2,2,0,0,0-2.83,0l-14,14a2,2,0,0,0,0,2.83L7.13,24h9.59L27.38,13.34A2,2,0,0,0,27.38,10.51ZM15.89,22H8L4,18l6.31-6.31,7.93,7.92Zm3.76-3.76-7.92-7.93L18,4,26,11.93Z" transform="translate(0 0)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Erase in other icon packs
Copied!