square eraser icon
square-eraser-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- square-eraser-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
square-add-16-filledsquare-arrow-forward-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-hexagon-12-filledsquare-hint-sparkles-16-filledsquare-multiple-16-filledsquare-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
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.081 16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.079c.368.09.71.265 1 .51V6a3 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-.51-1m1.358.466a1.5 1.5 0 0 1 0-2.122l4.9-4.9a1.5 1.5 0 0 1 2.122 0l2.095 2.1a1.5 1.5 0 0 1 0 2.122L14.216 18h2.531a.5.5 0 0 1 0 1h-4.092a1.5 1.5 0 0 1-1.121-.438zm5.612-6.319l-3.6 3.6l2.8 2.8l3.6-3.6a.5.5 0 0 0 0-.708l-2.095-2.095a.5.5 0 0 0-.705.003m-1.5 7.108l-2.8-2.8l-.6.6a.5.5 0 0 0 0 .708l2.095 2.095a.5.5 0 0 0 .708 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareEraser20Regular(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.081 16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.079c.368.09.71.265 1 .51V6a3 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-.51-1m1.358.466a1.5 1.5 0 0 1 0-2.122l4.9-4.9a1.5 1.5 0 0 1 2.122 0l2.095 2.1a1.5 1.5 0 0 1 0 2.122L14.216 18h2.531a.5.5 0 0 1 0 1h-4.092a1.5 1.5 0 0 1-1.121-.438zm5.612-6.319l-3.6 3.6l2.8 2.8l3.6-3.6a.5.5 0 0 0 0-.708l-2.095-2.095a.5.5 0 0 0-.705.003m-1.5 7.108l-2.8-2.8l-.6.6a.5.5 0 0 0 0 .708l2.095 2.095a.5.5 0 0 0 .708 0z"/></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.081 16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.079c.368.09.71.265 1 .51V6a3 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-.51-1m1.358.466a1.5 1.5 0 0 1 0-2.122l4.9-4.9a1.5 1.5 0 0 1 2.122 0l2.095 2.1a1.5 1.5 0 0 1 0 2.122L14.216 18h2.531a.5.5 0 0 1 0 1h-4.092a1.5 1.5 0 0 1-1.121-.438zm5.612-6.319l-3.6 3.6l2.8 2.8l3.6-3.6a.5.5 0 0 0 0-.708l-2.095-2.095a.5.5 0 0 0-.705.003m-1.5 7.108l-2.8-2.8l-.6.6a.5.5 0 0 0 0 .708l2.095 2.095a.5.5 0 0 0 .708 0z"/></svg> </template>
CSS
.icon-square-eraser-20-regular {
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.081%2016H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v2.079c.368.09.71.265%201%20.51V6a3%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-.51-1m1.358.466a1.5%201.5%200%200%201%200-2.122l4.9-4.9a1.5%201.5%200%200%201%202.122%200l2.095%202.1a1.5%201.5%200%200%201%200%202.122L14.216%2018h2.531a.5.5%200%200%201%200%201h-4.092a1.5%201.5%200%200%201-1.121-.438zm5.612-6.319l-3.6%203.6l2.8%202.8l3.6-3.6a.5.5%200%200%200%200-.708l-2.095-2.095a.5.5%200%200%200-.705.003m-1.5%207.108l-2.8-2.8l-.6.6a.5.5%200%200%200%200%20.708l2.095%202.095a.5.5%200%200%200%20.708%200z%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.081%2016H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v2.079c.368.09.71.265%201%20.51V6a3%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-.51-1m1.358.466a1.5%201.5%200%200%201%200-2.122l4.9-4.9a1.5%201.5%200%200%201%202.122%200l2.095%202.1a1.5%201.5%200%200%201%200%202.122L14.216%2018h2.531a.5.5%200%200%201%200%201h-4.092a1.5%201.5%200%200%201-1.121-.438zm5.612-6.319l-3.6%203.6l2.8%202.8l3.6-3.6a.5.5%200%200%200%200-.708l-2.095-2.095a.5.5%200%200%200-.705.003m-1.5%207.108l-2.8-2.8l-.6.6a.5.5%200%200%200%200%20.708l2.095%202.095a.5.5%200%200%200%20.708%200z%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-regular.svg?color=%231a73e8&size=48