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

Name
ink-eraser-off-rounded
Set
Material Symbols Light
Style
Rounded
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.479 20.9l-4.756-4.75l-2.277 2.366q-.217.236-.522.36t-.633.124H5.229q-.323 0-.628-.13t-.522-.349l-.935-.934q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.302-5.302q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165m.65-10.944q0 .303-.119.608q-.118.305-.36.547l-2.286 2.343q-.224.223-.55.223t-.549-.223L11.012 8.2q-.217-.217-.22-.543t.215-.55l2.267-2.372q.243-.262.54-.373t.596-.112q.304 0 .6.118q.295.118.531.36l4.09 4.091q.243.237.371.535t.128.602"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInkEraserOffRounded(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.479 20.9l-4.756-4.75l-2.277 2.366q-.217.236-.522.36t-.633.124H5.229q-.323 0-.628-.13t-.522-.349l-.935-.934q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.302-5.302q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165m.65-10.944q0 .303-.119.608q-.118.305-.36.547l-2.286 2.343q-.224.223-.55.223t-.549-.223L11.012 8.2q-.217-.217-.22-.543t.215-.55l2.267-2.372q.243-.262.54-.373t.596-.112q.304 0 .6.118q.295.118.531.36l4.09 4.091q.243.237.371.535t.128.602"/></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.479 20.9l-4.756-4.75l-2.277 2.366q-.217.236-.522.36t-.633.124H5.229q-.323 0-.628-.13t-.522-.349l-.935-.934q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.302-5.302q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165m.65-10.944q0 .303-.119.608q-.118.305-.36.547l-2.286 2.343q-.224.223-.55.223t-.549-.223L11.012 8.2q-.217-.217-.22-.543t.215-.55l2.267-2.372q.243-.262.54-.373t.596-.112q.304 0 .6.118q.295.118.531.36l4.09 4.091q.243.237.371.535t.128.602"/></svg>
</template>

CSS

.icon-ink-eraser-off-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.479%2020.9l-4.756-4.75l-2.277%202.366q-.217.236-.522.36t-.633.124H5.229q-.323%200-.628-.13t-.522-.349l-.935-.934q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.302-5.302q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165m.65-10.944q0%20.303-.119.608q-.118.305-.36.547l-2.286%202.343q-.224.223-.55.223t-.549-.223L11.012%208.2q-.217-.217-.22-.543t.215-.55l2.267-2.372q.243-.262.54-.373t.596-.112q.304%200%20.6.118q.295.118.531.36l4.09%204.091q.243.237.371.535t.128.602%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.479%2020.9l-4.756-4.75l-2.277%202.366q-.217.236-.522.36t-.633.124H5.229q-.323%200-.628-.13t-.522-.349l-.935-.934q-.478-.48-.491-1.137t.466-1.161l5.277-5.466l-5.302-5.302q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165m.65-10.944q0%20.303-.119.608q-.118.305-.36.547l-2.286%202.343q-.224.223-.55.223t-.549-.223L11.012%208.2q-.217-.217-.22-.543t.215-.55l2.267-2.372q.243-.262.54-.373t.596-.112q.304%200%20.6.118q.295.118.531.36l4.09%204.091q.243.237.371.535t.128.602%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-rounded.svg?color=%231a73e8&size=48