backspace-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
backspace-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

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" d="M18.75 4a3.25 3.25 0 0 1 3.245 3.066L22 7.25v9.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20h-8.501a3.25 3.25 0 0 1-2.085-.756l-.155-.139l-4.995-4.75a3.25 3.25 0 0 1-.116-4.594l.116-.116l4.995-4.75a3.25 3.25 0 0 1 2.032-.888L10.25 4zm0 1.5h-8.501a1.75 1.75 0 0 0-1.08.372l-.126.11l-4.996 4.75l-.062.062a1.75 1.75 0 0 0-.054 2.352l.116.122l4.996 4.75c.285.27.65.437 1.039.474l.167.008h8.501a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-9.5a1.75 1.75 0 0 0-1.607-1.744zm-7.304 2.897l.084.073L14 10.939l2.47-2.47a.75.75 0 0 1 1.133.977l-.073.084L15.061 12l2.47 2.47a.75.75 0 0 1-.977 1.133l-.084-.073L14 13.061l-2.47 2.47a.75.75 0 0 1-1.133-.977l.073-.084L12.94 12l-2.47-2.47a.75.75 0 0 1 .976-1.133"/></svg>

React

import type { SVGProps } from "react";

export function FluentBackspace24Regular(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="M18.75 4a3.25 3.25 0 0 1 3.245 3.066L22 7.25v9.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20h-8.501a3.25 3.25 0 0 1-2.085-.756l-.155-.139l-4.995-4.75a3.25 3.25 0 0 1-.116-4.594l.116-.116l4.995-4.75a3.25 3.25 0 0 1 2.032-.888L10.25 4zm0 1.5h-8.501a1.75 1.75 0 0 0-1.08.372l-.126.11l-4.996 4.75l-.062.062a1.75 1.75 0 0 0-.054 2.352l.116.122l4.996 4.75c.285.27.65.437 1.039.474l.167.008h8.501a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-9.5a1.75 1.75 0 0 0-1.607-1.744zm-7.304 2.897l.084.073L14 10.939l2.47-2.47a.75.75 0 0 1 1.133.977l-.073.084L15.061 12l2.47 2.47a.75.75 0 0 1-.977 1.133l-.084-.073L14 13.061l-2.47 2.47a.75.75 0 0 1-1.133-.977l.073-.084L12.94 12l-2.47-2.47a.75.75 0 0 1 .976-1.133"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 4a3.25 3.25 0 0 1 3.245 3.066L22 7.25v9.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20h-8.501a3.25 3.25 0 0 1-2.085-.756l-.155-.139l-4.995-4.75a3.25 3.25 0 0 1-.116-4.594l.116-.116l4.995-4.75a3.25 3.25 0 0 1 2.032-.888L10.25 4zm0 1.5h-8.501a1.75 1.75 0 0 0-1.08.372l-.126.11l-4.996 4.75l-.062.062a1.75 1.75 0 0 0-.054 2.352l.116.122l4.996 4.75c.285.27.65.437 1.039.474l.167.008h8.501a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-9.5a1.75 1.75 0 0 0-1.607-1.744zm-7.304 2.897l.084.073L14 10.939l2.47-2.47a.75.75 0 0 1 1.133.977l-.073.084L15.061 12l2.47 2.47a.75.75 0 0 1-.977 1.133l-.084-.073L14 13.061l-2.47 2.47a.75.75 0 0 1-1.133-.977l.073-.084L12.94 12l-2.47-2.47a.75.75 0 0 1 .976-1.133"/></svg>
</template>

CSS

.icon-backspace-24-regular {
  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%22M18.75%204a3.25%203.25%200%200%201%203.245%203.066L22%207.25v9.5a3.25%203.25%200%200%201-3.066%203.245L18.75%2020h-8.501a3.25%203.25%200%200%201-2.085-.756l-.155-.139l-4.995-4.75a3.25%203.25%200%200%201-.116-4.594l.116-.116l4.995-4.75a3.25%203.25%200%200%201%202.032-.888L10.25%204zm0%201.5h-8.501a1.75%201.75%200%200%200-1.08.372l-.126.11l-4.996%204.75l-.062.062a1.75%201.75%200%200%200-.054%202.352l.116.122l4.996%204.75c.285.27.65.437%201.039.474l.167.008h8.501a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-9.5a1.75%201.75%200%200%200-1.607-1.744zm-7.304%202.897l.084.073L14%2010.939l2.47-2.47a.75.75%200%200%201%201.133.977l-.073.084L15.061%2012l2.47%202.47a.75.75%200%200%201-.977%201.133l-.084-.073L14%2013.061l-2.47%202.47a.75.75%200%200%201-1.133-.977l.073-.084L12.94%2012l-2.47-2.47a.75.75%200%200%201%20.976-1.133%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%22M18.75%204a3.25%203.25%200%200%201%203.245%203.066L22%207.25v9.5a3.25%203.25%200%200%201-3.066%203.245L18.75%2020h-8.501a3.25%203.25%200%200%201-2.085-.756l-.155-.139l-4.995-4.75a3.25%203.25%200%200%201-.116-4.594l.116-.116l4.995-4.75a3.25%203.25%200%200%201%202.032-.888L10.25%204zm0%201.5h-8.501a1.75%201.75%200%200%200-1.08.372l-.126.11l-4.996%204.75l-.062.062a1.75%201.75%200%200%200-.054%202.352l.116.122l4.996%204.75c.285.27.65.437%201.039.474l.167.008h8.501a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-9.5a1.75%201.75%200%200%200-1.607-1.744zm-7.304%202.897l.084.073L14%2010.939l2.47-2.47a.75.75%200%200%201%201.133.977l-.073.084L15.061%2012l2.47%202.47a.75.75%200%200%201-.977%201.133l-.084-.073L14%2013.061l-2.47%202.47a.75.75%200%200%201-1.133-.977l.073-.084L12.94%2012l-2.47-2.47a.75.75%200%200%201%20.976-1.133%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/backspace-24-regular.svg?color=%231a73e8&size=48