Backspace Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Backspace Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308898.svg" alt="Backspace Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308898.svg" alt="Backspace Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308898.svg" alt="Backspace Svg icon" :width="24" :height="24" />
CSS background
.icon-backspace---svg {
background-image: url('https://proicons.com/icon/308898.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.91999 4L19.0001 4C20.657 4 22.0001 5.34315 22.0001 7L22.0001 17C22.0001 18.6569 20.657 20 19.0001 20L7.91999 20C7.04422 20 6.21217 19.6173 5.64222 18.9524L1.35651 13.9524C0.393534 12.8289 0.393534 11.1711 1.35651 10.0476L5.64222 5.04763C6.21217 4.38269 7.04422 4 7.91999 4ZM10.2929 9.29302C10.6834 8.90249 11.3166 8.90249 11.7071 9.29302L13 10.5859L14.2929 9.29302C14.6834 8.90249 15.3166 8.90249 15.7071 9.29302C16.0976 9.68354 16.0976 10.3167 15.7071 10.7072L14.4142 12.0001L15.7071 13.293C16.0976 13.6835 16.0976 14.3167 15.7071 14.7072C15.3166 15.0978 14.6834 15.0978 14.2929 14.7072L13 13.4143L11.7071 14.7072C11.3166 15.0978 10.6834 15.0978 10.2929 14.7072C9.90237 14.3167 9.90237 13.6835 10.2929 13.293L11.5858 12.0001L10.2929 10.7072C9.90237 10.3167 9.90237 9.68354 10.2929 9.29302Z" fill="#292929"/> </svg>
Copied!