ink-eraser-off from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
ink-eraser-off
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the ink eraser off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.833 21.26l-5.11-5.11L11.962 19H4.558l-1.414-1.413q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.655-5.656l.713-.713l17.092 17.092zm-3.016-7.254l-6.351-6.352l2.807-2.92q.479-.503 1.134-.494t1.133.489l4.09 4.09q.48.479.49 1.146q.009.668-.47 1.147z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInkEraserOff(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="m19.833 21.26l-5.11-5.11L11.962 19H4.558l-1.414-1.413q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.655-5.656l.713-.713l17.092 17.092zm-3.016-7.254l-6.351-6.352l2.807-2.92q.479-.503 1.134-.494t1.133.489l4.09 4.09q.48.479.49 1.146q.009.668-.47 1.147z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.833 21.26l-5.11-5.11L11.962 19H4.558l-1.414-1.413q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.655-5.656l.713-.713l17.092 17.092zm-3.016-7.254l-6.351-6.352l2.807-2.92q.479-.503 1.134-.494t1.133.489l4.09 4.09q.48.479.49 1.146q.009.668-.47 1.147z"/></svg>
</template>

CSS

.icon-ink-eraser-off {
  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%22m19.833%2021.26l-5.11-5.11L11.962%2019H4.558l-1.414-1.413q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.655-5.656l.713-.713l17.092%2017.092zm-3.016-7.254l-6.351-6.352l2.807-2.92q.479-.503%201.134-.494t1.133.489l4.09%204.09q.48.479.49%201.146q.009.668-.47%201.147z%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%22m19.833%2021.26l-5.11-5.11L11.962%2019H4.558l-1.414-1.413q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.655-5.656l.713-.713l17.092%2017.092zm-3.016-7.254l-6.351-6.352l2.807-2.92q.479-.503%201.134-.494t1.133.489l4.09%204.09q.48.479.49%201.146q.009.668-.47%201.147z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/ink-eraser-off.svg?color=%231a73e8&size=48