painting-line from Remix Icon by Remix Design · Line · Design · Apache-2.0 Free for personal and commercial use.

Name
painting-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

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 0zM19.06 4.94a1.5 1.5 0 0 0-2.121 0l-.172.172a2.5 2.5 0 0 1-3.535 0l-.172-.172a1.5 1.5 0 0 0-2.121 0l-.172.172a2.5 2.5 0 0 1-3.535 0L7.06 4.94a1.5 1.5 0 1 0-2.12 2.12l.172.173a2.5 2.5 0 0 1 0 3.535l-.172.172a1.5 1.5 0 0 0 0 2.12l.172.173a2.5 2.5 0 0 1 0 3.535l-.172.172a1.5 1.5 0 1 0 2.12 2.12l.173-.171a2.5 2.5 0 0 1 3.535 0l.172.172a1.5 1.5 0 0 0 2.12 0l.173-.172a2.5 2.5 0 0 1 3.535 0l.172.172a1.5 1.5 0 0 0 2.12-2.121l-.171-.172a2.5 2.5 0 0 1 0-3.535l.172-.172a1.5 1.5 0 0 0 0-2.121l-.172-.172a2.5 2.5 0 0 1 0-3.535l.172-.172a1.5 1.5 0 0 0 0-2.121M14.5 7.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2zm-5 7h5v-5h-5z"/></svg>

React

import type { SVGProps } from "react";

export function RiPaintingLine(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 0zM19.06 4.94a1.5 1.5 0 0 0-2.121 0l-.172.172a2.5 2.5 0 0 1-3.535 0l-.172-.172a1.5 1.5 0 0 0-2.121 0l-.172.172a2.5 2.5 0 0 1-3.535 0L7.06 4.94a1.5 1.5 0 1 0-2.12 2.12l.172.173a2.5 2.5 0 0 1 0 3.535l-.172.172a1.5 1.5 0 0 0 0 2.12l.172.173a2.5 2.5 0 0 1 0 3.535l-.172.172a1.5 1.5 0 1 0 2.12 2.12l.173-.171a2.5 2.5 0 0 1 3.535 0l.172.172a1.5 1.5 0 0 0 2.12 0l.173-.172a2.5 2.5 0 0 1 3.535 0l.172.172a1.5 1.5 0 0 0 2.12-2.121l-.171-.172a2.5 2.5 0 0 1 0-3.535l.172-.172a1.5 1.5 0 0 0 0-2.121l-.172-.172a2.5 2.5 0 0 1 0-3.535l.172-.172a1.5 1.5 0 0 0 0-2.121M14.5 7.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2zm-5 7h5v-5h-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 0zM19.06 4.94a1.5 1.5 0 0 0-2.121 0l-.172.172a2.5 2.5 0 0 1-3.535 0l-.172-.172a1.5 1.5 0 0 0-2.121 0l-.172.172a2.5 2.5 0 0 1-3.535 0L7.06 4.94a1.5 1.5 0 1 0-2.12 2.12l.172.173a2.5 2.5 0 0 1 0 3.535l-.172.172a1.5 1.5 0 0 0 0 2.12l.172.173a2.5 2.5 0 0 1 0 3.535l-.172.172a1.5 1.5 0 1 0 2.12 2.12l.173-.171a2.5 2.5 0 0 1 3.535 0l.172.172a1.5 1.5 0 0 0 2.12 0l.173-.172a2.5 2.5 0 0 1 3.535 0l.172.172a1.5 1.5 0 0 0 2.12-2.121l-.171-.172a2.5 2.5 0 0 1 0-3.535l.172-.172a1.5 1.5 0 0 0 0-2.121l-.172-.172a2.5 2.5 0 0 1 0-3.535l.172-.172a1.5 1.5 0 0 0 0-2.121M14.5 7.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2zm-5 7h5v-5h-5z"/></svg>
</template>

CSS

.icon-painting-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%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%200zM19.06%204.94a1.5%201.5%200%200%200-2.121%200l-.172.172a2.5%202.5%200%200%201-3.535%200l-.172-.172a1.5%201.5%200%200%200-2.121%200l-.172.172a2.5%202.5%200%200%201-3.535%200L7.06%204.94a1.5%201.5%200%201%200-2.12%202.12l.172.173a2.5%202.5%200%200%201%200%203.535l-.172.172a1.5%201.5%200%200%200%200%202.12l.172.173a2.5%202.5%200%200%201%200%203.535l-.172.172a1.5%201.5%200%201%200%202.12%202.12l.173-.171a2.5%202.5%200%200%201%203.535%200l.172.172a1.5%201.5%200%200%200%202.12%200l.173-.172a2.5%202.5%200%200%201%203.535%200l.172.172a1.5%201.5%200%200%200%202.12-2.121l-.171-.172a2.5%202.5%200%200%201%200-3.535l.172-.172a1.5%201.5%200%200%200%200-2.121l-.172-.172a2.5%202.5%200%200%201%200-3.535l.172-.172a1.5%201.5%200%200%200%200-2.121M14.5%207.5a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-5a2%202%200%200%201-2-2v-5a2%202%200%200%201%202-2zm-5%207h5v-5h-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%200zM19.06%204.94a1.5%201.5%200%200%200-2.121%200l-.172.172a2.5%202.5%200%200%201-3.535%200l-.172-.172a1.5%201.5%200%200%200-2.121%200l-.172.172a2.5%202.5%200%200%201-3.535%200L7.06%204.94a1.5%201.5%200%201%200-2.12%202.12l.172.173a2.5%202.5%200%200%201%200%203.535l-.172.172a1.5%201.5%200%200%200%200%202.12l.172.173a2.5%202.5%200%200%201%200%203.535l-.172.172a1.5%201.5%200%201%200%202.12%202.12l.173-.171a2.5%202.5%200%200%201%203.535%200l.172.172a1.5%201.5%200%200%200%202.12%200l.173-.172a2.5%202.5%200%200%201%203.535%200l.172.172a1.5%201.5%200%200%200%202.12-2.121l-.171-.172a2.5%202.5%200%200%201%200-3.535l.172-.172a1.5%201.5%200%200%200%200-2.121l-.172-.172a2.5%202.5%200%200%201%200-3.535l.172-.172a1.5%201.5%200%200%200%200-2.121M14.5%207.5a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-5a2%202%200%200%201-2-2v-5a2%202%200%200%201%202-2zm-5%207h5v-5h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/painting-line.svg?color=%231a73e8&size=48