painting icon
painting-fill from Remix Icon by Remix Design · Fill · Design · Apache-2.0 Free for personal and commercial use.
- Name
- painting-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.526 3.526a3.5 3.5 0 1 1 4.949 4.949l-.17.172a.5.5 0 0 0 0 .707l.17.172a3.5 3.5 0 0 1 0 4.949l-.17.172a.5.5 0 0 0 0 .707l.17.172a3.5 3.5 0 0 1-4.95 4.949l-.171-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.95 0l-.171-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.95-4.95l.172-.171a.5.5 0 0 0 0-.707l-.171-.172a3.5 3.5 0 0 1 0-4.95l.17-.171a.5.5 0 0 0 0-.707l-.17-.172a3.5 3.5 0 1 1 4.949-4.95l.172.172a.5.5 0 0 0 .707 0l.172-.171a3.5 3.5 0 0 1 4.949 0l.172.17a.5.5 0 0 0 .707 0zM9.5 7.5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2zm5 2v5h-5v-5z"/></svg>
React
import type { SVGProps } from "react";
export function RiPaintingFill(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="M15.526 3.526a3.5 3.5 0 1 1 4.949 4.949l-.17.172a.5.5 0 0 0 0 .707l.17.172a3.5 3.5 0 0 1 0 4.949l-.17.172a.5.5 0 0 0 0 .707l.17.172a3.5 3.5 0 0 1-4.95 4.949l-.171-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.95 0l-.171-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.95-4.95l.172-.171a.5.5 0 0 0 0-.707l-.171-.172a3.5 3.5 0 0 1 0-4.95l.17-.171a.5.5 0 0 0 0-.707l-.17-.172a3.5 3.5 0 1 1 4.949-4.95l.172.172a.5.5 0 0 0 .707 0l.172-.171a3.5 3.5 0 0 1 4.949 0l.172.17a.5.5 0 0 0 .707 0zM9.5 7.5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2zm5 2v5h-5v-5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.526 3.526a3.5 3.5 0 1 1 4.949 4.949l-.17.172a.5.5 0 0 0 0 .707l.17.172a3.5 3.5 0 0 1 0 4.949l-.17.172a.5.5 0 0 0 0 .707l.17.172a3.5 3.5 0 0 1-4.95 4.949l-.171-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.95 0l-.171-.17a.5.5 0 0 0-.707 0l-.172.17a3.5 3.5 0 0 1-4.95-4.95l.172-.171a.5.5 0 0 0 0-.707l-.171-.172a3.5 3.5 0 0 1 0-4.95l.17-.171a.5.5 0 0 0 0-.707l-.17-.172a3.5 3.5 0 1 1 4.949-4.95l.172.172a.5.5 0 0 0 .707 0l.172-.171a3.5 3.5 0 0 1 4.949 0l.172.17a.5.5 0 0 0 .707 0zM9.5 7.5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2zm5 2v5h-5v-5z"/></svg> </template>
CSS
.icon-painting-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%22M15.526%203.526a3.5%203.5%200%201%201%204.949%204.949l-.17.172a.5.5%200%200%200%200%20.707l.17.172a3.5%203.5%200%200%201%200%204.949l-.17.172a.5.5%200%200%200%200%20.707l.17.172a3.5%203.5%200%200%201-4.95%204.949l-.171-.17a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.95%200l-.171-.17a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.95-4.95l.172-.171a.5.5%200%200%200%200-.707l-.171-.172a3.5%203.5%200%200%201%200-4.95l.17-.171a.5.5%200%200%200%200-.707l-.17-.172a3.5%203.5%200%201%201%204.949-4.95l.172.172a.5.5%200%200%200%20.707%200l.172-.171a3.5%203.5%200%200%201%204.949%200l.172.17a.5.5%200%200%200%20.707%200zM9.5%207.5a2%202%200%200%200-2%202v5a2%202%200%200%200%202%202h5a2%202%200%200%200%202-2v-5a2%202%200%200%200-2-2zm5%202v5h-5v-5z%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%22M15.526%203.526a3.5%203.5%200%201%201%204.949%204.949l-.17.172a.5.5%200%200%200%200%20.707l.17.172a3.5%203.5%200%200%201%200%204.949l-.17.172a.5.5%200%200%200%200%20.707l.17.172a3.5%203.5%200%200%201-4.95%204.949l-.171-.17a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.95%200l-.171-.17a.5.5%200%200%200-.707%200l-.172.17a3.5%203.5%200%200%201-4.95-4.95l.172-.171a.5.5%200%200%200%200-.707l-.171-.172a3.5%203.5%200%200%201%200-4.95l.17-.171a.5.5%200%200%200%200-.707l-.17-.172a3.5%203.5%200%201%201%204.949-4.95l.172.172a.5.5%200%200%200%20.707%200l.172-.171a3.5%203.5%200%200%201%204.949%200l.172.17a.5.5%200%200%200%20.707%200zM9.5%207.5a2%202%200%200%200-2%202v5a2%202%200%200%200%202%202h5a2%202%200%200%200%202-2v-5a2%202%200%200%200-2-2zm5%202v5h-5v-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/painting-fill.svg?color=%231a73e8&size=48