eraser from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
eraser
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

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 16 16"><path fill="currentColor" d="M14.5 6c0-.4-.156-.777-.439-1.061l-2.999-3c-.566-.567-1.558-.567-2.122 0l-7.501 7.5A1.5 1.5 0 0 0 1 10.5c0 .401.156.777.439 1.061l2 2c.283.283.66.439 1.061.439h7a.5.5 0 0 0 0-1H8.121l5.939-5.939A1.5 1.5 0 0 0 14.499 6zM4.146 12.854l-2-2a.5.5 0 0 1 0-.708L4.293 8L8 11.707L6.707 13H4.5a.5.5 0 0 1-.354-.146m9.208-6.5L8.708 11L5.001 7.293l4.647-4.647a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1-.001.708"/></svg>

React

import type { SVGProps } from "react";

export function CodiconEraser(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 6c0-.4-.156-.777-.439-1.061l-2.999-3c-.566-.567-1.558-.567-2.122 0l-7.501 7.5A1.5 1.5 0 0 0 1 10.5c0 .401.156.777.439 1.061l2 2c.283.283.66.439 1.061.439h7a.5.5 0 0 0 0-1H8.121l5.939-5.939A1.5 1.5 0 0 0 14.499 6zM4.146 12.854l-2-2a.5.5 0 0 1 0-.708L4.293 8L8 11.707L6.707 13H4.5a.5.5 0 0 1-.354-.146m9.208-6.5L8.708 11L5.001 7.293l4.647-4.647a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1-.001.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 6c0-.4-.156-.777-.439-1.061l-2.999-3c-.566-.567-1.558-.567-2.122 0l-7.501 7.5A1.5 1.5 0 0 0 1 10.5c0 .401.156.777.439 1.061l2 2c.283.283.66.439 1.061.439h7a.5.5 0 0 0 0-1H8.121l5.939-5.939A1.5 1.5 0 0 0 14.499 6zM4.146 12.854l-2-2a.5.5 0 0 1 0-.708L4.293 8L8 11.707L6.707 13H4.5a.5.5 0 0 1-.354-.146m9.208-6.5L8.708 11L5.001 7.293l4.647-4.647a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1-.001.708"/></svg>
</template>

CSS

.icon-eraser {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%206c0-.4-.156-.777-.439-1.061l-2.999-3c-.566-.567-1.558-.567-2.122%200l-7.501%207.5A1.5%201.5%200%200%200%201%2010.5c0%20.401.156.777.439%201.061l2%202c.283.283.66.439%201.061.439h7a.5.5%200%200%200%200-1H8.121l5.939-5.939A1.5%201.5%200%200%200%2014.499%206zM4.146%2012.854l-2-2a.5.5%200%200%201%200-.708L4.293%208L8%2011.707L6.707%2013H4.5a.5.5%200%200%201-.354-.146m9.208-6.5L8.708%2011L5.001%207.293l4.647-4.647a.5.5%200%200%201%20.707%200l3%203a.5.5%200%200%201-.001.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%206c0-.4-.156-.777-.439-1.061l-2.999-3c-.566-.567-1.558-.567-2.122%200l-7.501%207.5A1.5%201.5%200%200%200%201%2010.5c0%20.401.156.777.439%201.061l2%202c.283.283.66.439%201.061.439h7a.5.5%200%200%200%200-1H8.121l5.939-5.939A1.5%201.5%200%200%200%2014.499%206zM4.146%2012.854l-2-2a.5.5%200%200%201%200-.708L4.293%208L8%2011.707L6.707%2013H4.5a.5.5%200%200%201-.354-.146m9.208-6.5L8.708%2011L5.001%207.293l4.647-4.647a.5.5%200%200%201%20.707%200l3%203a.5.5%200%200%201-.001.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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