Magic Eraser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magic Eraser 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/343345.svg" alt="Magic Eraser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343345.svg" alt="Magic Eraser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343345.svg" alt="Magic Eraser icon" :width="24" :height="24" />
CSS background
.icon-magic-eraser {
background-image: url('https://proicons.com/icon/343345.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path id="e" d="M9.3597,24.4875L21.1539,5.5c1.4539-2.3406,4.5087-3.0545,6.8495-1.6008l12.0317,7.4724c2.3408,1.4538,3.0548,4.5084,1.6009,6.849l-11.7942,18.9875-20.4821-12.7207Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M29.3674,36.9135l-3.4701,5.5865c-1.4539,2.3406-4.5087,3.0545-6.8495,1.6008l-11.0829-6.8832c-2.3408-1.4538-3.0548-4.5084-1.6009-6.849l3.4701-5.5865" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!