Back to Explorer
16 - 512
0.5 - 4.0
Save to
contentoutline
md backspace
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdBackspaceIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14zm-11.59-2L14 13.41 17.59 17 19 15.59 15.41 12 19 8.41 17.59 7 14 10.59 10.41 7 9 8.41 12.59 12 9 15.59z"/>
</svg>
);SVG Optimizer
Before
0.47 KB
↓
After
0.46 KB
Tags
arrowbackbackspaceboxbuttoncancelcharacterclearcomputercontrolcorrectdeleteediteditingentryeraseforminputinput fieldkeyboardleftnavigationpointedrectangularremovesymboltexttriangletypinguiundoux
Compare Alternatives
See how other libraries approach this concept.