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

Name
backspace-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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 4zm-7.304 4.397a.75.75 0 0 0-1.049 1.05l.073.083L12.94 12l-2.47 2.47l-.073.084a.75.75 0 0 0 1.05 1.049l.083-.073L14 13.061l2.47 2.47l.084.072a.75.75 0 0 0 1.049-1.05l-.073-.083L15.061 12l2.47-2.47l.072-.084a.75.75 0 0 0-1.05-1.049l-.083.073L14 10.939l-2.47-2.47z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBackspace24Filled(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 4zm-7.304 4.397a.75.75 0 0 0-1.049 1.05l.073.083L12.94 12l-2.47 2.47l-.073.084a.75.75 0 0 0 1.05 1.049l.083-.073L14 13.061l2.47 2.47l.084.072a.75.75 0 0 0 1.049-1.05l-.073-.083L15.061 12l2.47-2.47l.072-.084a.75.75 0 0 0-1.05-1.049l-.083.073L14 10.939l-2.47-2.47z"/></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 4zm-7.304 4.397a.75.75 0 0 0-1.049 1.05l.073.083L12.94 12l-2.47 2.47l-.073.084a.75.75 0 0 0 1.05 1.049l.083-.073L14 13.061l2.47 2.47l.084.072a.75.75 0 0 0 1.049-1.05l-.073-.083L15.061 12l2.47-2.47l.072-.084a.75.75 0 0 0-1.05-1.049l-.083.073L14 10.939l-2.47-2.47z"/></svg>
</template>

CSS

.icon-backspace-24-filled {
  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%204zm-7.304%204.397a.75.75%200%200%200-1.049%201.05l.073.083L12.94%2012l-2.47%202.47l-.073.084a.75.75%200%200%200%201.05%201.049l.083-.073L14%2013.061l2.47%202.47l.084.072a.75.75%200%200%200%201.049-1.05l-.073-.083L15.061%2012l2.47-2.47l.072-.084a.75.75%200%200%200-1.05-1.049l-.083.073L14%2010.939l-2.47-2.47z%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%204zm-7.304%204.397a.75.75%200%200%200-1.049%201.05l.073.083L12.94%2012l-2.47%202.47l-.073.084a.75.75%200%200%200%201.05%201.049l.083-.073L14%2013.061l2.47%202.47l.084.072a.75.75%200%200%200%201.049-1.05l-.073-.083L15.061%2012l2.47-2.47l.072-.084a.75.75%200%200%200-1.05-1.049l-.083.073L14%2010.939l-2.47-2.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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