ai image edit icon

ai-image-edit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ai-image-edit
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the ai image edit 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m3 16l4.47-4.468a1.81 1.81 0 0 1 2.56 0l2.97 2.97"/><path d="M3 10v3.5c0 3.288 0 4.931.908 6.038a4 4 0 0 0 .554.554C5.57 21 7.212 21 10.5 21M10 3h4.5c2.335 0 3.502 0 4.386.472a4 4 0 0 1 1.642 1.642C21 5.998 21 7.165 21 9.5M4.5 2.938V4.5m0 0v1.563m0-1.563H3.25m1.25 0h1.25M7 4.5l-1.084-.361A1.67 1.67 0 0 1 4.86 3.084L4.5 2l-.361 1.084A1.67 1.67 0 0 1 3.084 4.14L2 4.5l1.084.361c.498.166.889.557 1.055 1.055L4.5 7l.361-1.084A1.67 1.67 0 0 1 5.916 4.86zM16.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7m2 8l1.5 1.5m1.432-3.068l.136.136a1.475 1.475 0 0 1 0 2.086l-4.76 4.76a2 2 0 0 1-1.414.586H14.5a.5.5 0 0 1-.5-.5v-.894a2 2 0 0 1 .586-1.414l4.76-4.76a1.475 1.475 0 0 1 2.086 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAiImageEdit(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m3 16l4.47-4.468a1.81 1.81 0 0 1 2.56 0l2.97 2.97"/><path d="M3 10v3.5c0 3.288 0 4.931.908 6.038a4 4 0 0 0 .554.554C5.57 21 7.212 21 10.5 21M10 3h4.5c2.335 0 3.502 0 4.386.472a4 4 0 0 1 1.642 1.642C21 5.998 21 7.165 21 9.5M4.5 2.938V4.5m0 0v1.563m0-1.563H3.25m1.25 0h1.25M7 4.5l-1.084-.361A1.67 1.67 0 0 1 4.86 3.084L4.5 2l-.361 1.084A1.67 1.67 0 0 1 3.084 4.14L2 4.5l1.084.361c.498.166.889.557 1.055 1.055L4.5 7l.361-1.084A1.67 1.67 0 0 1 5.916 4.86zM16.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7m2 8l1.5 1.5m1.432-3.068l.136.136a1.475 1.475 0 0 1 0 2.086l-4.76 4.76a2 2 0 0 1-1.414.586H14.5a.5.5 0 0 1-.5-.5v-.894a2 2 0 0 1 .586-1.414l4.76-4.76a1.475 1.475 0 0 1 2.086 0"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m3 16l4.47-4.468a1.81 1.81 0 0 1 2.56 0l2.97 2.97"/><path d="M3 10v3.5c0 3.288 0 4.931.908 6.038a4 4 0 0 0 .554.554C5.57 21 7.212 21 10.5 21M10 3h4.5c2.335 0 3.502 0 4.386.472a4 4 0 0 1 1.642 1.642C21 5.998 21 7.165 21 9.5M4.5 2.938V4.5m0 0v1.563m0-1.563H3.25m1.25 0h1.25M7 4.5l-1.084-.361A1.67 1.67 0 0 1 4.86 3.084L4.5 2l-.361 1.084A1.67 1.67 0 0 1 3.084 4.14L2 4.5l1.084.361c.498.166.889.557 1.055 1.055L4.5 7l.361-1.084A1.67 1.67 0 0 1 5.916 4.86zM16.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7m2 8l1.5 1.5m1.432-3.068l.136.136a1.475 1.475 0 0 1 0 2.086l-4.76 4.76a2 2 0 0 1-1.414.586H14.5a.5.5 0 0 1-.5-.5v-.894a2 2 0 0 1 .586-1.414l4.76-4.76a1.475 1.475 0 0 1 2.086 0"/></g></svg>
</template>

CSS

.icon-ai-image-edit {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m3%2016l4.47-4.468a1.81%201.81%200%200%201%202.56%200l2.97%202.97%22%2F%3E%3Cpath%20d%3D%22M3%2010v3.5c0%203.288%200%204.931.908%206.038a4%204%200%200%200%20.554.554C5.57%2021%207.212%2021%2010.5%2021M10%203h4.5c2.335%200%203.502%200%204.386.472a4%204%200%200%201%201.642%201.642C21%205.998%2021%207.165%2021%209.5M4.5%202.938V4.5m0%200v1.563m0-1.563H3.25m1.25%200h1.25M7%204.5l-1.084-.361A1.67%201.67%200%200%201%204.86%203.084L4.5%202l-.361%201.084A1.67%201.67%200%200%201%203.084%204.14L2%204.5l1.084.361c.498.166.889.557%201.055%201.055L4.5%207l.361-1.084A1.67%201.67%200%200%201%205.916%204.86zM16.5%208a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7m2%208l1.5%201.5m1.432-3.068l.136.136a1.475%201.475%200%200%201%200%202.086l-4.76%204.76a2%202%200%200%201-1.414.586H14.5a.5.5%200%200%201-.5-.5v-.894a2%202%200%200%201%20.586-1.414l4.76-4.76a1.475%201.475%200%200%201%202.086%200%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m3%2016l4.47-4.468a1.81%201.81%200%200%201%202.56%200l2.97%202.97%22%2F%3E%3Cpath%20d%3D%22M3%2010v3.5c0%203.288%200%204.931.908%206.038a4%204%200%200%200%20.554.554C5.57%2021%207.212%2021%2010.5%2021M10%203h4.5c2.335%200%203.502%200%204.386.472a4%204%200%200%201%201.642%201.642C21%205.998%2021%207.165%2021%209.5M4.5%202.938V4.5m0%200v1.563m0-1.563H3.25m1.25%200h1.25M7%204.5l-1.084-.361A1.67%201.67%200%200%201%204.86%203.084L4.5%202l-.361%201.084A1.67%201.67%200%200%201%203.084%204.14L2%204.5l1.084.361c.498.166.889.557%201.055%201.055L4.5%207l.361-1.084A1.67%201.67%200%200%201%205.916%204.86zM16.5%208a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7m2%208l1.5%201.5m1.432-3.068l.136.136a1.475%201.475%200%200%201%200%202.086l-4.76%204.76a2%202%200%200%201-1.414.586H14.5a.5.5%200%200%201-.5-.5v-.894a2%202%200%200%201%20.586-1.414l4.76-4.76a1.475%201.475%200%200%201%202.086%200%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-image-edit.svg?color=%231a73e8&size=48