eraser from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
eraser
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

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 15 15"><path fill="currentColor" d="M8.36.73a.5.5 0 0 1 .707 0l5.203 5.202l.065.079a.5.5 0 0 1-.065.628l-6.923 6.924a1.5 1.5 0 0 1-2.122 0L1.436 9.774a1.5 1.5 0 0 1-.102-2.007l.102-.114zM2.143 8.36a.5.5 0 0 0 0 .707l3.79 3.79a.5.5 0 0 0 .707 0L7.894 11.6L3.398 7.105zm1.962-1.962l4.496 4.496l4.609-4.608L8.714 1.79z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsEraser(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8.36.73a.5.5 0 0 1 .707 0l5.203 5.202l.065.079a.5.5 0 0 1-.065.628l-6.923 6.924a1.5 1.5 0 0 1-2.122 0L1.436 9.774a1.5 1.5 0 0 1-.102-2.007l.102-.114zM2.143 8.36a.5.5 0 0 0 0 .707l3.79 3.79a.5.5 0 0 0 .707 0L7.894 11.6L3.398 7.105zm1.962-1.962l4.496 4.496l4.609-4.608L8.714 1.79z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8.36.73a.5.5 0 0 1 .707 0l5.203 5.202l.065.079a.5.5 0 0 1-.065.628l-6.923 6.924a1.5 1.5 0 0 1-2.122 0L1.436 9.774a1.5 1.5 0 0 1-.102-2.007l.102-.114zM2.143 8.36a.5.5 0 0 0 0 .707l3.79 3.79a.5.5 0 0 0 .707 0L7.894 11.6L3.398 7.105zm1.962-1.962l4.496 4.496l4.609-4.608L8.714 1.79z"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.36.73a.5.5%200%200%201%20.707%200l5.203%205.202l.065.079a.5.5%200%200%201-.065.628l-6.923%206.924a1.5%201.5%200%200%201-2.122%200L1.436%209.774a1.5%201.5%200%200%201-.102-2.007l.102-.114zM2.143%208.36a.5.5%200%200%200%200%20.707l3.79%203.79a.5.5%200%200%200%20.707%200L7.894%2011.6L3.398%207.105zm1.962-1.962l4.496%204.496l4.609-4.608L8.714%201.79z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.36.73a.5.5%200%200%201%20.707%200l5.203%205.202l.065.079a.5.5%200%200%201-.065.628l-6.923%206.924a1.5%201.5%200%200%201-2.122%200L1.436%209.774a1.5%201.5%200%200%201-.102-2.007l.102-.114zM2.143%208.36a.5.5%200%200%200%200%20.707l3.79%203.79a.5.5%200%200%200%20.707%200L7.894%2011.6L3.398%207.105zm1.962-1.962l4.496%204.496l4.609-4.608L8.714%201.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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