eraser small icon
eraser-small-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- eraser-small-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the eraser small icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.84 2.661a2.25 2.25 0 0 0-3.19-.023l-9.598 9.508a2.25 2.25 0 0 0 .007 3.204l5.1 5.008a2.25 2.25 0 0 0 3.175-.023l1.785-1.803a4.5 4.5 0 0 1 .022-2.155l-.35.353l-6.088-6.088l7.003-6.938a.75.75 0 0 1 1.064.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-3.345 3.38a4.5 4.5 0 0 1 2.154-.044l2.257-2.28a2.25 2.25 0 0 0 .008-3.159zM5.638 11.697l6.099 6.1l-1.468 1.483a.75.75 0 0 1-1.059.008l-5.1-5.008a.75.75 0 0 1-.002-1.068zm11.965 2.304A3.5 3.5 0 1 1 14 17.511V17.5a3.5 3.5 0 0 1 3.602-3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentEraserSmall24Regular(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="M15.84 2.661a2.25 2.25 0 0 0-3.19-.023l-9.598 9.508a2.25 2.25 0 0 0 .007 3.204l5.1 5.008a2.25 2.25 0 0 0 3.175-.023l1.785-1.803a4.5 4.5 0 0 1 .022-2.155l-.35.353l-6.088-6.088l7.003-6.938a.75.75 0 0 1 1.064.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-3.345 3.38a4.5 4.5 0 0 1 2.154-.044l2.257-2.28a2.25 2.25 0 0 0 .008-3.159zM5.638 11.697l6.099 6.1l-1.468 1.483a.75.75 0 0 1-1.059.008l-5.1-5.008a.75.75 0 0 1-.002-1.068zm11.965 2.304A3.5 3.5 0 1 1 14 17.511V17.5a3.5 3.5 0 0 1 3.602-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.84 2.661a2.25 2.25 0 0 0-3.19-.023l-9.598 9.508a2.25 2.25 0 0 0 .007 3.204l5.1 5.008a2.25 2.25 0 0 0 3.175-.023l1.785-1.803a4.5 4.5 0 0 1 .022-2.155l-.35.353l-6.088-6.088l7.003-6.938a.75.75 0 0 1 1.064.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-3.345 3.38a4.5 4.5 0 0 1 2.154-.044l2.257-2.28a2.25 2.25 0 0 0 .008-3.159zM5.638 11.697l6.099 6.1l-1.468 1.483a.75.75 0 0 1-1.059.008l-5.1-5.008a.75.75 0 0 1-.002-1.068zm11.965 2.304A3.5 3.5 0 1 1 14 17.511V17.5a3.5 3.5 0 0 1 3.602-3.5"/></svg> </template>
CSS
.icon-eraser-small-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.84%202.661a2.25%202.25%200%200%200-3.19-.023l-9.598%209.508a2.25%202.25%200%200%200%20.007%203.204l5.1%205.008a2.25%202.25%200%200%200%203.175-.023l1.785-1.803a4.5%204.5%200%200%201%20.022-2.155l-.35.353l-6.088-6.088l7.003-6.938a.75.75%200%200%201%201.064.007l4.91%205.009a.75.75%200%200%201-.003%201.052l-3.345%203.38a4.5%204.5%200%200%201%202.154-.044l2.257-2.28a2.25%202.25%200%200%200%20.008-3.159zM5.638%2011.697l6.099%206.1l-1.468%201.483a.75.75%200%200%201-1.059.008l-5.1-5.008a.75.75%200%200%201-.002-1.068zm11.965%202.304A3.5%203.5%200%201%201%2014%2017.511V17.5a3.5%203.5%200%200%201%203.602-3.5%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%22M15.84%202.661a2.25%202.25%200%200%200-3.19-.023l-9.598%209.508a2.25%202.25%200%200%200%20.007%203.204l5.1%205.008a2.25%202.25%200%200%200%203.175-.023l1.785-1.803a4.5%204.5%200%200%201%20.022-2.155l-.35.353l-6.088-6.088l7.003-6.938a.75.75%200%200%201%201.064.007l4.91%205.009a.75.75%200%200%201-.003%201.052l-3.345%203.38a4.5%204.5%200%200%201%202.154-.044l2.257-2.28a2.25%202.25%200%200%200%20.008-3.159zM5.638%2011.697l6.099%206.1l-1.468%201.483a.75.75%200%200%201-1.059.008l-5.1-5.008a.75.75%200%200%201-.002-1.068zm11.965%202.304A3.5%203.5%200%201%201%2014%2017.511V17.5a3.5%203.5%200%200%201%203.602-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eraser-small-24-regular.svg?color=%231a73e8&size=48