ai drawing icon
ai-drawing from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ai-drawing
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ai drawing 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="M15 19c3 1 6 0 6-4c0-1.87-.777-4.999-2.151-6.848M10 3.5c2.177 0 4.129.673 5.763 1.737M2 11c0 3 1 10 9 11M21.379 5.621l-8.866 8.866c-.625.625-.937.937-1.312 1.143q-.289.159-.605.25c-.41.12-.852.12-1.735.12c-.338 0-.507 0-.63-.078a.5.5 0 0 1-.153-.154C8 15.646 8 15.477 8 15.14c0-.883 0-1.324.12-1.735a3 3 0 0 1 .25-.605c.206-.375.518-.687 1.143-1.312l8.866-8.866l.07-.068A2 2 0 0 1 19.78 2h.099c.112 0 .169 0 .216.002a2 2 0 0 1 1.903 1.903c.002.047.002.104.002.216v.098a2 2 0 0 1-.552 1.333zM4.5 3.938V5.5m0 0v1.563m0-1.563H3.25m1.25 0h1.25M7 5.5l-1.084-.361A1.67 1.67 0 0 1 4.86 4.084L4.5 3l-.361 1.084A1.67 1.67 0 0 1 3.084 5.14L2 5.5l1.084.361c.498.166.889.557 1.055 1.055L4.5 8l.361-1.084A1.67 1.67 0 0 1 5.916 5.86z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAiDrawing(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="M15 19c3 1 6 0 6-4c0-1.87-.777-4.999-2.151-6.848M10 3.5c2.177 0 4.129.673 5.763 1.737M2 11c0 3 1 10 9 11M21.379 5.621l-8.866 8.866c-.625.625-.937.937-1.312 1.143q-.289.159-.605.25c-.41.12-.852.12-1.735.12c-.338 0-.507 0-.63-.078a.5.5 0 0 1-.153-.154C8 15.646 8 15.477 8 15.14c0-.883 0-1.324.12-1.735a3 3 0 0 1 .25-.605c.206-.375.518-.687 1.143-1.312l8.866-8.866l.07-.068A2 2 0 0 1 19.78 2h.099c.112 0 .169 0 .216.002a2 2 0 0 1 1.903 1.903c.002.047.002.104.002.216v.098a2 2 0 0 1-.552 1.333zM4.5 3.938V5.5m0 0v1.563m0-1.563H3.25m1.25 0h1.25M7 5.5l-1.084-.361A1.67 1.67 0 0 1 4.86 4.084L4.5 3l-.361 1.084A1.67 1.67 0 0 1 3.084 5.14L2 5.5l1.084.361c.498.166.889.557 1.055 1.055L4.5 8l.361-1.084A1.67 1.67 0 0 1 5.916 5.86z"/></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="M15 19c3 1 6 0 6-4c0-1.87-.777-4.999-2.151-6.848M10 3.5c2.177 0 4.129.673 5.763 1.737M2 11c0 3 1 10 9 11M21.379 5.621l-8.866 8.866c-.625.625-.937.937-1.312 1.143q-.289.159-.605.25c-.41.12-.852.12-1.735.12c-.338 0-.507 0-.63-.078a.5.5 0 0 1-.153-.154C8 15.646 8 15.477 8 15.14c0-.883 0-1.324.12-1.735a3 3 0 0 1 .25-.605c.206-.375.518-.687 1.143-1.312l8.866-8.866l.07-.068A2 2 0 0 1 19.78 2h.099c.112 0 .169 0 .216.002a2 2 0 0 1 1.903 1.903c.002.047.002.104.002.216v.098a2 2 0 0 1-.552 1.333zM4.5 3.938V5.5m0 0v1.563m0-1.563H3.25m1.25 0h1.25M7 5.5l-1.084-.361A1.67 1.67 0 0 1 4.86 4.084L4.5 3l-.361 1.084A1.67 1.67 0 0 1 3.084 5.14L2 5.5l1.084.361c.498.166.889.557 1.055 1.055L4.5 8l.361-1.084A1.67 1.67 0 0 1 5.916 5.86z"/></svg> </template>
CSS
.icon-ai-drawing {
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%22M15%2019c3%201%206%200%206-4c0-1.87-.777-4.999-2.151-6.848M10%203.5c2.177%200%204.129.673%205.763%201.737M2%2011c0%203%201%2010%209%2011M21.379%205.621l-8.866%208.866c-.625.625-.937.937-1.312%201.143q-.289.159-.605.25c-.41.12-.852.12-1.735.12c-.338%200-.507%200-.63-.078a.5.5%200%200%201-.153-.154C8%2015.646%208%2015.477%208%2015.14c0-.883%200-1.324.12-1.735a3%203%200%200%201%20.25-.605c.206-.375.518-.687%201.143-1.312l8.866-8.866l.07-.068A2%202%200%200%201%2019.78%202h.099c.112%200%20.169%200%20.216.002a2%202%200%200%201%201.903%201.903c.002.047.002.104.002.216v.098a2%202%200%200%201-.552%201.333zM4.5%203.938V5.5m0%200v1.563m0-1.563H3.25m1.25%200h1.25M7%205.5l-1.084-.361A1.67%201.67%200%200%201%204.86%204.084L4.5%203l-.361%201.084A1.67%201.67%200%200%201%203.084%205.14L2%205.5l1.084.361c.498.166.889.557%201.055%201.055L4.5%208l.361-1.084A1.67%201.67%200%200%201%205.916%205.86z%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%22M15%2019c3%201%206%200%206-4c0-1.87-.777-4.999-2.151-6.848M10%203.5c2.177%200%204.129.673%205.763%201.737M2%2011c0%203%201%2010%209%2011M21.379%205.621l-8.866%208.866c-.625.625-.937.937-1.312%201.143q-.289.159-.605.25c-.41.12-.852.12-1.735.12c-.338%200-.507%200-.63-.078a.5.5%200%200%201-.153-.154C8%2015.646%208%2015.477%208%2015.14c0-.883%200-1.324.12-1.735a3%203%200%200%201%20.25-.605c.206-.375.518-.687%201.143-1.312l8.866-8.866l.07-.068A2%202%200%200%201%2019.78%202h.099c.112%200%20.169%200%20.216.002a2%202%200%200%201%201.903%201.903c.002.047.002.104.002.216v.098a2%202%200%200%201-.552%201.333zM4.5%203.938V5.5m0%200v1.563m0-1.563H3.25m1.25%200h1.25M7%205.5l-1.084-.361A1.67%201.67%200%200%201%204.86%204.084L4.5%203l-.361%201.084A1.67%201.67%200%200%201%203.084%205.14L2%205.5l1.084.361c.498.166.889.557%201.055%201.055L4.5%208l.361-1.084A1.67%201.67%200%200%201%205.916%205.86z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ai-drawing.svg?color=%231a73e8&size=48