ai paintbrush icon
ai-paintbrush from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ai-paintbrush
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ai paintbrush 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="m18.922 16.422l2.56 2.561a1.768 1.768 0 1 1-2.5 2.5l-2.559-2.56a1 1 0 0 0-.994-.25l-3.285.984a2 2 0 0 1-1.988-.501l-.802-.802a1.207 1.207 0 0 1 0-1.708l7.292-7.292a1.207 1.207 0 0 1 1.708 0l.801.801a2 2 0 0 1 .502 1.99l-.986 3.283a1 1 0 0 0 .251.994M9.5 3.5L7.293 5.707A1 1 0 0 0 7 6.414V9H4.535a1 1 0 0 0-.832.445l-.485.728a1.297 1.297 0 0 0 .249 1.716L9 16.5m6-13.75V4m0 0v1.25M15 4h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.842L15 2l-.29.868a1.33 1.33 0 0 1-.843.843L13 4l.867.29c.399.132.711.444.844.842L15 6l.29-.868a1.33 1.33 0 0 1 .843-.843z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAiPaintbrush(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="m18.922 16.422l2.56 2.561a1.768 1.768 0 1 1-2.5 2.5l-2.559-2.56a1 1 0 0 0-.994-.25l-3.285.984a2 2 0 0 1-1.988-.501l-.802-.802a1.207 1.207 0 0 1 0-1.708l7.292-7.292a1.207 1.207 0 0 1 1.708 0l.801.801a2 2 0 0 1 .502 1.99l-.986 3.283a1 1 0 0 0 .251.994M9.5 3.5L7.293 5.707A1 1 0 0 0 7 6.414V9H4.535a1 1 0 0 0-.832.445l-.485.728a1.297 1.297 0 0 0 .249 1.716L9 16.5m6-13.75V4m0 0v1.25M15 4h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.842L15 2l-.29.868a1.33 1.33 0 0 1-.843.843L13 4l.867.29c.399.132.711.444.844.842L15 6l.29-.868a1.33 1.33 0 0 1 .843-.843z"/></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="m18.922 16.422l2.56 2.561a1.768 1.768 0 1 1-2.5 2.5l-2.559-2.56a1 1 0 0 0-.994-.25l-3.285.984a2 2 0 0 1-1.988-.501l-.802-.802a1.207 1.207 0 0 1 0-1.708l7.292-7.292a1.207 1.207 0 0 1 1.708 0l.801.801a2 2 0 0 1 .502 1.99l-.986 3.283a1 1 0 0 0 .251.994M9.5 3.5L7.293 5.707A1 1 0 0 0 7 6.414V9H4.535a1 1 0 0 0-.832.445l-.485.728a1.297 1.297 0 0 0 .249 1.716L9 16.5m6-13.75V4m0 0v1.25M15 4h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.842L15 2l-.29.868a1.33 1.33 0 0 1-.843.843L13 4l.867.29c.399.132.711.444.844.842L15 6l.29-.868a1.33 1.33 0 0 1 .843-.843z"/></svg> </template>
CSS
.icon-ai-paintbrush {
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%22m18.922%2016.422l2.56%202.561a1.768%201.768%200%201%201-2.5%202.5l-2.559-2.56a1%201%200%200%200-.994-.25l-3.285.984a2%202%200%200%201-1.988-.501l-.802-.802a1.207%201.207%200%200%201%200-1.708l7.292-7.292a1.207%201.207%200%200%201%201.708%200l.801.801a2%202%200%200%201%20.502%201.99l-.986%203.283a1%201%200%200%200%20.251.994M9.5%203.5L7.293%205.707A1%201%200%200%200%207%206.414V9H4.535a1%201%200%200%200-.832.445l-.485.728a1.297%201.297%200%200%200%20.249%201.716L9%2016.5m6-13.75V4m0%200v1.25M15%204h-1m1%200h1m1%200l-.867-.29a1.33%201.33%200%200%201-.844-.842L15%202l-.29.868a1.33%201.33%200%200%201-.843.843L13%204l.867.29c.399.132.711.444.844.842L15%206l.29-.868a1.33%201.33%200%200%201%20.843-.843z%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%22m18.922%2016.422l2.56%202.561a1.768%201.768%200%201%201-2.5%202.5l-2.559-2.56a1%201%200%200%200-.994-.25l-3.285.984a2%202%200%200%201-1.988-.501l-.802-.802a1.207%201.207%200%200%201%200-1.708l7.292-7.292a1.207%201.207%200%200%201%201.708%200l.801.801a2%202%200%200%201%20.502%201.99l-.986%203.283a1%201%200%200%200%20.251.994M9.5%203.5L7.293%205.707A1%201%200%200%200%207%206.414V9H4.535a1%201%200%200%200-.832.445l-.485.728a1.297%201.297%200%200%200%20.249%201.716L9%2016.5m6-13.75V4m0%200v1.25M15%204h-1m1%200h1m1%200l-.867-.29a1.33%201.33%200%200%201-.844-.842L15%202l-.29.868a1.33%201.33%200%200%201-.843.843L13%204l.867.29c.399.132.711.444.844.842L15%206l.29-.868a1.33%201.33%200%200%201%20.843-.843z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ai-paintbrush.svg?color=%231a73e8&size=48