ink eraser off icon

ink-eraser-off-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
ink-eraser-off-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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.075 21.9l-4.025-4l-1.45 1.5q-.275.275-.637.438t-.788.162h-6.6q-.4 0-.763-.15t-.637-.425l-1.55-1.55q-.575-.575-.587-1.425T2.6 15l4.7-4.85l-5.225-5.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M5.6 18h6.55l1.475-1.525L8.7 11.55L4 16.4zm16.375-8.025q0 .4-.137.763t-.438.662l-2.825 2.9q-.3.3-.712.3t-.713-.3t-.287-.7t.287-.7L20 9.95L15.05 5L12.2 7.925q-.275.3-.7.3t-.725-.3Q10.5 7.65 10.5 7.25t.275-.7L13.6 3.6q.3-.3.675-.45t.75-.15q.4 0 .763.138t.637.437L21.4 8.55q.3.275.438.65t.137.775M11.175 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInkEraserOffOutlineRounded(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.075 21.9l-4.025-4l-1.45 1.5q-.275.275-.637.438t-.788.162h-6.6q-.4 0-.763-.15t-.637-.425l-1.55-1.55q-.575-.575-.587-1.425T2.6 15l4.7-4.85l-5.225-5.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M5.6 18h6.55l1.475-1.525L8.7 11.55L4 16.4zm16.375-8.025q0 .4-.137.763t-.438.662l-2.825 2.9q-.3.3-.712.3t-.713-.3t-.287-.7t.287-.7L20 9.95L15.05 5L12.2 7.925q-.275.3-.7.3t-.725-.3Q10.5 7.65 10.5 7.25t.275-.7L13.6 3.6q.3-.3.675-.45t.75-.15q.4 0 .763.138t.637.437L21.4 8.55q.3.275.438.65t.137.775M11.175 14"/></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.075 21.9l-4.025-4l-1.45 1.5q-.275.275-.637.438t-.788.162h-6.6q-.4 0-.763-.15t-.637-.425l-1.55-1.55q-.575-.575-.587-1.425T2.6 15l4.7-4.85l-5.225-5.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M5.6 18h6.55l1.475-1.525L8.7 11.55L4 16.4zm16.375-8.025q0 .4-.137.763t-.438.662l-2.825 2.9q-.3.3-.712.3t-.713-.3t-.287-.7t.287-.7L20 9.95L15.05 5L12.2 7.925q-.275.3-.7.3t-.725-.3Q10.5 7.65 10.5 7.25t.275-.7L13.6 3.6q.3-.3.675-.45t.75-.15q.4 0 .763.138t.637.437L21.4 8.55q.3.275.438.65t.137.775M11.175 14"/></svg>
</template>

CSS

.icon-ink-eraser-off-outline-rounded {
  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.075%2021.9l-4.025-4l-1.45%201.5q-.275.275-.637.438t-.788.162h-6.6q-.4%200-.763-.15t-.637-.425l-1.55-1.55q-.575-.575-.587-1.425T2.6%2015l4.7-4.85l-5.225-5.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M5.6%2018h6.55l1.475-1.525L8.7%2011.55L4%2016.4zm16.375-8.025q0%20.4-.137.763t-.438.662l-2.825%202.9q-.3.3-.712.3t-.713-.3t-.287-.7t.287-.7L20%209.95L15.05%205L12.2%207.925q-.275.3-.7.3t-.725-.3Q10.5%207.65%2010.5%207.25t.275-.7L13.6%203.6q.3-.3.675-.45t.75-.15q.4%200%20.763.138t.637.437L21.4%208.55q.3.275.438.65t.137.775M11.175%2014%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.075%2021.9l-4.025-4l-1.45%201.5q-.275.275-.637.438t-.788.162h-6.6q-.4%200-.763-.15t-.637-.425l-1.55-1.55q-.575-.575-.587-1.425T2.6%2015l4.7-4.85l-5.225-5.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M5.6%2018h6.55l1.475-1.525L8.7%2011.55L4%2016.4zm16.375-8.025q0%20.4-.137.763t-.438.662l-2.825%202.9q-.3.3-.712.3t-.713-.3t-.287-.7t.287-.7L20%209.95L15.05%205L12.2%207.925q-.275.3-.7.3t-.725-.3Q10.5%207.65%2010.5%207.25t.275-.7L13.6%203.6q.3-.3.675-.45t.75-.15q.4%200%20.763.138t.637.437L21.4%208.55q.3.275.438.65t.137.775M11.175%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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