eraser ai icon
eraser-ai-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- eraser-ai-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the eraser ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.707 3.808a2 2 0 0 1 2.828 0l5.657 5.656a2 2 0 0 1 0 2.829L14.485 20H21a1 1 0 0 1 0 2H9.894c-.398 0-.78-.158-1.061-.44l-5.025-5.025a2 2 0 0 1 0-2.828L9.464 8.05l8.485 8.485l1.415-1.414l-8.485-8.485zM5 1a1 1 0 0 1 .946.677l.13.378a3 3 0 0 0 1.87 1.87l.377.13a1 1 0 0 1 0 1.891l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1.001 1.001 0 0 1-1.892.001l-.128-.379a3 3 0 0 0-1.871-1.87l-.38-.129a1 1 0 0 1 .002-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 5 1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteEraserAiFill(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="M13.707 3.808a2 2 0 0 1 2.828 0l5.657 5.656a2 2 0 0 1 0 2.829L14.485 20H21a1 1 0 0 1 0 2H9.894c-.398 0-.78-.158-1.061-.44l-5.025-5.025a2 2 0 0 1 0-2.828L9.464 8.05l8.485 8.485l1.415-1.414l-8.485-8.485zM5 1a1 1 0 0 1 .946.677l.13.378a3 3 0 0 0 1.87 1.87l.377.13a1 1 0 0 1 0 1.891l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1.001 1.001 0 0 1-1.892.001l-.128-.379a3 3 0 0 0-1.871-1.87l-.38-.129a1 1 0 0 1 .002-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 5 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.707 3.808a2 2 0 0 1 2.828 0l5.657 5.656a2 2 0 0 1 0 2.829L14.485 20H21a1 1 0 0 1 0 2H9.894c-.398 0-.78-.158-1.061-.44l-5.025-5.025a2 2 0 0 1 0-2.828L9.464 8.05l8.485 8.485l1.415-1.414l-8.485-8.485zM5 1a1 1 0 0 1 .946.677l.13.378a3 3 0 0 0 1.87 1.87l.377.13a1 1 0 0 1 0 1.891l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1.001 1.001 0 0 1-1.892.001l-.128-.379a3 3 0 0 0-1.871-1.87l-.38-.129a1 1 0 0 1 .002-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 5 1"/></svg> </template>
CSS
.icon-eraser-ai-fill {
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%22M13.707%203.808a2%202%200%200%201%202.828%200l5.657%205.656a2%202%200%200%201%200%202.829L14.485%2020H21a1%201%200%200%201%200%202H9.894c-.398%200-.78-.158-1.061-.44l-5.025-5.025a2%202%200%200%201%200-2.828L9.464%208.05l8.485%208.485l1.415-1.414l-8.485-8.485zM5%201a1%201%200%200%201%20.946.677l.13.378a3%203%200%200%200%201.87%201.87l.377.13a1%201%200%200%201%200%201.891l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1.001%201.001%200%200%201-1.892.001l-.128-.379a3%203%200%200%200-1.871-1.87l-.38-.129a1%201%200%200%201%20.002-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%205%201%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%22M13.707%203.808a2%202%200%200%201%202.828%200l5.657%205.656a2%202%200%200%201%200%202.829L14.485%2020H21a1%201%200%200%201%200%202H9.894c-.398%200-.78-.158-1.061-.44l-5.025-5.025a2%202%200%200%201%200-2.828L9.464%208.05l8.485%208.485l1.415-1.414l-8.485-8.485zM5%201a1%201%200%200%201%20.946.677l.13.378a3%203%200%200%200%201.87%201.87l.377.13a1%201%200%200%201%200%201.891l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1.001%201.001%200%200%201-1.892.001l-.128-.379a3%203%200%200%200-1.871-1.87l-.38-.129a1%201%200%200%201%20.002-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%205%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/eraser-ai-fill.svg?color=%231a73e8&size=48