brush 2 ai icon
brush-2-ai-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- brush-2-ai-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" d="M21.546 11.647a2.5 2.5 0 0 1 0 3.536l-6.364 6.364a2.5 2.5 0 0 1-3.536 0l-1.061-1.062l9.9-9.9zM5 17c.361 0 .598.186.694.277c.116.11.198.25.269.391a1 1 0 0 0 .4.386c.133.073.257.142.364.256a1.01 1.01 0 0 1 0 1.38c-.103.11-.235.186-.365.256a1 1 0 0 0-.4.386c-.077.143-.147.276-.268.39a1.01 1.01 0 0 1-1.39 0c-.118-.112-.19-.249-.267-.39a1 1 0 0 0-.4-.386a1.3 1.3 0 0 1-.364-.256a1.01 1.01 0 0 1 .001-1.38c.104-.11.231-.186.364-.256a1 1 0 0 0 .4-.386c.076-.143.147-.277.267-.39C4.4 17.186 4.638 17 5 17M2.808 2.808c.885-.885 2.01-1.33 3.184-1.203c1.16.126 2.225.793 3.056 1.846c.889 1.127 1.7 2.733 2.337 4.175c.33.747 1.267.893 1.767.394l.616-.616a2.5 2.5 0 0 1 3.535 0l1.767 1.768l-9.9 9.9l-1.767-1.768a2.5 2.5 0 0 1 0-3.535l.616-.616c.5-.5.354-1.438-.394-1.768c-1.442-.637-3.047-1.448-4.174-2.337c-1.053-.83-1.72-1.894-1.846-3.055c-.127-1.174.317-2.3 1.203-3.185M19.5 1c.363 0 .602.187.7.28c.137.13.215.295.304.46c.167.307.44.583.8.78c.153.083.3.157.42.286a1.015 1.015 0 0 1 0 1.387c-.121.13-.266.204-.42.287a1.97 1.97 0 0 0-.8.78c-.09.167-.165.329-.305.46a1.02 1.02 0 0 1-1.398 0c-.14-.132-.215-.293-.305-.46a1.97 1.97 0 0 0-.8-.78c-.15-.08-.303-.16-.422-.287a1.015 1.015 0 0 1 .001-1.387c.119-.127.269-.207.42-.286c.361-.197.634-.473.801-.78c.09-.167.164-.328.305-.46A1.02 1.02 0 0 1 19.5 1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBrush2AiFill(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="M21.546 11.647a2.5 2.5 0 0 1 0 3.536l-6.364 6.364a2.5 2.5 0 0 1-3.536 0l-1.061-1.062l9.9-9.9zM5 17c.361 0 .598.186.694.277c.116.11.198.25.269.391a1 1 0 0 0 .4.386c.133.073.257.142.364.256a1.01 1.01 0 0 1 0 1.38c-.103.11-.235.186-.365.256a1 1 0 0 0-.4.386c-.077.143-.147.276-.268.39a1.01 1.01 0 0 1-1.39 0c-.118-.112-.19-.249-.267-.39a1 1 0 0 0-.4-.386a1.3 1.3 0 0 1-.364-.256a1.01 1.01 0 0 1 .001-1.38c.104-.11.231-.186.364-.256a1 1 0 0 0 .4-.386c.076-.143.147-.277.267-.39C4.4 17.186 4.638 17 5 17M2.808 2.808c.885-.885 2.01-1.33 3.184-1.203c1.16.126 2.225.793 3.056 1.846c.889 1.127 1.7 2.733 2.337 4.175c.33.747 1.267.893 1.767.394l.616-.616a2.5 2.5 0 0 1 3.535 0l1.767 1.768l-9.9 9.9l-1.767-1.768a2.5 2.5 0 0 1 0-3.535l.616-.616c.5-.5.354-1.438-.394-1.768c-1.442-.637-3.047-1.448-4.174-2.337c-1.053-.83-1.72-1.894-1.846-3.055c-.127-1.174.317-2.3 1.203-3.185M19.5 1c.363 0 .602.187.7.28c.137.13.215.295.304.46c.167.307.44.583.8.78c.153.083.3.157.42.286a1.015 1.015 0 0 1 0 1.387c-.121.13-.266.204-.42.287a1.97 1.97 0 0 0-.8.78c-.09.167-.165.329-.305.46a1.02 1.02 0 0 1-1.398 0c-.14-.132-.215-.293-.305-.46a1.97 1.97 0 0 0-.8-.78c-.15-.08-.303-.16-.422-.287a1.015 1.015 0 0 1 .001-1.387c.119-.127.269-.207.42-.286c.361-.197.634-.473.801-.78c.09-.167.164-.328.305-.46A1.02 1.02 0 0 1 19.5 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.546 11.647a2.5 2.5 0 0 1 0 3.536l-6.364 6.364a2.5 2.5 0 0 1-3.536 0l-1.061-1.062l9.9-9.9zM5 17c.361 0 .598.186.694.277c.116.11.198.25.269.391a1 1 0 0 0 .4.386c.133.073.257.142.364.256a1.01 1.01 0 0 1 0 1.38c-.103.11-.235.186-.365.256a1 1 0 0 0-.4.386c-.077.143-.147.276-.268.39a1.01 1.01 0 0 1-1.39 0c-.118-.112-.19-.249-.267-.39a1 1 0 0 0-.4-.386a1.3 1.3 0 0 1-.364-.256a1.01 1.01 0 0 1 .001-1.38c.104-.11.231-.186.364-.256a1 1 0 0 0 .4-.386c.076-.143.147-.277.267-.39C4.4 17.186 4.638 17 5 17M2.808 2.808c.885-.885 2.01-1.33 3.184-1.203c1.16.126 2.225.793 3.056 1.846c.889 1.127 1.7 2.733 2.337 4.175c.33.747 1.267.893 1.767.394l.616-.616a2.5 2.5 0 0 1 3.535 0l1.767 1.768l-9.9 9.9l-1.767-1.768a2.5 2.5 0 0 1 0-3.535l.616-.616c.5-.5.354-1.438-.394-1.768c-1.442-.637-3.047-1.448-4.174-2.337c-1.053-.83-1.72-1.894-1.846-3.055c-.127-1.174.317-2.3 1.203-3.185M19.5 1c.363 0 .602.187.7.28c.137.13.215.295.304.46c.167.307.44.583.8.78c.153.083.3.157.42.286a1.015 1.015 0 0 1 0 1.387c-.121.13-.266.204-.42.287a1.97 1.97 0 0 0-.8.78c-.09.167-.165.329-.305.46a1.02 1.02 0 0 1-1.398 0c-.14-.132-.215-.293-.305-.46a1.97 1.97 0 0 0-.8-.78c-.15-.08-.303-.16-.422-.287a1.015 1.015 0 0 1 .001-1.387c.119-.127.269-.207.42-.286c.361-.197.634-.473.801-.78c.09-.167.164-.328.305-.46A1.02 1.02 0 0 1 19.5 1"/></svg> </template>
CSS
.icon-brush-2-ai-fill {
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%22M21.546%2011.647a2.5%202.5%200%200%201%200%203.536l-6.364%206.364a2.5%202.5%200%200%201-3.536%200l-1.061-1.062l9.9-9.9zM5%2017c.361%200%20.598.186.694.277c.116.11.198.25.269.391a1%201%200%200%200%20.4.386c.133.073.257.142.364.256a1.01%201.01%200%200%201%200%201.38c-.103.11-.235.186-.365.256a1%201%200%200%200-.4.386c-.077.143-.147.276-.268.39a1.01%201.01%200%200%201-1.39%200c-.118-.112-.19-.249-.267-.39a1%201%200%200%200-.4-.386a1.3%201.3%200%200%201-.364-.256a1.01%201.01%200%200%201%20.001-1.38c.104-.11.231-.186.364-.256a1%201%200%200%200%20.4-.386c.076-.143.147-.277.267-.39C4.4%2017.186%204.638%2017%205%2017M2.808%202.808c.885-.885%202.01-1.33%203.184-1.203c1.16.126%202.225.793%203.056%201.846c.889%201.127%201.7%202.733%202.337%204.175c.33.747%201.267.893%201.767.394l.616-.616a2.5%202.5%200%200%201%203.535%200l1.767%201.768l-9.9%209.9l-1.767-1.768a2.5%202.5%200%200%201%200-3.535l.616-.616c.5-.5.354-1.438-.394-1.768c-1.442-.637-3.047-1.448-4.174-2.337c-1.053-.83-1.72-1.894-1.846-3.055c-.127-1.174.317-2.3%201.203-3.185M19.5%201c.363%200%20.602.187.7.28c.137.13.215.295.304.46c.167.307.44.583.8.78c.153.083.3.157.42.286a1.015%201.015%200%200%201%200%201.387c-.121.13-.266.204-.42.287a1.97%201.97%200%200%200-.8.78c-.09.167-.165.329-.305.46a1.02%201.02%200%200%201-1.398%200c-.14-.132-.215-.293-.305-.46a1.97%201.97%200%200%200-.8-.78c-.15-.08-.303-.16-.422-.287a1.015%201.015%200%200%201%20.001-1.387c.119-.127.269-.207.42-.286c.361-.197.634-.473.801-.78c.09-.167.164-.328.305-.46A1.02%201.02%200%200%201%2019.5%201%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%22M21.546%2011.647a2.5%202.5%200%200%201%200%203.536l-6.364%206.364a2.5%202.5%200%200%201-3.536%200l-1.061-1.062l9.9-9.9zM5%2017c.361%200%20.598.186.694.277c.116.11.198.25.269.391a1%201%200%200%200%20.4.386c.133.073.257.142.364.256a1.01%201.01%200%200%201%200%201.38c-.103.11-.235.186-.365.256a1%201%200%200%200-.4.386c-.077.143-.147.276-.268.39a1.01%201.01%200%200%201-1.39%200c-.118-.112-.19-.249-.267-.39a1%201%200%200%200-.4-.386a1.3%201.3%200%200%201-.364-.256a1.01%201.01%200%200%201%20.001-1.38c.104-.11.231-.186.364-.256a1%201%200%200%200%20.4-.386c.076-.143.147-.277.267-.39C4.4%2017.186%204.638%2017%205%2017M2.808%202.808c.885-.885%202.01-1.33%203.184-1.203c1.16.126%202.225.793%203.056%201.846c.889%201.127%201.7%202.733%202.337%204.175c.33.747%201.267.893%201.767.394l.616-.616a2.5%202.5%200%200%201%203.535%200l1.767%201.768l-9.9%209.9l-1.767-1.768a2.5%202.5%200%200%201%200-3.535l.616-.616c.5-.5.354-1.438-.394-1.768c-1.442-.637-3.047-1.448-4.174-2.337c-1.053-.83-1.72-1.894-1.846-3.055c-.127-1.174.317-2.3%201.203-3.185M19.5%201c.363%200%20.602.187.7.28c.137.13.215.295.304.46c.167.307.44.583.8.78c.153.083.3.157.42.286a1.015%201.015%200%200%201%200%201.387c-.121.13-.266.204-.42.287a1.97%201.97%200%200%200-.8.78c-.09.167-.165.329-.305.46a1.02%201.02%200%200%201-1.398%200c-.14-.132-.215-.293-.305-.46a1.97%201.97%200%200%200-.8-.78c-.15-.08-.303-.16-.422-.287a1.015%201.015%200%200%201%20.001-1.387c.119-.127.269-.207.42-.286c.361-.197.634-.473.801-.78c.09-.167.164-.328.305-.46A1.02%201.02%200%200%201%2019.5%201%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-fill.svg?color=%231a73e8&size=48