Backspace 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 { IconBackspace } from "@devigner-ui/icons";
<IconBackspace className="size-6" />
<script setup>
import { IconBackspace } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBackspace class="size-6" />
</template>
<script>
import { IconBackspace } from "@devigner-ui/icons-svelte";
</script>
<IconBackspace class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M11.14 20c-2.23 0-3.34 0-4.27-.5s-1.52-1.42-2.7-3.26l-.68-1.06C2.49 13.63 2 12.86 2 12s.5-1.63 1.49-3.18l.68-1.06C5.35 5.92 5.94 5 6.87 4.5S8.91 4 11.14 4h2.64c3.87 0 5.81 0 7.02 1.17C22 6.34 22 8.23 22 12s0 5.66-1.2 6.83S17.65 20 13.78 20z" stroke="currentColor" stroke-width="1.5"></path><path d="m15.5 9.5-5 5m0-5 5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>