brush 2 ai icon
brush-2-ai-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- brush-2-ai-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the brush 2 ai 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-linejoin="round" stroke-width="2" d="m10.586 19.071l8.485-8.485M8.262 4.071C9.07 5.094 9.84 6.602 10.47 8.029c.592 1.34 2.355 1.733 3.39.697l.616-.615a1.5 1.5 0 0 1 2.121 0l4.243 4.243a1.5 1.5 0 0 1 0 2.121l-6.364 6.364a1.5 1.5 0 0 1-2.122 0l-4.242-4.242a1.5 1.5 0 0 1 0-2.122l.615-.615c1.035-1.035.643-2.799-.697-3.39c-1.427-.63-2.935-1.4-3.959-2.207c-1.785-1.408-1.953-3.35-.555-4.748c1.397-1.397 3.34-1.23 4.747.556ZM19.5 2l.145.33a2 2 0 0 0 1.026 1.025L21 3.5l-.33.145a2 2 0 0 0-1.025 1.025L19.5 5l-.145-.33a2 2 0 0 0-1.026-1.025L18 3.5l.33-.145a2 2 0 0 0 1.025-1.025zM5 18a1.95 1.95 0 0 0 1 1a1.95 1.95 0 0 0-1 1a1.95 1.95 0 0 0-1-1a1.95 1.95 0 0 0 1-1Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBrush2AiLine(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" strokeLinejoin="round" strokeWidth="2" d="m10.586 19.071l8.485-8.485M8.262 4.071C9.07 5.094 9.84 6.602 10.47 8.029c.592 1.34 2.355 1.733 3.39.697l.616-.615a1.5 1.5 0 0 1 2.121 0l4.243 4.243a1.5 1.5 0 0 1 0 2.121l-6.364 6.364a1.5 1.5 0 0 1-2.122 0l-4.242-4.242a1.5 1.5 0 0 1 0-2.122l.615-.615c1.035-1.035.643-2.799-.697-3.39c-1.427-.63-2.935-1.4-3.959-2.207c-1.785-1.408-1.953-3.35-.555-4.748c1.397-1.397 3.34-1.23 4.747.556ZM19.5 2l.145.33a2 2 0 0 0 1.026 1.025L21 3.5l-.33.145a2 2 0 0 0-1.025 1.025L19.5 5l-.145-.33a2 2 0 0 0-1.026-1.025L18 3.5l.33-.145a2 2 0 0 0 1.025-1.025zM5 18a1.95 1.95 0 0 0 1 1a1.95 1.95 0 0 0-1 1a1.95 1.95 0 0 0-1-1a1.95 1.95 0 0 0 1-1Z"/></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-linejoin="round" stroke-width="2" d="m10.586 19.071l8.485-8.485M8.262 4.071C9.07 5.094 9.84 6.602 10.47 8.029c.592 1.34 2.355 1.733 3.39.697l.616-.615a1.5 1.5 0 0 1 2.121 0l4.243 4.243a1.5 1.5 0 0 1 0 2.121l-6.364 6.364a1.5 1.5 0 0 1-2.122 0l-4.242-4.242a1.5 1.5 0 0 1 0-2.122l.615-.615c1.035-1.035.643-2.799-.697-3.39c-1.427-.63-2.935-1.4-3.959-2.207c-1.785-1.408-1.953-3.35-.555-4.748c1.397-1.397 3.34-1.23 4.747.556ZM19.5 2l.145.33a2 2 0 0 0 1.026 1.025L21 3.5l-.33.145a2 2 0 0 0-1.025 1.025L19.5 5l-.145-.33a2 2 0 0 0-1.026-1.025L18 3.5l.33-.145a2 2 0 0 0 1.025-1.025zM5 18a1.95 1.95 0 0 0 1 1a1.95 1.95 0 0 0-1 1a1.95 1.95 0 0 0-1-1a1.95 1.95 0 0 0 1-1Z"/></svg> </template>
CSS
.icon-brush-2-ai-line {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.586%2019.071l8.485-8.485M8.262%204.071C9.07%205.094%209.84%206.602%2010.47%208.029c.592%201.34%202.355%201.733%203.39.697l.616-.615a1.5%201.5%200%200%201%202.121%200l4.243%204.243a1.5%201.5%200%200%201%200%202.121l-6.364%206.364a1.5%201.5%200%200%201-2.122%200l-4.242-4.242a1.5%201.5%200%200%201%200-2.122l.615-.615c1.035-1.035.643-2.799-.697-3.39c-1.427-.63-2.935-1.4-3.959-2.207c-1.785-1.408-1.953-3.35-.555-4.748c1.397-1.397%203.34-1.23%204.747.556ZM19.5%202l.145.33a2%202%200%200%200%201.026%201.025L21%203.5l-.33.145a2%202%200%200%200-1.025%201.025L19.5%205l-.145-.33a2%202%200%200%200-1.026-1.025L18%203.5l.33-.145a2%202%200%200%200%201.025-1.025zM5%2018a1.95%201.95%200%200%200%201%201a1.95%201.95%200%200%200-1%201a1.95%201.95%200%200%200-1-1a1.95%201.95%200%200%200%201-1Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.586%2019.071l8.485-8.485M8.262%204.071C9.07%205.094%209.84%206.602%2010.47%208.029c.592%201.34%202.355%201.733%203.39.697l.616-.615a1.5%201.5%200%200%201%202.121%200l4.243%204.243a1.5%201.5%200%200%201%200%202.121l-6.364%206.364a1.5%201.5%200%200%201-2.122%200l-4.242-4.242a1.5%201.5%200%200%201%200-2.122l.615-.615c1.035-1.035.643-2.799-.697-3.39c-1.427-.63-2.935-1.4-3.959-2.207c-1.785-1.408-1.953-3.35-.555-4.748c1.397-1.397%203.34-1.23%204.747.556ZM19.5%202l.145.33a2%202%200%200%200%201.026%201.025L21%203.5l-.33.145a2%202%200%200%200-1.025%201.025L19.5%205l-.145-.33a2%202%200%200%200-1.026-1.025L18%203.5l.33-.145a2%202%200%200%200%201.025-1.025zM5%2018a1.95%201.95%200%200%200%201%201a1.95%201.95%200%200%200-1%201a1.95%201.95%200%200%200-1-1a1.95%201.95%200%200%200%201-1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/brush-2-ai-line.svg?color=%231a73e8&size=48