brush ai icon
brush-ai-line from Remix Icon by Remix Design · Line · Design · Apache-2.0 Free for personal and commercial use.
- Name
- brush-ai-line
- Set
- Remix Icon
- Style
- Line
- Category
- Design
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More design icons from Remix Icon
ai-generate-2-fillalign-item-bottom-fillalign-item-horizontal-center-fillalign-item-left-fillalign-item-right-fillalign-item-top-fillalign-item-vertical-center-fillanticlockwise-2-fillanticlockwise-fillartboard-2-fillartboard-fillball-pen-fillblur-off-fillbrush-2-fillbrush-3-fillbrush-4-fillbrush-ai-3-fillbrush-fillcircle-fillclockwise-2-fillclockwise-fillcollage-fillcolor-filter-ai-fillcolor-filter-fill
Use the brush ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.713 7.128l-.246.566a.506.506 0 0 1-.934 0l-.246-.566a4.36 4.36 0 0 0-2.22-2.25l-.759-.339a.53.53 0 0 1 0-.963l.717-.319A4.37 4.37 0 0 0 3.276.931L3.53.32a.506.506 0 0 1 .942 0l.253.61a4.37 4.37 0 0 0 2.25 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.219 2.251m10.601 2.405l.143.142a5.5 5.5 0 0 1 1.356 5.245a5.505 5.505 0 0 1-5.311 4.078c-2.036 0-4.714-.625-6.973-1.514c1.205-1.414 1.645-2.809 1.8-4.679c.037-.451.06-.63.103-.79c.793-2.962 3.585-4.61 6.492-3.831c.93.25 1.742.724 2.39 1.349m2.914-7.162l-4.94 3.842c-3.946-.974-7.73 1.333-8.788 5.284c-.102.38-.134.765-.167 1.169c-.115 1.394-.247 3.005-3.333 5.33c2.5 1.5 7 3.002 10.502 3.002a7.505 7.505 0 0 0 7.283-9.291l3.84-4.938a1 1 0 0 0-.082-1.321L19.55 2.454a1 1 0 0 0-1.321-.083m-1.333 5.914a8 8 0 0 0-.194-.194l-1.124-1.124l3.182-2.475l1.746 1.746L18.03 9.42z"/></svg>
React
import type { SVGProps } from "react";
export function RiBrushAiLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.713 7.128l-.246.566a.506.506 0 0 1-.934 0l-.246-.566a4.36 4.36 0 0 0-2.22-2.25l-.759-.339a.53.53 0 0 1 0-.963l.717-.319A4.37 4.37 0 0 0 3.276.931L3.53.32a.506.506 0 0 1 .942 0l.253.61a4.37 4.37 0 0 0 2.25 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.219 2.251m10.601 2.405l.143.142a5.5 5.5 0 0 1 1.356 5.245a5.505 5.505 0 0 1-5.311 4.078c-2.036 0-4.714-.625-6.973-1.514c1.205-1.414 1.645-2.809 1.8-4.679c.037-.451.06-.63.103-.79c.793-2.962 3.585-4.61 6.492-3.831c.93.25 1.742.724 2.39 1.349m2.914-7.162l-4.94 3.842c-3.946-.974-7.73 1.333-8.788 5.284c-.102.38-.134.765-.167 1.169c-.115 1.394-.247 3.005-3.333 5.33c2.5 1.5 7 3.002 10.502 3.002a7.505 7.505 0 0 0 7.283-9.291l3.84-4.938a1 1 0 0 0-.082-1.321L19.55 2.454a1 1 0 0 0-1.321-.083m-1.333 5.914a8 8 0 0 0-.194-.194l-1.124-1.124l3.182-2.475l1.746 1.746L18.03 9.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.713 7.128l-.246.566a.506.506 0 0 1-.934 0l-.246-.566a4.36 4.36 0 0 0-2.22-2.25l-.759-.339a.53.53 0 0 1 0-.963l.717-.319A4.37 4.37 0 0 0 3.276.931L3.53.32a.506.506 0 0 1 .942 0l.253.61a4.37 4.37 0 0 0 2.25 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.219 2.251m10.601 2.405l.143.142a5.5 5.5 0 0 1 1.356 5.245a5.505 5.505 0 0 1-5.311 4.078c-2.036 0-4.714-.625-6.973-1.514c1.205-1.414 1.645-2.809 1.8-4.679c.037-.451.06-.63.103-.79c.793-2.962 3.585-4.61 6.492-3.831c.93.25 1.742.724 2.39 1.349m2.914-7.162l-4.94 3.842c-3.946-.974-7.73 1.333-8.788 5.284c-.102.38-.134.765-.167 1.169c-.115 1.394-.247 3.005-3.333 5.33c2.5 1.5 7 3.002 10.502 3.002a7.505 7.505 0 0 0 7.283-9.291l3.84-4.938a1 1 0 0 0-.082-1.321L19.55 2.454a1 1 0 0 0-1.321-.083m-1.333 5.914a8 8 0 0 0-.194-.194l-1.124-1.124l3.182-2.475l1.746 1.746L18.03 9.42z"/></svg> </template>
CSS
.icon-brush-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%22currentColor%22%20d%3D%22m4.713%207.128l-.246.566a.506.506%200%200%201-.934%200l-.246-.566a4.36%204.36%200%200%200-2.22-2.25l-.759-.339a.53.53%200%200%201%200-.963l.717-.319A4.37%204.37%200%200%200%203.276.931L3.53.32a.506.506%200%200%201%20.942%200l.253.61a4.37%204.37%200%200%200%202.25%202.327l.718.32a.53.53%200%200%201%200%20.962l-.76.338a4.36%204.36%200%200%200-2.219%202.251m10.601%202.405l.143.142a5.5%205.5%200%200%201%201.356%205.245a5.505%205.505%200%200%201-5.311%204.078c-2.036%200-4.714-.625-6.973-1.514c1.205-1.414%201.645-2.809%201.8-4.679c.037-.451.06-.63.103-.79c.793-2.962%203.585-4.61%206.492-3.831c.93.25%201.742.724%202.39%201.349m2.914-7.162l-4.94%203.842c-3.946-.974-7.73%201.333-8.788%205.284c-.102.38-.134.765-.167%201.169c-.115%201.394-.247%203.005-3.333%205.33c2.5%201.5%207%203.002%2010.502%203.002a7.505%207.505%200%200%200%207.283-9.291l3.84-4.938a1%201%200%200%200-.082-1.321L19.55%202.454a1%201%200%200%200-1.321-.083m-1.333%205.914a8%208%200%200%200-.194-.194l-1.124-1.124l3.182-2.475l1.746%201.746L18.03%209.42z%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%22currentColor%22%20d%3D%22m4.713%207.128l-.246.566a.506.506%200%200%201-.934%200l-.246-.566a4.36%204.36%200%200%200-2.22-2.25l-.759-.339a.53.53%200%200%201%200-.963l.717-.319A4.37%204.37%200%200%200%203.276.931L3.53.32a.506.506%200%200%201%20.942%200l.253.61a4.37%204.37%200%200%200%202.25%202.327l.718.32a.53.53%200%200%201%200%20.962l-.76.338a4.36%204.36%200%200%200-2.219%202.251m10.601%202.405l.143.142a5.5%205.5%200%200%201%201.356%205.245a5.505%205.505%200%200%201-5.311%204.078c-2.036%200-4.714-.625-6.973-1.514c1.205-1.414%201.645-2.809%201.8-4.679c.037-.451.06-.63.103-.79c.793-2.962%203.585-4.61%206.492-3.831c.93.25%201.742.724%202.39%201.349m2.914-7.162l-4.94%203.842c-3.946-.974-7.73%201.333-8.788%205.284c-.102.38-.134.765-.167%201.169c-.115%201.394-.247%203.005-3.333%205.33c2.5%201.5%207%203.002%2010.502%203.002a7.505%207.505%200%200%200%207.283-9.291l3.84-4.938a1%201%200%200%200-.082-1.321L19.55%202.454a1%201%200%200%200-1.321-.083m-1.333%205.914a8%208%200%200%200-.194-.194l-1.124-1.124l3.182-2.475l1.746%201.746L18.03%209.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/brush-ai-line.svg?color=%231a73e8&size=48