eraser-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
eraser-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the eraser icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m223.57 81.81l-41.38-41.38a22 22 0 0 0-31.12 0L32.43 159.07a22 22 0 0 0 0 31.11l30.07 30.06a6 6 0 0 0 4.24 1.76H216a6 6 0 0 0 0-12h-89.51l97.08-97.08a22 22 0 0 0 0-31.11M109.51 210H69.22l-28.3-28.3a10 10 0 0 1 0-14.15L96 112.48L151.52 168Zm105.57-105.56L160 159.51L104.48 104l55.08-55.07a10 10 0 0 1 14.14 0l41.38 41.37a10 10 0 0 1 0 14.14"/></svg>

React

import type { SVGProps } from "react";

export function PhEraserLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m223.57 81.81l-41.38-41.38a22 22 0 0 0-31.12 0L32.43 159.07a22 22 0 0 0 0 31.11l30.07 30.06a6 6 0 0 0 4.24 1.76H216a6 6 0 0 0 0-12h-89.51l97.08-97.08a22 22 0 0 0 0-31.11M109.51 210H69.22l-28.3-28.3a10 10 0 0 1 0-14.15L96 112.48L151.52 168Zm105.57-105.56L160 159.51L104.48 104l55.08-55.07a10 10 0 0 1 14.14 0l41.38 41.37a10 10 0 0 1 0 14.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m223.57 81.81l-41.38-41.38a22 22 0 0 0-31.12 0L32.43 159.07a22 22 0 0 0 0 31.11l30.07 30.06a6 6 0 0 0 4.24 1.76H216a6 6 0 0 0 0-12h-89.51l97.08-97.08a22 22 0 0 0 0-31.11M109.51 210H69.22l-28.3-28.3a10 10 0 0 1 0-14.15L96 112.48L151.52 168Zm105.57-105.56L160 159.51L104.48 104l55.08-55.07a10 10 0 0 1 14.14 0l41.38 41.37a10 10 0 0 1 0 14.14"/></svg>
</template>

CSS

.icon-eraser-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m223.57%2081.81l-41.38-41.38a22%2022%200%200%200-31.12%200L32.43%20159.07a22%2022%200%200%200%200%2031.11l30.07%2030.06a6%206%200%200%200%204.24%201.76H216a6%206%200%200%200%200-12h-89.51l97.08-97.08a22%2022%200%200%200%200-31.11M109.51%20210H69.22l-28.3-28.3a10%2010%200%200%201%200-14.15L96%20112.48L151.52%20168Zm105.57-105.56L160%20159.51L104.48%20104l55.08-55.07a10%2010%200%200%201%2014.14%200l41.38%2041.37a10%2010%200%200%201%200%2014.14%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m223.57%2081.81l-41.38-41.38a22%2022%200%200%200-31.12%200L32.43%20159.07a22%2022%200%200%200%200%2031.11l30.07%2030.06a6%206%200%200%200%204.24%201.76H216a6%206%200%200%200%200-12h-89.51l97.08-97.08a22%2022%200%200%200%200-31.11M109.51%20210H69.22l-28.3-28.3a10%2010%200%200%201%200-14.15L96%20112.48L151.52%20168Zm105.57-105.56L160%20159.51L104.48%20104l55.08-55.07a10%2010%200%200%201%2014.14%200l41.38%2041.37a10%2010%200%200%201%200%2014.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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