paint-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
paint-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the paint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 2.25A1.75 1.75 0 0 0 3.75 4v3c0 .966.784 1.75 1.75 1.75h10A1.75 1.75 0 0 0 17.25 7v-.75h.25c.483 0 .815.09 1.003.213c.14.092.247.225.247.537v2c0 .69-.56 1.25-1.25 1.25h-7A1.75 1.75 0 0 0 8.75 12v8c0 .966.784 1.75 1.75 1.75h1a.75.75 0 0 0 0-1.5h-1a.25.25 0 0 1-.25-.25v-8a.25.25 0 0 1 .25-.25h7A2.75 2.75 0 0 0 20.25 9V7c0-.792-.34-1.41-.925-1.792c-.536-.35-1.204-.458-1.825-.458h-.25V4a1.75 1.75 0 0 0-1.75-1.75z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiPaintSolid(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="M5.5 2.25A1.75 1.75 0 0 0 3.75 4v3c0 .966.784 1.75 1.75 1.75h10A1.75 1.75 0 0 0 17.25 7v-.75h.25c.483 0 .815.09 1.003.213c.14.092.247.225.247.537v2c0 .69-.56 1.25-1.25 1.25h-7A1.75 1.75 0 0 0 8.75 12v8c0 .966.784 1.75 1.75 1.75h1a.75.75 0 0 0 0-1.5h-1a.25.25 0 0 1-.25-.25v-8a.25.25 0 0 1 .25-.25h7A2.75 2.75 0 0 0 20.25 9V7c0-.792-.34-1.41-.925-1.792c-.536-.35-1.204-.458-1.825-.458h-.25V4a1.75 1.75 0 0 0-1.75-1.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 2.25A1.75 1.75 0 0 0 3.75 4v3c0 .966.784 1.75 1.75 1.75h10A1.75 1.75 0 0 0 17.25 7v-.75h.25c.483 0 .815.09 1.003.213c.14.092.247.225.247.537v2c0 .69-.56 1.25-1.25 1.25h-7A1.75 1.75 0 0 0 8.75 12v8c0 .966.784 1.75 1.75 1.75h1a.75.75 0 0 0 0-1.5h-1a.25.25 0 0 1-.25-.25v-8a.25.25 0 0 1 .25-.25h7A2.75 2.75 0 0 0 20.25 9V7c0-.792-.34-1.41-.925-1.792c-.536-.35-1.204-.458-1.825-.458h-.25V4a1.75 1.75 0 0 0-1.75-1.75z"/></svg>
</template>

CSS

.icon-paint-solid {
  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%22M5.5%202.25A1.75%201.75%200%200%200%203.75%204v3c0%20.966.784%201.75%201.75%201.75h10A1.75%201.75%200%200%200%2017.25%207v-.75h.25c.483%200%20.815.09%201.003.213c.14.092.247.225.247.537v2c0%20.69-.56%201.25-1.25%201.25h-7A1.75%201.75%200%200%200%208.75%2012v8c0%20.966.784%201.75%201.75%201.75h1a.75.75%200%200%200%200-1.5h-1a.25.25%200%200%201-.25-.25v-8a.25.25%200%200%201%20.25-.25h7A2.75%202.75%200%200%200%2020.25%209V7c0-.792-.34-1.41-.925-1.792c-.536-.35-1.204-.458-1.825-.458h-.25V4a1.75%201.75%200%200%200-1.75-1.75z%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%22M5.5%202.25A1.75%201.75%200%200%200%203.75%204v3c0%20.966.784%201.75%201.75%201.75h10A1.75%201.75%200%200%200%2017.25%207v-.75h.25c.483%200%20.815.09%201.003.213c.14.092.247.225.247.537v2c0%20.69-.56%201.25-1.25%201.25h-7A1.75%201.75%200%200%200%208.75%2012v8c0%20.966.784%201.75%201.75%201.75h1a.75.75%200%200%200%200-1.5h-1a.25.25%200%200%201-.25-.25v-8a.25.25%200%200%201%20.25-.25h7A2.75%202.75%200%200%200%2020.25%209V7c0-.792-.34-1.41-.925-1.792c-.536-.35-1.204-.458-1.825-.458h-.25V4a1.75%201.75%200%200%200-1.75-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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