circle eraser icon
circle-eraser-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- circle-eraser-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
circle-edit-20-filledcircle-half-fill-12-filledcircle-highlight-20-filledcircle-hint-12-filledcircle-hint-cursor-16-filledcircle-hint-dismiss-16-filledcircle-hint-half-vertical-16-filledcircle-image-16-filledcircle-line-12-filledcircle-multiple-concentric-16-filledcircle-multiple-hint-checkmark-16-filledcircle-multiple-subtract-checkmark-20-filledcircle-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
Use the circle eraser icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.732 17.173a2.5 2.5 0 0 1-.288-.353A7.01 7.01 0 0 1 3 10a7.01 7.01 0 0 1 7-7a7.01 7.01 0 0 1 6.819 5.441q.19.13.354.29l.8.8A8 8 0 0 0 10 2a8.01 8.01 0 0 0-8 8a8 8 0 0 0 7.535 7.976zm.707-.707a1.5 1.5 0 0 1 0-2.122l4.9-4.9a1.5 1.5 0 0 1 2.122 0l2.095 2.095a1.5 1.5 0 0 1 0 2.122L14.216 18h2.531a.5.5 0 0 1 0 1h-4.092a1.5 1.5 0 0 1-1.121-.438zm5.612-6.319l-3.6 3.6l2.8 2.8l3.6-3.6a.5.5 0 0 0 0-.708l-2.095-2.095a.5.5 0 0 0-.705.003m-1.5 7.108l-2.8-2.8l-.6.6a.5.5 0 0 0 0 .708l2.095 2.095a.5.5 0 0 0 .708 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleEraser20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.732 17.173a2.5 2.5 0 0 1-.288-.353A7.01 7.01 0 0 1 3 10a7.01 7.01 0 0 1 7-7a7.01 7.01 0 0 1 6.819 5.441q.19.13.354.29l.8.8A8 8 0 0 0 10 2a8.01 8.01 0 0 0-8 8a8 8 0 0 0 7.535 7.976zm.707-.707a1.5 1.5 0 0 1 0-2.122l4.9-4.9a1.5 1.5 0 0 1 2.122 0l2.095 2.095a1.5 1.5 0 0 1 0 2.122L14.216 18h2.531a.5.5 0 0 1 0 1h-4.092a1.5 1.5 0 0 1-1.121-.438zm5.612-6.319l-3.6 3.6l2.8 2.8l3.6-3.6a.5.5 0 0 0 0-.708l-2.095-2.095a.5.5 0 0 0-.705.003m-1.5 7.108l-2.8-2.8l-.6.6a.5.5 0 0 0 0 .708l2.095 2.095a.5.5 0 0 0 .708 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.732 17.173a2.5 2.5 0 0 1-.288-.353A7.01 7.01 0 0 1 3 10a7.01 7.01 0 0 1 7-7a7.01 7.01 0 0 1 6.819 5.441q.19.13.354.29l.8.8A8 8 0 0 0 10 2a8.01 8.01 0 0 0-8 8a8 8 0 0 0 7.535 7.976zm.707-.707a1.5 1.5 0 0 1 0-2.122l4.9-4.9a1.5 1.5 0 0 1 2.122 0l2.095 2.095a1.5 1.5 0 0 1 0 2.122L14.216 18h2.531a.5.5 0 0 1 0 1h-4.092a1.5 1.5 0 0 1-1.121-.438zm5.612-6.319l-3.6 3.6l2.8 2.8l3.6-3.6a.5.5 0 0 0 0-.708l-2.095-2.095a.5.5 0 0 0-.705.003m-1.5 7.108l-2.8-2.8l-.6.6a.5.5 0 0 0 0 .708l2.095 2.095a.5.5 0 0 0 .708 0z"/></svg> </template>
CSS
.icon-circle-eraser-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.732%2017.173a2.5%202.5%200%200%201-.288-.353A7.01%207.01%200%200%201%203%2010a7.01%207.01%200%200%201%207-7a7.01%207.01%200%200%201%206.819%205.441q.19.13.354.29l.8.8A8%208%200%200%200%2010%202a8.01%208.01%200%200%200-8%208a8%208%200%200%200%207.535%207.976zm.707-.707a1.5%201.5%200%200%201%200-2.122l4.9-4.9a1.5%201.5%200%200%201%202.122%200l2.095%202.095a1.5%201.5%200%200%201%200%202.122L14.216%2018h2.531a.5.5%200%200%201%200%201h-4.092a1.5%201.5%200%200%201-1.121-.438zm5.612-6.319l-3.6%203.6l2.8%202.8l3.6-3.6a.5.5%200%200%200%200-.708l-2.095-2.095a.5.5%200%200%200-.705.003m-1.5%207.108l-2.8-2.8l-.6.6a.5.5%200%200%200%200%20.708l2.095%202.095a.5.5%200%200%200%20.708%200z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.732%2017.173a2.5%202.5%200%200%201-.288-.353A7.01%207.01%200%200%201%203%2010a7.01%207.01%200%200%201%207-7a7.01%207.01%200%200%201%206.819%205.441q.19.13.354.29l.8.8A8%208%200%200%200%2010%202a8.01%208.01%200%200%200-8%208a8%208%200%200%200%207.535%207.976zm.707-.707a1.5%201.5%200%200%201%200-2.122l4.9-4.9a1.5%201.5%200%200%201%202.122%200l2.095%202.095a1.5%201.5%200%200%201%200%202.122L14.216%2018h2.531a.5.5%200%200%201%200%201h-4.092a1.5%201.5%200%200%201-1.121-.438zm5.612-6.319l-3.6%203.6l2.8%202.8l3.6-3.6a.5.5%200%200%200%200-.708l-2.095-2.095a.5.5%200%200%200-.705.003m-1.5%207.108l-2.8-2.8l-.6.6a.5.5%200%200%200%200%20.708l2.095%202.095a.5.5%200%200%200%20.708%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-eraser-20-regular.svg?color=%231a73e8&size=48