ai eraser icon
ai-eraser from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ai-eraser
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ai eraser icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m9.738 10.78l-3.891 3.977c-1.17 1.196-1.755 1.794-1.834 2.523q-.026.232 0 .464c.08.73.664 1.327 1.834 2.523l.149.152c.624.639.937.958 1.31 1.172q.328.188.689.291c.413.118.856.118 1.743.118c.886 0 1.33 0 1.743-.118q.361-.104.688-.29c.374-.215.686-.534 1.31-1.173l2.845-2.907M9.738 10.78l3.582-3.657C14.706 5.708 15.4 5 16.263 5s1.555.708 2.941 2.125l.743.76C21.316 9.283 22 9.983 22 10.85s-.685 1.566-2.054 2.964l-3.622 3.698M9.738 10.78l6.586 6.732"/><path d="m5.5 2l.258.697c.338.914.507 1.371.84 1.704c.334.334.791.503 1.705.841L9 5.5l-.697.258c-.914.338-1.371.507-1.704.84c-.334.334-.503.791-.841 1.705L5.5 9l-.258-.697c-.338-.914-.507-1.371-.84-1.704c-.334-.334-.791-.503-1.705-.841L2 5.5l.697-.258c.914-.338 1.371-.507 1.704-.84c.334-.334.503-.791.841-1.705z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAiEraser(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m9.738 10.78l-3.891 3.977c-1.17 1.196-1.755 1.794-1.834 2.523q-.026.232 0 .464c.08.73.664 1.327 1.834 2.523l.149.152c.624.639.937.958 1.31 1.172q.328.188.689.291c.413.118.856.118 1.743.118c.886 0 1.33 0 1.743-.118q.361-.104.688-.29c.374-.215.686-.534 1.31-1.173l2.845-2.907M9.738 10.78l3.582-3.657C14.706 5.708 15.4 5 16.263 5s1.555.708 2.941 2.125l.743.76C21.316 9.283 22 9.983 22 10.85s-.685 1.566-2.054 2.964l-3.622 3.698M9.738 10.78l6.586 6.732"/><path d="m5.5 2l.258.697c.338.914.507 1.371.84 1.704c.334.334.791.503 1.705.841L9 5.5l-.697.258c-.914.338-1.371.507-1.704.84c-.334.334-.503.791-.841 1.705L5.5 9l-.258-.697c-.338-.914-.507-1.371-.84-1.704c-.334-.334-.791-.503-1.705-.841L2 5.5l.697-.258c.914-.338 1.371-.507 1.704-.84c.334-.334.503-.791.841-1.705z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m9.738 10.78l-3.891 3.977c-1.17 1.196-1.755 1.794-1.834 2.523q-.026.232 0 .464c.08.73.664 1.327 1.834 2.523l.149.152c.624.639.937.958 1.31 1.172q.328.188.689.291c.413.118.856.118 1.743.118c.886 0 1.33 0 1.743-.118q.361-.104.688-.29c.374-.215.686-.534 1.31-1.173l2.845-2.907M9.738 10.78l3.582-3.657C14.706 5.708 15.4 5 16.263 5s1.555.708 2.941 2.125l.743.76C21.316 9.283 22 9.983 22 10.85s-.685 1.566-2.054 2.964l-3.622 3.698M9.738 10.78l6.586 6.732"/><path d="m5.5 2l.258.697c.338.914.507 1.371.84 1.704c.334.334.791.503 1.705.841L9 5.5l-.697.258c-.914.338-1.371.507-1.704.84c-.334.334-.503.791-.841 1.705L5.5 9l-.258-.697c-.338-.914-.507-1.371-.84-1.704c-.334-.334-.791-.503-1.705-.841L2 5.5l.697-.258c.914-.338 1.371-.507 1.704-.84c.334-.334.503-.791.841-1.705z"/></g></svg> </template>
CSS
.icon-ai-eraser {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m9.738%2010.78l-3.891%203.977c-1.17%201.196-1.755%201.794-1.834%202.523q-.026.232%200%20.464c.08.73.664%201.327%201.834%202.523l.149.152c.624.639.937.958%201.31%201.172q.328.188.689.291c.413.118.856.118%201.743.118c.886%200%201.33%200%201.743-.118q.361-.104.688-.29c.374-.215.686-.534%201.31-1.173l2.845-2.907M9.738%2010.78l3.582-3.657C14.706%205.708%2015.4%205%2016.263%205s1.555.708%202.941%202.125l.743.76C21.316%209.283%2022%209.983%2022%2010.85s-.685%201.566-2.054%202.964l-3.622%203.698M9.738%2010.78l6.586%206.732%22%2F%3E%3Cpath%20d%3D%22m5.5%202l.258.697c.338.914.507%201.371.84%201.704c.334.334.791.503%201.705.841L9%205.5l-.697.258c-.914.338-1.371.507-1.704.84c-.334.334-.503.791-.841%201.705L5.5%209l-.258-.697c-.338-.914-.507-1.371-.84-1.704c-.334-.334-.791-.503-1.705-.841L2%205.5l.697-.258c.914-.338%201.371-.507%201.704-.84c.334-.334.503-.791.841-1.705z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m9.738%2010.78l-3.891%203.977c-1.17%201.196-1.755%201.794-1.834%202.523q-.026.232%200%20.464c.08.73.664%201.327%201.834%202.523l.149.152c.624.639.937.958%201.31%201.172q.328.188.689.291c.413.118.856.118%201.743.118c.886%200%201.33%200%201.743-.118q.361-.104.688-.29c.374-.215.686-.534%201.31-1.173l2.845-2.907M9.738%2010.78l3.582-3.657C14.706%205.708%2015.4%205%2016.263%205s1.555.708%202.941%202.125l.743.76C21.316%209.283%2022%209.983%2022%2010.85s-.685%201.566-2.054%202.964l-3.622%203.698M9.738%2010.78l6.586%206.732%22%2F%3E%3Cpath%20d%3D%22m5.5%202l.258.697c.338.914.507%201.371.84%201.704c.334.334.791.503%201.705.841L9%205.5l-.697.258c-.914.338-1.371.507-1.704.84c-.334.334-.503.791-.841%201.705L5.5%209l-.258-.697c-.338-.914-.507-1.371-.84-1.704c-.334-.334-.791-.503-1.705-.841L2%205.5l.697-.258c.914-.338%201.371-.507%201.704-.84c.334-.334.503-.791.841-1.705z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ai-eraser.svg?color=%231a73e8&size=48