eraser medium icon
eraser-medium-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- eraser-medium-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the eraser medium icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.84 2.661a2.25 2.25 0 0 0-3.19-.023l-9.598 9.508a2.25 2.25 0 0 0 .007 3.204l5.1 5.008a2.25 2.25 0 0 0 3.175-.023l.215-.217a6.5 6.5 0 0 1-.478-1.65l-.803.812a.75.75 0 0 1-1.059.008L4.11 14.28a.75.75 0 0 1-.002-1.068l1.529-1.515l5.377 5.377a6.5 6.5 0 0 1 .362-1.759l-4.673-4.673l7.003-6.938a.75.75 0 0 1 1.064.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-1.276 1.29c.58.08 1.135.237 1.655.46l.687-.695a2.25 2.25 0 0 0 .008-3.158z"/><path d="M19.289 12.297A5.5 5.5 0 1 1 17.473 12m.027 0a5.5 5.5 0 0 1 1.789.297Zm0 0h-.027Z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEraserMedium24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.84 2.661a2.25 2.25 0 0 0-3.19-.023l-9.598 9.508a2.25 2.25 0 0 0 .007 3.204l5.1 5.008a2.25 2.25 0 0 0 3.175-.023l.215-.217a6.5 6.5 0 0 1-.478-1.65l-.803.812a.75.75 0 0 1-1.059.008L4.11 14.28a.75.75 0 0 1-.002-1.068l1.529-1.515l5.377 5.377a6.5 6.5 0 0 1 .362-1.759l-4.673-4.673l7.003-6.938a.75.75 0 0 1 1.064.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-1.276 1.29c.58.08 1.135.237 1.655.46l.687-.695a2.25 2.25 0 0 0 .008-3.158z"/><path d="M19.289 12.297A5.5 5.5 0 1 1 17.473 12m.027 0a5.5 5.5 0 0 1 1.789.297Zm0 0h-.027Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.84 2.661a2.25 2.25 0 0 0-3.19-.023l-9.598 9.508a2.25 2.25 0 0 0 .007 3.204l5.1 5.008a2.25 2.25 0 0 0 3.175-.023l.215-.217a6.5 6.5 0 0 1-.478-1.65l-.803.812a.75.75 0 0 1-1.059.008L4.11 14.28a.75.75 0 0 1-.002-1.068l1.529-1.515l5.377 5.377a6.5 6.5 0 0 1 .362-1.759l-4.673-4.673l7.003-6.938a.75.75 0 0 1 1.064.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-1.276 1.29c.58.08 1.135.237 1.655.46l.687-.695a2.25 2.25 0 0 0 .008-3.158z"/><path d="M19.289 12.297A5.5 5.5 0 1 1 17.473 12m.027 0a5.5 5.5 0 0 1 1.789.297Zm0 0h-.027Z"/></g></svg> </template>
CSS
.icon-eraser-medium-24-regular {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.84%202.661a2.25%202.25%200%200%200-3.19-.023l-9.598%209.508a2.25%202.25%200%200%200%20.007%203.204l5.1%205.008a2.25%202.25%200%200%200%203.175-.023l.215-.217a6.5%206.5%200%200%201-.478-1.65l-.803.812a.75.75%200%200%201-1.059.008L4.11%2014.28a.75.75%200%200%201-.002-1.068l1.529-1.515l5.377%205.377a6.5%206.5%200%200%201%20.362-1.759l-4.673-4.673l7.003-6.938a.75.75%200%200%201%201.064.007l4.91%205.009a.75.75%200%200%201-.003%201.052l-1.276%201.29c.58.08%201.135.237%201.655.46l.687-.695a2.25%202.25%200%200%200%20.008-3.158z%22%2F%3E%3Cpath%20d%3D%22M19.289%2012.297A5.5%205.5%200%201%201%2017.473%2012m.027%200a5.5%205.5%200%200%201%201.789.297Zm0%200h-.027Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.84%202.661a2.25%202.25%200%200%200-3.19-.023l-9.598%209.508a2.25%202.25%200%200%200%20.007%203.204l5.1%205.008a2.25%202.25%200%200%200%203.175-.023l.215-.217a6.5%206.5%200%200%201-.478-1.65l-.803.812a.75.75%200%200%201-1.059.008L4.11%2014.28a.75.75%200%200%201-.002-1.068l1.529-1.515l5.377%205.377a6.5%206.5%200%200%201%20.362-1.759l-4.673-4.673l7.003-6.938a.75.75%200%200%201%201.064.007l4.91%205.009a.75.75%200%200%201-.003%201.052l-1.276%201.29c.58.08%201.135.237%201.655.46l.687-.695a2.25%202.25%200%200%200%20.008-3.158z%22%2F%3E%3Cpath%20d%3D%22M19.289%2012.297A5.5%205.5%200%201%201%2017.473%2012m.027%200a5.5%205.5%200%200%201%201.789.297Zm0%200h-.027Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eraser-medium-24-regular.svg?color=%231a73e8&size=48