ai replace icon

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

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

Related icons in Huge Icons

Use the ai replace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 20c-1.864 0-2.796 0-3.53-.305a4 4 0 0 1-2.166-2.164C2 16.796 2 15.864 2 14v-4c0-1.864 0-2.796.304-3.53A4 4 0 0 1 4.47 4.303C5.204 4 6.136 4 8 4m14 6v4c0 1.864 0 2.796-.305 3.53a4 4 0 0 1-2.164 2.165C18.796 20 17.864 20 16 20M12 2v20m7.5-19.062V4.5m0 0v1.563m0-1.563h-1.25m1.25 0h1.25m1.25 0l-1.084-.361a1.67 1.67 0 0 1-1.055-1.055L19.5 2l-.361 1.084a1.67 1.67 0 0 1-1.055 1.055L17 4.5l1.084.361c.498.166.889.557 1.055 1.055L19.5 7l.361-1.084a1.67 1.67 0 0 1 1.055-1.055z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAiReplace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8 20c-1.864 0-2.796 0-3.53-.305a4 4 0 0 1-2.166-2.164C2 16.796 2 15.864 2 14v-4c0-1.864 0-2.796.304-3.53A4 4 0 0 1 4.47 4.303C5.204 4 6.136 4 8 4m14 6v4c0 1.864 0 2.796-.305 3.53a4 4 0 0 1-2.164 2.165C18.796 20 17.864 20 16 20M12 2v20m7.5-19.062V4.5m0 0v1.563m0-1.563h-1.25m1.25 0h1.25m1.25 0l-1.084-.361a1.67 1.67 0 0 1-1.055-1.055L19.5 2l-.361 1.084a1.67 1.67 0 0 1-1.055 1.055L17 4.5l1.084.361c.498.166.889.557 1.055 1.055L19.5 7l.361-1.084a1.67 1.67 0 0 1 1.055-1.055z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 20c-1.864 0-2.796 0-3.53-.305a4 4 0 0 1-2.166-2.164C2 16.796 2 15.864 2 14v-4c0-1.864 0-2.796.304-3.53A4 4 0 0 1 4.47 4.303C5.204 4 6.136 4 8 4m14 6v4c0 1.864 0 2.796-.305 3.53a4 4 0 0 1-2.164 2.165C18.796 20 17.864 20 16 20M12 2v20m7.5-19.062V4.5m0 0v1.563m0-1.563h-1.25m1.25 0h1.25m1.25 0l-1.084-.361a1.67 1.67 0 0 1-1.055-1.055L19.5 2l-.361 1.084a1.67 1.67 0 0 1-1.055 1.055L17 4.5l1.084.361c.498.166.889.557 1.055 1.055L19.5 7l.361-1.084a1.67 1.67 0 0 1 1.055-1.055z"/></svg>
</template>

CSS

.icon-ai-replace {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%2020c-1.864%200-2.796%200-3.53-.305a4%204%200%200%201-2.166-2.164C2%2016.796%202%2015.864%202%2014v-4c0-1.864%200-2.796.304-3.53A4%204%200%200%201%204.47%204.303C5.204%204%206.136%204%208%204m14%206v4c0%201.864%200%202.796-.305%203.53a4%204%200%200%201-2.164%202.165C18.796%2020%2017.864%2020%2016%2020M12%202v20m7.5-19.062V4.5m0%200v1.563m0-1.563h-1.25m1.25%200h1.25m1.25%200l-1.084-.361a1.67%201.67%200%200%201-1.055-1.055L19.5%202l-.361%201.084a1.67%201.67%200%200%201-1.055%201.055L17%204.5l1.084.361c.498.166.889.557%201.055%201.055L19.5%207l.361-1.084a1.67%201.67%200%200%201%201.055-1.055z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%2020c-1.864%200-2.796%200-3.53-.305a4%204%200%200%201-2.166-2.164C2%2016.796%202%2015.864%202%2014v-4c0-1.864%200-2.796.304-3.53A4%204%200%200%201%204.47%204.303C5.204%204%206.136%204%208%204m14%206v4c0%201.864%200%202.796-.305%203.53a4%204%200%200%201-2.164%202.165C18.796%2020%2017.864%2020%2016%2020M12%202v20m7.5-19.062V4.5m0%200v1.563m0-1.563h-1.25m1.25%200h1.25m1.25%200l-1.084-.361a1.67%201.67%200%200%201-1.055-1.055L19.5%202l-.361%201.084a1.67%201.67%200%200%201-1.055%201.055L17%204.5l1.084.361c.498.166.889.557%201.055%201.055L19.5%207l.361-1.084a1.67%201.67%200%200%201%201.055-1.055z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ai-replace.svg?color=%231a73e8&size=48