painting ai icon
painting-ai-fill from Remix Icon by Remix Design · Fill · Design · Apache-2.0 Free for personal and commercial use.
- Name
- painting-ai-fill
- Set
- Remix Icon
- Style
- Fill
- 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-ai-fillbrush-fillcircle-fillclockwise-2-fillclockwise-fillcollage-fillcolor-filter-ai-fill
Use the painting ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.525 3.525a3.5 3.5 0 0 1 4.95 0l.171.171a.5.5 0 0 0 .707 0l.172-.17a3.5 3.5 0 0 1 3.893-.725A6 6 0 0 0 13 5c0 .892.195 1.738.545 2.499H9.5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-4.046a5.98 5.98 0 0 0 4.699.128a3.5 3.5 0 0 1-.725 3.893l-.17.172a.5.5 0 0 0 0 .707l.17.171a3.5 3.5 0 0 1-4.949 4.95l-.172-.171a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.949 0l-.172-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.949-4.949l.171-.171a.5.5 0 0 0 0-.707l-.17-.172a3.5 3.5 0 0 1 0-4.95l.17-.171a.5.5 0 0 0 0-.708l-.17-.171a3.5 3.5 0 0 1 0-4.95M14.5 14.5h-5v-5h5zm4.029-13.18a.507.507 0 0 1 .941 0l.253.61a4.37 4.37 0 0 0 2.251 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.218 2.25l-.247.566a.506.506 0 0 1-.934 0l-.246-.565a4.36 4.36 0 0 0-2.219-2.251l-.76-.338a.53.53 0 0 1 0-.963l.717-.32a4.37 4.37 0 0 0 2.251-2.325z"/></svg>
React
import type { SVGProps } from "react";
export function RiPaintingAiFill(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="M3.525 3.525a3.5 3.5 0 0 1 4.95 0l.171.171a.5.5 0 0 0 .707 0l.172-.17a3.5 3.5 0 0 1 3.893-.725A6 6 0 0 0 13 5c0 .892.195 1.738.545 2.499H9.5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-4.046a5.98 5.98 0 0 0 4.699.128a3.5 3.5 0 0 1-.725 3.893l-.17.172a.5.5 0 0 0 0 .707l.17.171a3.5 3.5 0 0 1-4.949 4.95l-.172-.171a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.949 0l-.172-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.949-4.949l.171-.171a.5.5 0 0 0 0-.707l-.17-.172a3.5 3.5 0 0 1 0-4.95l.17-.171a.5.5 0 0 0 0-.708l-.17-.171a3.5 3.5 0 0 1 0-4.95M14.5 14.5h-5v-5h5zm4.029-13.18a.507.507 0 0 1 .941 0l.253.61a4.37 4.37 0 0 0 2.251 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.218 2.25l-.247.566a.506.506 0 0 1-.934 0l-.246-.565a4.36 4.36 0 0 0-2.219-2.251l-.76-.338a.53.53 0 0 1 0-.963l.717-.32a4.37 4.37 0 0 0 2.251-2.325z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.525 3.525a3.5 3.5 0 0 1 4.95 0l.171.171a.5.5 0 0 0 .707 0l.172-.17a3.5 3.5 0 0 1 3.893-.725A6 6 0 0 0 13 5c0 .892.195 1.738.545 2.499H9.5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-4.046a5.98 5.98 0 0 0 4.699.128a3.5 3.5 0 0 1-.725 3.893l-.17.172a.5.5 0 0 0 0 .707l.17.171a3.5 3.5 0 0 1-4.949 4.95l-.172-.171a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.949 0l-.172-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.949-4.949l.171-.171a.5.5 0 0 0 0-.707l-.17-.172a3.5 3.5 0 0 1 0-4.95l.17-.171a.5.5 0 0 0 0-.708l-.17-.171a3.5 3.5 0 0 1 0-4.95M14.5 14.5h-5v-5h5zm4.029-13.18a.507.507 0 0 1 .941 0l.253.61a4.37 4.37 0 0 0 2.251 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.218 2.25l-.247.566a.506.506 0 0 1-.934 0l-.246-.565a4.36 4.36 0 0 0-2.219-2.251l-.76-.338a.53.53 0 0 1 0-.963l.717-.32a4.37 4.37 0 0 0 2.251-2.325z"/></svg> </template>
CSS
.icon-painting-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%22M3.525%203.525a3.5%203.5%200%200%201%204.95%200l.171.171a.5.5%200%200%200%20.707%200l.172-.17a3.5%203.5%200%200%201%203.893-.725A6%206%200%200%200%2013%205c0%20.892.195%201.738.545%202.499H9.5a2%202%200%200%200-2%202v5a2%202%200%200%200%202%202h5a2%202%200%200%200%202-2v-4.046a5.98%205.98%200%200%200%204.699.128a3.5%203.5%200%200%201-.725%203.893l-.17.172a.5.5%200%200%200%200%20.707l.17.171a3.5%203.5%200%200%201-4.949%204.95l-.172-.171a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.949%200l-.172-.17a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.949-4.949l.171-.171a.5.5%200%200%200%200-.707l-.17-.172a3.5%203.5%200%200%201%200-4.95l.17-.171a.5.5%200%200%200%200-.708l-.17-.171a3.5%203.5%200%200%201%200-4.95M14.5%2014.5h-5v-5h5zm4.029-13.18a.507.507%200%200%201%20.941%200l.253.61a4.37%204.37%200%200%200%202.251%202.327l.718.32a.53.53%200%200%201%200%20.962l-.76.338a4.36%204.36%200%200%200-2.218%202.25l-.247.566a.506.506%200%200%201-.934%200l-.246-.565a4.36%204.36%200%200%200-2.219-2.251l-.76-.338a.53.53%200%200%201%200-.963l.717-.32a4.37%204.37%200%200%200%202.251-2.325z%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%22M3.525%203.525a3.5%203.5%200%200%201%204.95%200l.171.171a.5.5%200%200%200%20.707%200l.172-.17a3.5%203.5%200%200%201%203.893-.725A6%206%200%200%200%2013%205c0%20.892.195%201.738.545%202.499H9.5a2%202%200%200%200-2%202v5a2%202%200%200%200%202%202h5a2%202%200%200%200%202-2v-4.046a5.98%205.98%200%200%200%204.699.128a3.5%203.5%200%200%201-.725%203.893l-.17.172a.5.5%200%200%200%200%20.707l.17.171a3.5%203.5%200%200%201-4.949%204.95l-.172-.171a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.949%200l-.172-.17a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.949-4.949l.171-.171a.5.5%200%200%200%200-.707l-.17-.172a3.5%203.5%200%200%201%200-4.95l.17-.171a.5.5%200%200%200%200-.708l-.17-.171a3.5%203.5%200%200%201%200-4.95M14.5%2014.5h-5v-5h5zm4.029-13.18a.507.507%200%200%201%20.941%200l.253.61a4.37%204.37%200%200%200%202.251%202.327l.718.32a.53.53%200%200%201%200%20.962l-.76.338a4.36%204.36%200%200%200-2.218%202.25l-.247.566a.506.506%200%200%201-.934%200l-.246-.565a4.36%204.36%200%200%200-2.219-2.251l-.76-.338a.53.53%200%200%201%200-.963l.717-.32a4.37%204.37%200%200%200%202.251-2.325z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/painting-ai-fill.svg?color=%231a73e8&size=48