slide-eraser-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
slide-eraser-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the slide eraser icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.75C1 2.784 1.784 2 2.75 2h10.5c.966 0 1.75.784 1.75 1.75V8h-.07L14 7.07V3.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.484A2.25 2.25 0 0 0 6 12H2.75A1.75 1.75 0 0 1 1 10.25zm10.116 3.616a1.25 1.25 0 0 1 1.767 0l1.75 1.75a1.25 1.25 0 0 1 0 1.768l-2.576 2.575L8.54 9.943zM7.94 10.541l-.575.575a1.25 1.25 0 0 0 0 1.768l1.75 1.749a1.25 1.25 0 0 0 1.767 0l.576-.575z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSlideEraser16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.75C1 2.784 1.784 2 2.75 2h10.5c.966 0 1.75.784 1.75 1.75V8h-.07L14 7.07V3.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.484A2.25 2.25 0 0 0 6 12H2.75A1.75 1.75 0 0 1 1 10.25zm10.116 3.616a1.25 1.25 0 0 1 1.767 0l1.75 1.75a1.25 1.25 0 0 1 0 1.768l-2.576 2.575L8.54 9.943zM7.94 10.541l-.575.575a1.25 1.25 0 0 0 0 1.768l1.75 1.749a1.25 1.25 0 0 0 1.767 0l.576-.575z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.75C1 2.784 1.784 2 2.75 2h10.5c.966 0 1.75.784 1.75 1.75V8h-.07L14 7.07V3.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.484A2.25 2.25 0 0 0 6 12H2.75A1.75 1.75 0 0 1 1 10.25zm10.116 3.616a1.25 1.25 0 0 1 1.767 0l1.75 1.75a1.25 1.25 0 0 1 0 1.768l-2.576 2.575L8.54 9.943zM7.94 10.541l-.575.575a1.25 1.25 0 0 0 0 1.768l1.75 1.749a1.25 1.25 0 0 0 1.767 0l.576-.575z"/></svg>
</template>

CSS

.icon-slide-eraser-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203.75C1%202.784%201.784%202%202.75%202h10.5c.966%200%201.75.784%201.75%201.75V8h-.07L14%207.07V3.75a.75.75%200%200%200-.75-.75H2.75a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75h3.484A2.25%202.25%200%200%200%206%2012H2.75A1.75%201.75%200%200%201%201%2010.25zm10.116%203.616a1.25%201.25%200%200%201%201.767%200l1.75%201.75a1.25%201.25%200%200%201%200%201.768l-2.576%202.575L8.54%209.943zM7.94%2010.541l-.575.575a1.25%201.25%200%200%200%200%201.768l1.75%201.749a1.25%201.25%200%200%200%201.767%200l.576-.575z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203.75C1%202.784%201.784%202%202.75%202h10.5c.966%200%201.75.784%201.75%201.75V8h-.07L14%207.07V3.75a.75.75%200%200%200-.75-.75H2.75a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75h3.484A2.25%202.25%200%200%200%206%2012H2.75A1.75%201.75%200%200%201%201%2010.25zm10.116%203.616a1.25%201.25%200%200%201%201.767%200l1.75%201.75a1.25%201.25%200%200%201%200%201.768l-2.576%202.575L8.54%209.943zM7.94%2010.541l-.575.575a1.25%201.25%200%200%200%200%201.768l1.75%201.749a1.25%201.25%200%200%200%201.767%200l.576-.575z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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