eraser2 icon

eraser2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
eraser2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the eraser2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.03 22h-7.04a.749.749 0 1 1 0-1.5h7.04a.749.749 0 1 1 0 1.5m-7.39-5.31c.39.39.39 1.02 0 1.42l-2.98 2.98a3.027 3.027 0 0 1-4.07.18c-.07-.06-.13-.12-.19-.18l-.87-.87l-1.79-1.79l-.86-.86c-.07-.07-.13-.14-.19-.21a3.01 3.01 0 0 1 .19-4.04l2.98-2.98a.996.996 0 0 1 1.41 0zm7.48-6.049l-5 5a.996.996 0 0 1-1.41 0l-6.37-6.35c-.39-.39-.39-1.02 0-1.42l5-4.99a3.024 3.024 0 0 1 4.26 0l3.52 3.51a3.01 3.01 0 0 1 0 4.25"/></svg>

React

import type { SVGProps } from "react";

export function ReiconEraser2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.03 22h-7.04a.749.749 0 1 1 0-1.5h7.04a.749.749 0 1 1 0 1.5m-7.39-5.31c.39.39.39 1.02 0 1.42l-2.98 2.98a3.027 3.027 0 0 1-4.07.18c-.07-.06-.13-.12-.19-.18l-.87-.87l-1.79-1.79l-.86-.86c-.07-.07-.13-.14-.19-.21a3.01 3.01 0 0 1 .19-4.04l2.98-2.98a.996.996 0 0 1 1.41 0zm7.48-6.049l-5 5a.996.996 0 0 1-1.41 0l-6.37-6.35c-.39-.39-.39-1.02 0-1.42l5-4.99a3.024 3.024 0 0 1 4.26 0l3.52 3.51a3.01 3.01 0 0 1 0 4.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.03 22h-7.04a.749.749 0 1 1 0-1.5h7.04a.749.749 0 1 1 0 1.5m-7.39-5.31c.39.39.39 1.02 0 1.42l-2.98 2.98a3.027 3.027 0 0 1-4.07.18c-.07-.06-.13-.12-.19-.18l-.87-.87l-1.79-1.79l-.86-.86c-.07-.07-.13-.14-.19-.21a3.01 3.01 0 0 1 .19-4.04l2.98-2.98a.996.996 0 0 1 1.41 0zm7.48-6.049l-5 5a.996.996 0 0 1-1.41 0l-6.37-6.35c-.39-.39-.39-1.02 0-1.42l5-4.99a3.024 3.024 0 0 1 4.26 0l3.52 3.51a3.01 3.01 0 0 1 0 4.25"/></svg>
</template>

CSS

.icon-eraser2-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.03%2022h-7.04a.749.749%200%201%201%200-1.5h7.04a.749.749%200%201%201%200%201.5m-7.39-5.31c.39.39.39%201.02%200%201.42l-2.98%202.98a3.027%203.027%200%200%201-4.07.18c-.07-.06-.13-.12-.19-.18l-.87-.87l-1.79-1.79l-.86-.86c-.07-.07-.13-.14-.19-.21a3.01%203.01%200%200%201%20.19-4.04l2.98-2.98a.996.996%200%200%201%201.41%200zm7.48-6.049l-5%205a.996.996%200%200%201-1.41%200l-6.37-6.35c-.39-.39-.39-1.02%200-1.42l5-4.99a3.024%203.024%200%200%201%204.26%200l3.52%203.51a3.01%203.01%200%200%201%200%204.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.03%2022h-7.04a.749.749%200%201%201%200-1.5h7.04a.749.749%200%201%201%200%201.5m-7.39-5.31c.39.39.39%201.02%200%201.42l-2.98%202.98a3.027%203.027%200%200%201-4.07.18c-.07-.06-.13-.12-.19-.18l-.87-.87l-1.79-1.79l-.86-.86c-.07-.07-.13-.14-.19-.21a3.01%203.01%200%200%201%20.19-4.04l2.98-2.98a.996.996%200%200%201%201.41%200zm7.48-6.049l-5%205a.996.996%200%200%201-1.41%200l-6.37-6.35c-.39-.39-.39-1.02%200-1.42l5-4.99a3.024%203.024%200%200%201%204.26%200l3.52%203.51a3.01%203.01%200%200%201%200%204.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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