backspace icon
backspace-bold-duotone from Solar by 480 Design · Bold Duotone · Text Formatting · CC-BY-4.0 Attribution required.
- Name
- backspace-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Text Formatting
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
backspaceAkar IconsbackspaceBootstrap Iconsbackspace-fillEva IconsbackspaceFont Awesome Solidbackspace-16-filledFluent UI System Iconsbackspacecss.ggbackspaceHeroIconsbackspaceIonIconsbackspaceLine AwesomebackspaceMajesticonsbackspaceMaterial SymbolsbackspaceMaterial Symbols LightbackspaceMaterial Design IconsbackspacePhosphorbackspaceTabler Iconsbackspace-outlineTeenyiconsbackspaceUnicons
More text formatting icons from Solar
eraser-bolderaser-circle-bolderaser-square-boldlink-boldlink-broken-bold-duotonelink-circle-boldlink-minimalistic-2-boldlink-minimalistic-boldlink-round-angle-boldlink-round-boldlink-square-boldparagraph-spacing-boldquote-boldquote-circle-boldquote-square-boldtext-bold-boldtext-bold-circle-boldtext-bold-square-boldtext-circle-boldtext-cross-boldtext-cross-circle-boldtext-cross-square-boldtext-field-boldtext-field-focus-bold
Use the backspace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.87114 19.4986C7.80085 20 8.91458 20 11.142 20H13.779C17.6544 20 19.5921 20 20.7961 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.7961 5.17157C19.5921 4 17.6544 4 13.779 4H11.142C8.91458 4 7.80085 4 6.87114 4.50143C5.94144 5.00286 5.35117 5.92191 4.17061 7.76001L3.48981 8.82001C2.4966 10.3664 2 11.1396 2 12C2 12.8604 2.4966 13.6336 3.48981 15.18L4.17061 16.24C5.35117 18.0781 5.94144 18.9971 6.87114 19.4986Z" opacity=".5"/><path d="M11.0303 8.96967C10.7374 8.67678 10.2626 8.67678 9.96967 8.96967C9.67678 9.26256 9.67678 9.73744 9.96967 10.0303L11.9394 12L9.96969 13.9697C9.6768 14.2626 9.6768 14.7374 9.96969 15.0303C10.2626 15.3232 10.7375 15.3232 11.0304 15.0303L13 13.0607L14.9696 15.0303C15.2625 15.3232 15.7374 15.3232 16.0303 15.0303C16.3232 14.7374 16.3232 14.2625 16.0303 13.9697L14.0607 12L16.0303 10.0304C16.3232 9.73746 16.3232 9.26258 16.0303 8.96969C15.7374 8.6768 15.2626 8.6768 14.9697 8.96969L13 10.9394L11.0303 8.96967Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBackspaceBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.87114 19.4986C7.80085 20 8.91458 20 11.142 20H13.779C17.6544 20 19.5921 20 20.7961 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.7961 5.17157C19.5921 4 17.6544 4 13.779 4H11.142C8.91458 4 7.80085 4 6.87114 4.50143C5.94144 5.00286 5.35117 5.92191 4.17061 7.76001L3.48981 8.82001C2.4966 10.3664 2 11.1396 2 12C2 12.8604 2.4966 13.6336 3.48981 15.18L4.17061 16.24C5.35117 18.0781 5.94144 18.9971 6.87114 19.4986Z" opacity=".5"/><path d="M11.0303 8.96967C10.7374 8.67678 10.2626 8.67678 9.96967 8.96967C9.67678 9.26256 9.67678 9.73744 9.96967 10.0303L11.9394 12L9.96969 13.9697C9.6768 14.2626 9.6768 14.7374 9.96969 15.0303C10.2626 15.3232 10.7375 15.3232 11.0304 15.0303L13 13.0607L14.9696 15.0303C15.2625 15.3232 15.7374 15.3232 16.0303 15.0303C16.3232 14.7374 16.3232 14.2625 16.0303 13.9697L14.0607 12L16.0303 10.0304C16.3232 9.73746 16.3232 9.26258 16.0303 8.96969C15.7374 8.6768 15.2626 8.6768 14.9697 8.96969L13 10.9394L11.0303 8.96967Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.87114 19.4986C7.80085 20 8.91458 20 11.142 20H13.779C17.6544 20 19.5921 20 20.7961 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.7961 5.17157C19.5921 4 17.6544 4 13.779 4H11.142C8.91458 4 7.80085 4 6.87114 4.50143C5.94144 5.00286 5.35117 5.92191 4.17061 7.76001L3.48981 8.82001C2.4966 10.3664 2 11.1396 2 12C2 12.8604 2.4966 13.6336 3.48981 15.18L4.17061 16.24C5.35117 18.0781 5.94144 18.9971 6.87114 19.4986Z" opacity=".5"/><path d="M11.0303 8.96967C10.7374 8.67678 10.2626 8.67678 9.96967 8.96967C9.67678 9.26256 9.67678 9.73744 9.96967 10.0303L11.9394 12L9.96969 13.9697C9.6768 14.2626 9.6768 14.7374 9.96969 15.0303C10.2626 15.3232 10.7375 15.3232 11.0304 15.0303L13 13.0607L14.9696 15.0303C15.2625 15.3232 15.7374 15.3232 16.0303 15.0303C16.3232 14.7374 16.3232 14.2625 16.0303 13.9697L14.0607 12L16.0303 10.0304C16.3232 9.73746 16.3232 9.26258 16.0303 8.96969C15.7374 8.6768 15.2626 8.6768 14.9697 8.96969L13 10.9394L11.0303 8.96967Z"/></g></svg> </template>
CSS
.icon-backspace-bold-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M6.87114%2019.4986C7.80085%2020%208.91458%2020%2011.142%2020H13.779C17.6544%2020%2019.5921%2020%2020.7961%2018.8284C22%2017.6569%2022%2015.7712%2022%2012C22%208.22876%2022%206.34315%2020.7961%205.17157C19.5921%204%2017.6544%204%2013.779%204H11.142C8.91458%204%207.80085%204%206.87114%204.50143C5.94144%205.00286%205.35117%205.92191%204.17061%207.76001L3.48981%208.82001C2.4966%2010.3664%202%2011.1396%202%2012C2%2012.8604%202.4966%2013.6336%203.48981%2015.18L4.17061%2016.24C5.35117%2018.0781%205.94144%2018.9971%206.87114%2019.4986Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.0303%208.96967C10.7374%208.67678%2010.2626%208.67678%209.96967%208.96967C9.67678%209.26256%209.67678%209.73744%209.96967%2010.0303L11.9394%2012L9.96969%2013.9697C9.6768%2014.2626%209.6768%2014.7374%209.96969%2015.0303C10.2626%2015.3232%2010.7375%2015.3232%2011.0304%2015.0303L13%2013.0607L14.9696%2015.0303C15.2625%2015.3232%2015.7374%2015.3232%2016.0303%2015.0303C16.3232%2014.7374%2016.3232%2014.2625%2016.0303%2013.9697L14.0607%2012L16.0303%2010.0304C16.3232%209.73746%2016.3232%209.26258%2016.0303%208.96969C15.7374%208.6768%2015.2626%208.6768%2014.9697%208.96969L13%2010.9394L11.0303%208.96967Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.87114%2019.4986C7.80085%2020%208.91458%2020%2011.142%2020H13.779C17.6544%2020%2019.5921%2020%2020.7961%2018.8284C22%2017.6569%2022%2015.7712%2022%2012C22%208.22876%2022%206.34315%2020.7961%205.17157C19.5921%204%2017.6544%204%2013.779%204H11.142C8.91458%204%207.80085%204%206.87114%204.50143C5.94144%205.00286%205.35117%205.92191%204.17061%207.76001L3.48981%208.82001C2.4966%2010.3664%202%2011.1396%202%2012C2%2012.8604%202.4966%2013.6336%203.48981%2015.18L4.17061%2016.24C5.35117%2018.0781%205.94144%2018.9971%206.87114%2019.4986Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.0303%208.96967C10.7374%208.67678%2010.2626%208.67678%209.96967%208.96967C9.67678%209.26256%209.67678%209.73744%209.96967%2010.0303L11.9394%2012L9.96969%2013.9697C9.6768%2014.2626%209.6768%2014.7374%209.96969%2015.0303C10.2626%2015.3232%2010.7375%2015.3232%2011.0304%2015.0303L13%2013.0607L14.9696%2015.0303C15.2625%2015.3232%2015.7374%2015.3232%2016.0303%2015.0303C16.3232%2014.7374%2016.3232%2014.2625%2016.0303%2013.9697L14.0607%2012L16.0303%2010.0304C16.3232%209.73746%2016.3232%209.26258%2016.0303%208.96969C15.7374%208.6768%2015.2626%208.6768%2014.9697%208.96969L13%2010.9394L11.0303%208.96967Z%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-bold-duotone.svg?color=%231a73e8&size=48