Grid Eraser icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconGridEraser } from "@devigner-ui/icons";
<IconGridEraser className="size-6" />
<script setup>
import { IconGridEraser } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGridEraser class="size-6" />
</template>
<script>
import { IconGridEraser } from "@devigner-ui/icons-svelte";
</script>
<IconGridEraser class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 11V9c0-5-2-7-7-7h-6c-5 0-7 2-7 7v6c0 5 2 7 7 7h1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M2.7 8.5h19.97" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.7 15.5h9.97" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.18 21.99V2.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.18 11.99V2.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="m19.47 19.7-1.9 1.9c-.52.52-1.38.52-1.91 0l-1.58-1.59a1.36 1.36 0 0 1 0-1.91l1.9-1.89z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.28 16.9-2.81 2.81-3.5-3.5 2.81-2.82a1.36 1.36 0 0 1 1.91 0l1.58 1.59c.53.53.53 1.4.01 1.92" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>