eraser-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.

Name
eraser-sharp-duotone
Set
Keyline Icons
Style
Sharp Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

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 24 24"><g fill="currentColor"><path fill-opacity=".4" fill-rule="evenodd" d="M13.4853 20L23 20L23 22L7.071 22C6.8058 22 6.5514 21.8946 6.3639 21.7071L1.2928 16.6361C1.1053 16.4486 1 16.1942 1 15.929C1 15.6638 1.1053 15.4094 1.2928 15.2219L8 8.5147L16.4853 17L13.4853 20ZM3.4142 15.929L7.4852 20L10.6569 20L13.6569 17L8 11.3431L3.4142 15.929Z" clip-rule="evenodd"/><path d="M8 8.5147L14.2219 2.2928C14.4094 2.1053 14.6638 2 14.929 2C15.1942 2 15.4486 2.1053 15.6361 2.2928L22.7072 9.3639C22.8947 9.5514 23 9.8058 23 10.071C23 10.3362 22.8947 10.5906 22.7072 10.7781L16.4853 17L8 8.5147Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsEraserSharpDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillOpacity=".4" fillRule="evenodd" d="M13.4853 20L23 20L23 22L7.071 22C6.8058 22 6.5514 21.8946 6.3639 21.7071L1.2928 16.6361C1.1053 16.4486 1 16.1942 1 15.929C1 15.6638 1.1053 15.4094 1.2928 15.2219L8 8.5147L16.4853 17L13.4853 20ZM3.4142 15.929L7.4852 20L10.6569 20L13.6569 17L8 11.3431L3.4142 15.929Z" clipRule="evenodd"/><path d="M8 8.5147L14.2219 2.2928C14.4094 2.1053 14.6638 2 14.929 2C15.1942 2 15.4486 2.1053 15.6361 2.2928L22.7072 9.3639C22.8947 9.5514 23 9.8058 23 10.071C23 10.3362 22.8947 10.5906 22.7072 10.7781L16.4853 17L8 8.5147Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-opacity=".4" fill-rule="evenodd" d="M13.4853 20L23 20L23 22L7.071 22C6.8058 22 6.5514 21.8946 6.3639 21.7071L1.2928 16.6361C1.1053 16.4486 1 16.1942 1 15.929C1 15.6638 1.1053 15.4094 1.2928 15.2219L8 8.5147L16.4853 17L13.4853 20ZM3.4142 15.929L7.4852 20L10.6569 20L13.6569 17L8 11.3431L3.4142 15.929Z" clip-rule="evenodd"/><path d="M8 8.5147L14.2219 2.2928C14.4094 2.1053 14.6638 2 14.929 2C15.1942 2 15.4486 2.1053 15.6361 2.2928L22.7072 9.3639C22.8947 9.5514 23 9.8058 23 10.071C23 10.3362 22.8947 10.5906 22.7072 10.7781L16.4853 17L8 8.5147Z"/></g></svg>
</template>

CSS

.icon-eraser-sharp-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.4853%2020L23%2020L23%2022L7.071%2022C6.8058%2022%206.5514%2021.8946%206.3639%2021.7071L1.2928%2016.6361C1.1053%2016.4486%201%2016.1942%201%2015.929C1%2015.6638%201.1053%2015.4094%201.2928%2015.2219L8%208.5147L16.4853%2017L13.4853%2020ZM3.4142%2015.929L7.4852%2020L10.6569%2020L13.6569%2017L8%2011.3431L3.4142%2015.929Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%208.5147L14.2219%202.2928C14.4094%202.1053%2014.6638%202%2014.929%202C15.1942%202%2015.4486%202.1053%2015.6361%202.2928L22.7072%209.3639C22.8947%209.5514%2023%209.8058%2023%2010.071C23%2010.3362%2022.8947%2010.5906%2022.7072%2010.7781L16.4853%2017L8%208.5147Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.4853%2020L23%2020L23%2022L7.071%2022C6.8058%2022%206.5514%2021.8946%206.3639%2021.7071L1.2928%2016.6361C1.1053%2016.4486%201%2016.1942%201%2015.929C1%2015.6638%201.1053%2015.4094%201.2928%2015.2219L8%208.5147L16.4853%2017L13.4853%2020ZM3.4142%2015.929L7.4852%2020L10.6569%2020L13.6569%2017L8%2011.3431L3.4142%2015.929Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%208.5147L14.2219%202.2928C14.4094%202.1053%2014.6638%202%2014.929%202C15.1942%202%2015.4486%202.1053%2015.6361%202.2928L22.7072%209.3639C22.8947%209.5514%2023%209.8058%2023%2010.071C23%2010.3362%2022.8947%2010.5906%2022.7072%2010.7781L16.4853%2017L8%208.5147Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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