backspace icon
backspace-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.
- Name
- backspace-filled
- Set
- Reicon
- Style
- Filled
- Category
- Text-formatting
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All backspace icons →backspaceAkar IconsbackspaceBootstrap Iconsbackspace-fillEva IconsbackspaceFont Awesome Solidbackspace-16-filledFluent UI System Iconsbackspacecss.ggbackspaceHeroIconsbackspaceIonIconsbackspaceLine AwesomebackspaceMajesticonsbackspaceMaterial SymbolsbackspaceMaterial Symbols LightbackspaceMaterial Design IconsbackspacePhosphorbackspace-boldSolarbackspaceTabler Iconsbackspace-outlineTeenyiconsbackspaceUnicons
More text-formatting icons from Reicon
Use the backspace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.871 19.499c.93.501 2.044.501 4.271.501h2.637c3.875 0 5.813 0 7.017-1.172S22 15.771 22 12s0-5.657-1.204-6.828S17.654 4 13.78 4h-2.637c-2.227 0-3.341 0-4.27.501c-.93.502-1.52 1.42-2.701 3.259L3.49 8.82C2.497 10.366 2 11.14 2 12s.497 1.634 1.49 3.18l.68 1.06c1.181 1.838 1.771 2.757 2.701 3.259m4.16-10.53A.75.75 0 0 0 9.97 10.03L11.94 12l-1.97 1.97a.75.75 0 1 0 1.06 1.06L13 13.06l1.97 1.97a.75.75 0 0 0 1.06-1.06L14.06 12l1.97-1.97a.75.75 0 0 0-1.06-1.06L13 10.94z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBackspaceFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6.871 19.499c.93.501 2.044.501 4.271.501h2.637c3.875 0 5.813 0 7.017-1.172S22 15.771 22 12s0-5.657-1.204-6.828S17.654 4 13.78 4h-2.637c-2.227 0-3.341 0-4.27.501c-.93.502-1.52 1.42-2.701 3.259L3.49 8.82C2.497 10.366 2 11.14 2 12s.497 1.634 1.49 3.18l.68 1.06c1.181 1.838 1.771 2.757 2.701 3.259m4.16-10.53A.75.75 0 0 0 9.97 10.03L11.94 12l-1.97 1.97a.75.75 0 1 0 1.06 1.06L13 13.06l1.97 1.97a.75.75 0 0 0 1.06-1.06L14.06 12l1.97-1.97a.75.75 0 0 0-1.06-1.06L13 10.94z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.871 19.499c.93.501 2.044.501 4.271.501h2.637c3.875 0 5.813 0 7.017-1.172S22 15.771 22 12s0-5.657-1.204-6.828S17.654 4 13.78 4h-2.637c-2.227 0-3.341 0-4.27.501c-.93.502-1.52 1.42-2.701 3.259L3.49 8.82C2.497 10.366 2 11.14 2 12s.497 1.634 1.49 3.18l.68 1.06c1.181 1.838 1.771 2.757 2.701 3.259m4.16-10.53A.75.75 0 0 0 9.97 10.03L11.94 12l-1.97 1.97a.75.75 0 1 0 1.06 1.06L13 13.06l1.97 1.97a.75.75 0 0 0 1.06-1.06L14.06 12l1.97-1.97a.75.75 0 0 0-1.06-1.06L13 10.94z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-backspace-filled {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.871%2019.499c.93.501%202.044.501%204.271.501h2.637c3.875%200%205.813%200%207.017-1.172S22%2015.771%2022%2012s0-5.657-1.204-6.828S17.654%204%2013.78%204h-2.637c-2.227%200-3.341%200-4.27.501c-.93.502-1.52%201.42-2.701%203.259L3.49%208.82C2.497%2010.366%202%2011.14%202%2012s.497%201.634%201.49%203.18l.68%201.06c1.181%201.838%201.771%202.757%202.701%203.259m4.16-10.53A.75.75%200%200%200%209.97%2010.03L11.94%2012l-1.97%201.97a.75.75%200%201%200%201.06%201.06L13%2013.06l1.97%201.97a.75.75%200%200%200%201.06-1.06L14.06%2012l1.97-1.97a.75.75%200%200%200-1.06-1.06L13%2010.94z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.871%2019.499c.93.501%202.044.501%204.271.501h2.637c3.875%200%205.813%200%207.017-1.172S22%2015.771%2022%2012s0-5.657-1.204-6.828S17.654%204%2013.78%204h-2.637c-2.227%200-3.341%200-4.27.501c-.93.502-1.52%201.42-2.701%203.259L3.49%208.82C2.497%2010.366%202%2011.14%202%2012s.497%201.634%201.49%203.18l.68%201.06c1.181%201.838%201.771%202.757%202.701%203.259m4.16-10.53A.75.75%200%200%200%209.97%2010.03L11.94%2012l-1.97%201.97a.75.75%200%201%200%201.06%201.06L13%2013.06l1.97%201.97a.75.75%200%200%200%201.06-1.06L14.06%2012l1.97-1.97a.75.75%200%200%200-1.06-1.06L13%2010.94z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/backspace-filled.svg?color=%231a73e8&size=48