md backspace icon

md-backspace from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-backspace
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md backspace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M433.5 96H167.2c-12.2 0-21.8 6.2-28.2 15.6L43 256l96 144.2c6.4 9.4 16 15.8 28.2 15.8h266.2c19.5 0 35.5-16 35.5-35.6V131.6C469 112 453 96 433.5 96zm-53.3 223.8l-25 25.1-63.7-63.8-63.7 63.8-25-25.1 63.7-63.8-63.7-63.8 25-25.1 63.7 63.8 63.7-63.8 25 25.1-63.7 63.8 63.7 63.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdBackspace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M433.5 96H167.2c-12.2 0-21.8 6.2-28.2 15.6L43 256l96 144.2c6.4 9.4 16 15.8 28.2 15.8h266.2c19.5 0 35.5-16 35.5-35.6V131.6C469 112 453 96 433.5 96zm-53.3 223.8l-25 25.1-63.7-63.8-63.7 63.8-25-25.1 63.7-63.8-63.7-63.8 25-25.1 63.7 63.8 63.7-63.8 25 25.1-63.7 63.8 63.7 63.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M433.5 96H167.2c-12.2 0-21.8 6.2-28.2 15.6L43 256l96 144.2c6.4 9.4 16 15.8 28.2 15.8h266.2c19.5 0 35.5-16 35.5-35.6V131.6C469 112 453 96 433.5 96zm-53.3 223.8l-25 25.1-63.7-63.8-63.7 63.8-25-25.1 63.7-63.8-63.7-63.8 25-25.1 63.7 63.8 63.7-63.8 25 25.1-63.7 63.8 63.7 63.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M433.5%2096H167.2c-12.2%200-21.8%206.2-28.2%2015.6L43%20256l96%20144.2c6.4%209.4%2016%2015.8%2028.2%2015.8h266.2c19.5%200%2035.5-16%2035.5-35.6V131.6C469%20112%20453%2096%20433.5%2096zm-53.3%20223.8l-25%2025.1-63.7-63.8-63.7%2063.8-25-25.1%2063.7-63.8-63.7-63.8%2025-25.1%2063.7%2063.8%2063.7-63.8%2025%2025.1-63.7%2063.8%2063.7%2063.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M433.5%2096H167.2c-12.2%200-21.8%206.2-28.2%2015.6L43%20256l96%20144.2c6.4%209.4%2016%2015.8%2028.2%2015.8h266.2c19.5%200%2035.5-16%2035.5-35.6V131.6C469%20112%20453%2096%20433.5%2096zm-53.3%20223.8l-25%2025.1-63.7-63.8-63.7%2063.8-25-25.1%2063.7-63.8-63.7-63.8%2025-25.1%2063.7%2063.8%2063.7-63.8%2025%2025.1-63.7%2063.8%2063.7%2063.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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