Eraser Square 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 { IconEraserSquare } from "@devigner-ui/icons";
<IconEraserSquare className="size-6" />
<script setup>
import { IconEraserSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEraserSquare class="size-6" />
</template>
<script>
import { IconEraserSquare } from "@devigner-ui/icons-svelte";
</script>
<IconEraserSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7.67 11.6.53.54zM6 13.98h-.75zM10.03 18v.75zm1.58-10.33-.53-.53zm1.04 8.4a.75.75 0 1 0 1.06-1.06zM9 10.3a.75.75 0 1 0-1.06 1.06zm6.81 1.57-3.94 3.94 1.06 1.06 3.94-3.94zm-7.6.28 3.94-3.94-1.06-1.06-3.94 3.94zm0 3.66a16 16 0 0 1-1.19-1.26c-.22-.3-.26-.46-.26-.57h-1.5c0 .57.24 1.04.57 1.48q.5.6 1.32 1.41zm-1.06-4.72q-.83.8-1.32 1.41c-.33.43-.57.9-.57 1.48h1.5c0-.12.04-.27.26-.57.24-.31.62-.7 1.19-1.26zm4.72 4.72c-.57.57-.94.95-1.26 1.19-.3.22-.45.26-.57.26v1.5a2.4 2.4 0 0 0 1.48-.57q.6-.5 1.41-1.32zm-4.72 1.06q.8.82 1.41 1.32c.44.33.9.57 1.48.57v-1.5c-.11 0-.27-.04-.57-.26-.31-.24-.69-.62-1.26-1.19zM15.8 8.2c.57.57.95.95 1.19 1.26.22.3.26.46.26.57h1.5a2.4 2.4 0 0 0-.57-1.48q-.5-.6-1.32-1.41zm1.06 4.72q.82-.8 1.32-1.41c.33-.43.57-.9.57-1.48h-1.5c0 .12-.04.27-.26.57-.24.32-.62.7-1.19 1.26zm0-5.78q-.8-.83-1.41-1.32a2.4 2.4 0 0 0-1.48-.57v1.5c.11 0 .27.04.57.26.31.24.69.62 1.26 1.2zM12.14 8.2c.57-.57.94-.95 1.26-1.19.3-.22.45-.26.57-.26v-1.5a2.4 2.4 0 0 0-1.48.57q-.6.5-1.41 1.32zm1.57 6.81L9 10.3l-1.06 1.06 4.72 4.72z" fill="currentColor"></path><path opacity="1" d="M2 12c0-4.7 0-7.07 1.46-8.54C4.93 2 7.3 2 12 2s7.07 0 8.54 1.46C22 4.93 22 7.3 22 12s0 7.07-1.46 8.54C19.07 22 16.7 22 12 22s-7.07 0-8.54-1.46C2 19.07 2 16.7 2 12" stroke="currentColor" stroke-width="1.5"></path></svg>