backspace icon

backspace-linear from Solar by 480 Design · Linear · Text Formatting · CC-BY-4.0 Attribution required.

Name
backspace-linear
Set
Solar
Style
Linear
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More text formatting icons from Solar

Use the backspace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M11.142 20C8.91458 20 7.80085 20 6.87114 19.4986C5.94144 18.9971 5.35117 18.0781 4.17061 16.24L3.48981 15.18C2.4966 13.6336 2 12.8604 2 12C2 11.1396 2.4966 10.3664 3.48981 8.82001L4.17061 7.76001C5.35117 5.92191 5.94144 5.00286 6.87114 4.50143C7.80085 4 8.91458 4 11.142 4L13.779 4C17.6544 4 19.5921 4 20.7961 5.17157C22 6.34315 22 8.22876 22 12C22 15.7712 22 17.6569 20.7961 18.8284C19.5921 20 17.6544 20 13.779 20H11.142Z"/><path stroke-linecap="round" d="M15.5 9.50002L10.5 14.5M10.5 9.5L15.5 14.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBackspaceLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M11.142 20C8.91458 20 7.80085 20 6.87114 19.4986C5.94144 18.9971 5.35117 18.0781 4.17061 16.24L3.48981 15.18C2.4966 13.6336 2 12.8604 2 12C2 11.1396 2.4966 10.3664 3.48981 8.82001L4.17061 7.76001C5.35117 5.92191 5.94144 5.00286 6.87114 4.50143C7.80085 4 8.91458 4 11.142 4L13.779 4C17.6544 4 19.5921 4 20.7961 5.17157C22 6.34315 22 8.22876 22 12C22 15.7712 22 17.6569 20.7961 18.8284C19.5921 20 17.6544 20 13.779 20H11.142Z"/><path strokeLinecap="round" d="M15.5 9.50002L10.5 14.5M10.5 9.5L15.5 14.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M11.142 20C8.91458 20 7.80085 20 6.87114 19.4986C5.94144 18.9971 5.35117 18.0781 4.17061 16.24L3.48981 15.18C2.4966 13.6336 2 12.8604 2 12C2 11.1396 2.4966 10.3664 3.48981 8.82001L4.17061 7.76001C5.35117 5.92191 5.94144 5.00286 6.87114 4.50143C7.80085 4 8.91458 4 11.142 4L13.779 4C17.6544 4 19.5921 4 20.7961 5.17157C22 6.34315 22 8.22876 22 12C22 15.7712 22 17.6569 20.7961 18.8284C19.5921 20 17.6544 20 13.779 20H11.142Z"/><path stroke-linecap="round" d="M15.5 9.50002L10.5 14.5M10.5 9.5L15.5 14.5"/></g></svg>
</template>

CSS

.icon-backspace-linear {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.142%2020C8.91458%2020%207.80085%2020%206.87114%2019.4986C5.94144%2018.9971%205.35117%2018.0781%204.17061%2016.24L3.48981%2015.18C2.4966%2013.6336%202%2012.8604%202%2012C2%2011.1396%202.4966%2010.3664%203.48981%208.82001L4.17061%207.76001C5.35117%205.92191%205.94144%205.00286%206.87114%204.50143C7.80085%204%208.91458%204%2011.142%204L13.779%204C17.6544%204%2019.5921%204%2020.7961%205.17157C22%206.34315%2022%208.22876%2022%2012C22%2015.7712%2022%2017.6569%2020.7961%2018.8284C19.5921%2020%2017.6544%2020%2013.779%2020H11.142Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.5%209.50002L10.5%2014.5M10.5%209.5L15.5%2014.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.142%2020C8.91458%2020%207.80085%2020%206.87114%2019.4986C5.94144%2018.9971%205.35117%2018.0781%204.17061%2016.24L3.48981%2015.18C2.4966%2013.6336%202%2012.8604%202%2012C2%2011.1396%202.4966%2010.3664%203.48981%208.82001L4.17061%207.76001C5.35117%205.92191%205.94144%205.00286%206.87114%204.50143C7.80085%204%208.91458%204%2011.142%204L13.779%204C17.6544%204%2019.5921%204%2020.7961%205.17157C22%206.34315%2022%208.22876%2022%2012C22%2015.7712%2022%2017.6569%2020.7961%2018.8284C19.5921%2020%2017.6544%2020%2013.779%2020H11.142Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.5%209.50002L10.5%2014.5M10.5%209.5L15.5%2014.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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