Eraser icon in outline, twotone, bold and bulk. Free in all four styles, for editors, typography, links, translation. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconEraser } from "@devigner-ui/icons";
<IconEraser className="size-6" />
<script setup>
import { IconEraser } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEraser class="size-6" />
</template>
<script>
import { IconEraser } from "@devigner-ui/icons-svelte";
</script>
<IconEraser class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.5 11.41.54.53zM3 14.95h-.75zM9.05 21v.75zM11.4 5.5l-.53-.52zm6.55 6.56-5.9 5.9 1.06 1.07 5.9-5.9zm-11.92-.12 5.9-5.9-1.06-1.06-5.9 5.9zm0 6.03a22 22 0 0 1-1.82-1.94c-.36-.48-.47-.79-.47-1.08h-1.5c0 .75.31 1.38.78 2q.7.87 1.94 2.08zm-1.07-7.09q-1.24 1.21-1.94 2.08a3.2 3.2 0 0 0-.78 2h1.5c0-.3.1-.6.47-1.09.38-.5.97-1.08 1.82-1.93zm7.09 7.09a21 21 0 0 1-1.93 1.8c-.48.37-.8.48-1.08.48v1.5c.75 0 1.37-.31 1.99-.78.6-.45 1.26-1.12 2.08-1.94zm-7.09 1.06q1.22 1.25 2.09 1.94a3.2 3.2 0 0 0 1.99.78v-1.5c-.3 0-.6-.1-1.08-.47-.5-.38-1.08-.96-1.93-1.81zm13-13c.84.86 1.43 1.44 1.8 1.94.37.48.48.79.48 1.08h1.5c0-.75-.31-1.38-.78-2-.46-.59-1.12-1.25-1.94-2.07zm1.06 7.1c.82-.83 1.48-1.5 1.94-2.1.47-.6.78-1.23.78-1.98h-1.5c0 .29-.1.6-.47 1.08-.38.5-.97 1.08-1.82 1.93zm0-8.15c-.82-.82-1.5-1.5-2.09-1.95a3.2 3.2 0 0 0-1.99-.78v1.5c.3 0 .6.1 1.08.47.5.38 1.08.97 1.93 1.82zm-7.09 1.06c.85-.85 1.44-1.44 1.93-1.82.48-.36.8-.47 1.08-.47v-1.5c-.75 0-1.37.31-1.99.78-.6.46-1.26 1.13-2.08 1.95z" fill="currentColor"></path><path opacity="1" d="M13.24 17.84a.75.75 0 0 0 1.06-1.06zM7.22 9.7a.75.75 0 1 0-1.06 1.06zm7.08 7.08L7.22 9.7l-1.06 1.06 7.08 7.08z" fill="currentColor"></path><path opacity="1" d="M9 21h12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>