eraser size 5 icon

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

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

The same icon in other sets

More text icons from Material Symbols

Use the eraser size 5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.05 21q-2.95 0-5-2.05t-2.05-5q0-1.35.5-2.637t1.55-2.338L8.975 5.05Q10.025 4 11.313 3.5T13.95 3q2.95 0 5 2.05t2.05 5q0 1.35-.5 2.638t-1.55 2.337l-3.925 3.925q-1.05 1.05-2.337 1.55t-2.638.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEraserSize5(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.05 21q-2.95 0-5-2.05t-2.05-5q0-1.35.5-2.637t1.55-2.338L8.975 5.05Q10.025 4 11.313 3.5T13.95 3q2.95 0 5 2.05t2.05 5q0 1.35-.5 2.638t-1.55 2.337l-3.925 3.925q-1.05 1.05-2.337 1.55t-2.638.5"/></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.05 21q-2.95 0-5-2.05t-2.05-5q0-1.35.5-2.637t1.55-2.338L8.975 5.05Q10.025 4 11.313 3.5T13.95 3q2.95 0 5 2.05t2.05 5q0 1.35-.5 2.638t-1.55 2.337l-3.925 3.925q-1.05 1.05-2.337 1.55t-2.638.5"/></svg>
</template>

CSS

.icon-eraser-size-5 {
  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.05%2021q-2.95%200-5-2.05t-2.05-5q0-1.35.5-2.637t1.55-2.338L8.975%205.05Q10.025%204%2011.313%203.5T13.95%203q2.95%200%205%202.05t2.05%205q0%201.35-.5%202.638t-1.55%202.337l-3.925%203.925q-1.05%201.05-2.337%201.55t-2.638.5%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.05%2021q-2.95%200-5-2.05t-2.05-5q0-1.35.5-2.637t1.55-2.338L8.975%205.05Q10.025%204%2011.313%203.5T13.95%203q2.95%200%205%202.05t2.05%205q0%201.35-.5%202.638t-1.55%202.337l-3.925%203.925q-1.05%201.05-2.337%201.55t-2.638.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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