slide eraser icon
slide-eraser-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- slide-eraser-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
slide-add-16-filledslide-arrow-forward-20-filledslide-arrow-right-20-filledslide-content-20-filledslide-design-24-filledslide-grid-20-filledslide-hide-20-filledslide-layout-20-filledslide-link-20-filledslide-microphone-20-filledslide-multiple-16-filledslide-multiple-arrow-right-20-filledslide-multiple-search-20-filledslide-play-20-filledslide-record-16-filledslide-search-16-filledslide-settings-20-filledslide-size-20-filledslide-text-16-filledslide-text-call-16-filledslide-text-cursor-20-filledslide-text-edit-16-filledslide-text-multiple-16-filledslide-text-person-16-filled
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.75v4.32l-1.41-1.41a2.25 2.25 0 0 0-3.182 0L6.66 10.41A2.24 2.24 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 FluentSlideEraser16Filled(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.75v4.32l-1.41-1.41a2.25 2.25 0 0 0-3.182 0L6.66 10.41A2.24 2.24 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.75v4.32l-1.41-1.41a2.25 2.25 0 0 0-3.182 0L6.66 10.41A2.24 2.24 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-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%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.75v4.32l-1.41-1.41a2.25%202.25%200%200%200-3.182%200L6.66%2010.41A2.24%202.24%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.75v4.32l-1.41-1.41a2.25%202.25%200%200%200-3.182%200L6.66%2010.41A2.24%202.24%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-filled.svg?color=%231a73e8&size=48