eraser icon
eraser-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- eraser-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
eraserBootstrap IconseraserBoxIcons v2eraserBoxIcons v2 SolideraserCodiconseraserFont Awesome 6 SolideraserFont Awesome Solideraser-20-filledFluent UI System IconseraserHuge IconseraserLine AwesomeeraserSVG LogoseraserLucideeraserMajesticonseraserMaterial Design Iconseraser-fillMingCute IconeraserNoto EmojieraserOpenMojieraserPhosphoreraserPixelarticonseraserPrime IconseraserRadix Iconseraser-fillRemix IconeraserSimple Iconseraser-boldSolareraserTabler Icons
Use the eraser icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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.2219L14.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.7781L13.4853 20Z" stroke="none"/><path d="M14.929 3L22 10.071L11.0711 21L7.071 21L2 15.929L14.929 3ZM8 9.9289L15.0711 17M9.071 21L23 21"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsEraserSharpTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" 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.2219L14.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.7781L13.4853 20Z" stroke="none"/><path d="M14.929 3L22 10.071L11.0711 21L7.071 21L2 15.929L14.929 3ZM8 9.9289L15.0711 17M9.071 21L23 21"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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.2219L14.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.7781L13.4853 20Z" stroke="none"/><path d="M14.929 3L22 10.071L11.0711 21L7.071 21L2 15.929L14.929 3ZM8 9.9289L15.0711 17M9.071 21L23 21"/></g></svg> </template>
CSS
.icon-eraser-sharp-two-tone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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.2219L14.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.7781L13.4853%2020Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14.929%203L22%2010.071L11.0711%2021L7.071%2021L2%2015.929L14.929%203ZM8%209.9289L15.0711%2017M9.071%2021L23%2021%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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.2219L14.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.7781L13.4853%2020Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14.929%203L22%2010.071L11.0711%2021L7.071%2021L2%2015.929L14.929%203ZM8%209.9289L15.0711%2017M9.071%2021L23%2021%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-two-tone.svg?color=%231a73e8&size=48