round backspace icon
round-backspace from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.
- Name
- round-backspace
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Content
- Viewbox
- 24×24
- License
- Apache 2.0
More content icons from Google Material Icons
baseline-addbaseline-add-boxbaseline-add-circlebaseline-add-linkbaseline-amp-storiesbaseline-archivebaseline-attributionbaseline-backspacebaseline-ballotbaseline-biotechbaseline-blockbaseline-boltbaseline-calculatebaseline-change-circlebaseline-clearbaseline-content-copybaseline-content-cutbaseline-content-pastebaseline-content-paste-gobaseline-content-paste-offbaseline-content-paste-searchbaseline-copy-allbaseline-createbaseline-delete-sweep
Use the round backspace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3H7c-.69 0-1.23.35-1.59.88L.37 11.45c-.22.34-.22.77 0 1.11l5.04 7.56c.36.52.9.88 1.59.88h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-3.7 13.3a.996.996 0 0 1-1.41 0L14 13.41l-2.89 2.89a.996.996 0 1 1-1.41-1.41L12.59 12L9.7 9.11a.996.996 0 1 1 1.41-1.41L14 10.59l2.89-2.89a.996.996 0 1 1 1.41 1.41L15.41 12l2.89 2.89c.38.38.38 1.02 0 1.41"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundBackspace(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" d="M22 3H7c-.69 0-1.23.35-1.59.88L.37 11.45c-.22.34-.22.77 0 1.11l5.04 7.56c.36.52.9.88 1.59.88h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-3.7 13.3a.996.996 0 0 1-1.41 0L14 13.41l-2.89 2.89a.996.996 0 1 1-1.41-1.41L12.59 12L9.7 9.11a.996.996 0 1 1 1.41-1.41L14 10.59l2.89-2.89a.996.996 0 1 1 1.41 1.41L15.41 12l2.89 2.89c.38.38.38 1.02 0 1.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3H7c-.69 0-1.23.35-1.59.88L.37 11.45c-.22.34-.22.77 0 1.11l5.04 7.56c.36.52.9.88 1.59.88h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-3.7 13.3a.996.996 0 0 1-1.41 0L14 13.41l-2.89 2.89a.996.996 0 1 1-1.41-1.41L12.59 12L9.7 9.11a.996.996 0 1 1 1.41-1.41L14 10.59l2.89-2.89a.996.996 0 1 1 1.41 1.41L15.41 12l2.89 2.89c.38.38.38 1.02 0 1.41"/></svg> </template>
CSS
.icon-round-backspace {
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%20d%3D%22M22%203H7c-.69%200-1.23.35-1.59.88L.37%2011.45c-.22.34-.22.77%200%201.11l5.04%207.56c.36.52.9.88%201.59.88h15c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m-3.7%2013.3a.996.996%200%200%201-1.41%200L14%2013.41l-2.89%202.89a.996.996%200%201%201-1.41-1.41L12.59%2012L9.7%209.11a.996.996%200%201%201%201.41-1.41L14%2010.59l2.89-2.89a.996.996%200%201%201%201.41%201.41L15.41%2012l2.89%202.89c.38.38.38%201.02%200%201.41%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%20d%3D%22M22%203H7c-.69%200-1.23.35-1.59.88L.37%2011.45c-.22.34-.22.77%200%201.11l5.04%207.56c.36.52.9.88%201.59.88h15c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m-3.7%2013.3a.996.996%200%200%201-1.41%200L14%2013.41l-2.89%202.89a.996.996%200%201%201-1.41-1.41L12.59%2012L9.7%209.11a.996.996%200%201%201%201.41-1.41L14%2010.59l2.89-2.89a.996.996%200%201%201%201.41%201.41L15.41%2012l2.89%202.89c.38.38.38%201.02%200%201.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-backspace.svg?color=%231a73e8&size=48