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

Name
eraser-size-4
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
eraser-size-4-outline, eraser-size-4-outline-rounded, eraser-size-4-outline-sharp, eraser-size-4-rounded, eraser-size-4-sharp

The same icon in other sets

More text icons from Material Symbols Light

Use the eraser size 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.054 19q-2.099 0-3.576-1.476Q5 16.05 5 13.954q0-.984.367-1.908t1.108-1.684l3.887-3.886q.74-.74 1.672-1.108T13.95 5q2.099 0 3.574 1.476T19 10.047q0 .984-.367 1.918t-1.108 1.674l-3.886 3.886q-.76.74-1.684 1.108q-.924.367-1.901.367"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEraserSize4(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="M10.054 19q-2.099 0-3.576-1.476Q5 16.05 5 13.954q0-.984.367-1.908t1.108-1.684l3.887-3.886q.74-.74 1.672-1.108T13.95 5q2.099 0 3.574 1.476T19 10.047q0 .984-.367 1.918t-1.108 1.674l-3.886 3.886q-.76.74-1.684 1.108q-.924.367-1.901.367"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.054 19q-2.099 0-3.576-1.476Q5 16.05 5 13.954q0-.984.367-1.908t1.108-1.684l3.887-3.886q.74-.74 1.672-1.108T13.95 5q2.099 0 3.574 1.476T19 10.047q0 .984-.367 1.918t-1.108 1.674l-3.886 3.886q-.76.74-1.684 1.108q-.924.367-1.901.367"/></svg>
</template>

CSS

.icon-eraser-size-4 {
  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%22M10.054%2019q-2.099%200-3.576-1.476Q5%2016.05%205%2013.954q0-.984.367-1.908t1.108-1.684l3.887-3.886q.74-.74%201.672-1.108T13.95%205q2.099%200%203.574%201.476T19%2010.047q0%20.984-.367%201.918t-1.108%201.674l-3.886%203.886q-.76.74-1.684%201.108q-.924.367-1.901.367%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%22M10.054%2019q-2.099%200-3.576-1.476Q5%2016.05%205%2013.954q0-.984.367-1.908t1.108-1.684l3.887-3.886q.74-.74%201.672-1.108T13.95%205q2.099%200%203.574%201.476T19%2010.047q0%20.984-.367%201.918t-1.108%201.674l-3.886%203.886q-.76.74-1.684%201.108q-.924.367-1.901.367%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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