backspace from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
backspace
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0
Aliases
backspace-solid

The same icon in other sets

More other icons from Line Awesome

Use the backspace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m11.594 7l-.313.281l-8 8l-.687.719l.687.719l8 8l.313.281H29V7zm.844 2H27v14H12.437l-7-7zm2.718 2.75l-1.406 1.406L16.594 16l-2.844 2.844l1.406 1.406L18 17.406l2.844 2.844l1.406-1.406L19.406 16l2.844-2.844l-1.406-1.406L18 14.594z"/></svg>

React

import type { SVGProps } from "react";

export function LaBackspace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m11.594 7l-.313.281l-8 8l-.687.719l.687.719l8 8l.313.281H29V7zm.844 2H27v14H12.437l-7-7zm2.718 2.75l-1.406 1.406L16.594 16l-2.844 2.844l1.406 1.406L18 17.406l2.844 2.844l1.406-1.406L19.406 16l2.844-2.844l-1.406-1.406L18 14.594z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m11.594 7l-.313.281l-8 8l-.687.719l.687.719l8 8l.313.281H29V7zm.844 2H27v14H12.437l-7-7zm2.718 2.75l-1.406 1.406L16.594 16l-2.844 2.844l1.406 1.406L18 17.406l2.844 2.844l1.406-1.406L19.406 16l2.844-2.844l-1.406-1.406L18 14.594z"/></svg>
</template>

CSS

.icon-backspace {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.594%207l-.313.281l-8%208l-.687.719l.687.719l8%208l.313.281H29V7zm.844%202H27v14H12.437l-7-7zm2.718%202.75l-1.406%201.406L16.594%2016l-2.844%202.844l1.406%201.406L18%2017.406l2.844%202.844l1.406-1.406L19.406%2016l2.844-2.844l-1.406-1.406L18%2014.594z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.594%207l-.313.281l-8%208l-.687.719l.687.719l8%208l.313.281H29V7zm.844%202H27v14H12.437l-7-7zm2.718%202.75l-1.406%201.406L16.594%2016l-2.844%202.844l1.406%201.406L18%2017.406l2.844%202.844l1.406-1.406L19.406%2016l2.844-2.844l-1.406-1.406L18%2014.594z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/backspace.svg?color=%231a73e8&size=48