square-eraser-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
square-eraser-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the square eraser icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.733 13.637l4.9-4.9A2.48 2.48 0 0 1 17 8.589V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h2.591a2.5 2.5 0 0 1 .142-3.363m7.736-4.198l2.095 2.095a1.5 1.5 0 0 1 0 2.122l-3.6 3.6l-4.216-4.217l3.6-3.6a1.5 1.5 0 0 1 2.121 0m-2.212 8.523l-4.216-4.217l-.6.6a1.5 1.5 0 0 0 0 2.122l2.1 2.095a1.5 1.5 0 0 0 1.117.438h4.092a.5.5 0 0 0 0-1h-2.531z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSquareEraser20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.733 13.637l4.9-4.9A2.48 2.48 0 0 1 17 8.589V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h2.591a2.5 2.5 0 0 1 .142-3.363m7.736-4.198l2.095 2.095a1.5 1.5 0 0 1 0 2.122l-3.6 3.6l-4.216-4.217l3.6-3.6a1.5 1.5 0 0 1 2.121 0m-2.212 8.523l-4.216-4.217l-.6.6a1.5 1.5 0 0 0 0 2.122l2.1 2.095a1.5 1.5 0 0 0 1.117.438h4.092a.5.5 0 0 0 0-1h-2.531z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.733 13.637l4.9-4.9A2.48 2.48 0 0 1 17 8.589V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h2.591a2.5 2.5 0 0 1 .142-3.363m7.736-4.198l2.095 2.095a1.5 1.5 0 0 1 0 2.122l-3.6 3.6l-4.216-4.217l3.6-3.6a1.5 1.5 0 0 1 2.121 0m-2.212 8.523l-4.216-4.217l-.6.6a1.5 1.5 0 0 0 0 2.122l2.1 2.095a1.5 1.5 0 0 0 1.117.438h4.092a.5.5 0 0 0 0-1h-2.531z"/></svg>
</template>

CSS

.icon-square-eraser-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.733%2013.637l4.9-4.9A2.48%202.48%200%200%201%2017%208.589V6a3%203%200%200%200-3-3H6a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h2.591a2.5%202.5%200%200%201%20.142-3.363m7.736-4.198l2.095%202.095a1.5%201.5%200%200%201%200%202.122l-3.6%203.6l-4.216-4.217l3.6-3.6a1.5%201.5%200%200%201%202.121%200m-2.212%208.523l-4.216-4.217l-.6.6a1.5%201.5%200%200%200%200%202.122l2.1%202.095a1.5%201.5%200%200%200%201.117.438h4.092a.5.5%200%200%200%200-1h-2.531z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.733%2013.637l4.9-4.9A2.48%202.48%200%200%201%2017%208.589V6a3%203%200%200%200-3-3H6a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h2.591a2.5%202.5%200%200%201%20.142-3.363m7.736-4.198l2.095%202.095a1.5%201.5%200%200%201%200%202.122l-3.6%203.6l-4.216-4.217l3.6-3.6a1.5%201.5%200%200%201%202.121%200m-2.212%208.523l-4.216-4.217l-.6.6a1.5%201.5%200%200%200%200%202.122l2.1%202.095a1.5%201.5%200%200%200%201.117.438h4.092a.5.5%200%200%200%200-1h-2.531z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Square Eraser 20 filled icon — Fluent UI System Icons · IconsDB