paintbrush-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
paintbrush-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the paintbrush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m19.316 22.738l15.657 15.657c1.758 1.757 3.586 1.476 5.226-.165l11.625-11.578c1.64-1.64 1.899-3.468.14-5.226l-2.367-2.344c-2.788 2.484-10.617 8.063-11.835 6.844c-.399-.399-.07-.75.164-.985c2.578-2.648 6.023-6.867 6.469-11.109L32.043 1.48C30.59.4 28.433.8 27.262 1.738c-2.367 3.352-2.32 8.953-7.946 15.657c-1.546 1.875-1.804 3.539 0 5.343M5.488 52.832c3.094 3.047 6.985 3.14 9.75.375c2.18-2.156 4.453-7.945 6.024-10.64l6.562 6.538c1.875 1.876 3.961 1.922 5.719.165l1.477-1.5c1.757-1.758 1.71-3.844-.141-5.72L16.293 23.466c-1.875-1.899-3.937-1.945-5.719-.14L9.098 24.8c-1.805 1.781-1.758 3.82.14 5.719l6.516 6.539c-2.672 1.57-8.484 3.867-10.64 6.023c-2.837 2.813-2.696 6.727.374 9.75m3.188-3.305c-.774-.797-.797-2.062 0-2.859c.82-.797 2.086-.797 2.883 0c.797.82.797 2.039 0 2.86s-2.063.843-2.883 0"/></svg>

React

import type { SVGProps } from "react";

export function F7PaintbrushFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m19.316 22.738l15.657 15.657c1.758 1.757 3.586 1.476 5.226-.165l11.625-11.578c1.64-1.64 1.899-3.468.14-5.226l-2.367-2.344c-2.788 2.484-10.617 8.063-11.835 6.844c-.399-.399-.07-.75.164-.985c2.578-2.648 6.023-6.867 6.469-11.109L32.043 1.48C30.59.4 28.433.8 27.262 1.738c-2.367 3.352-2.32 8.953-7.946 15.657c-1.546 1.875-1.804 3.539 0 5.343M5.488 52.832c3.094 3.047 6.985 3.14 9.75.375c2.18-2.156 4.453-7.945 6.024-10.64l6.562 6.538c1.875 1.876 3.961 1.922 5.719.165l1.477-1.5c1.757-1.758 1.71-3.844-.141-5.72L16.293 23.466c-1.875-1.899-3.937-1.945-5.719-.14L9.098 24.8c-1.805 1.781-1.758 3.82.14 5.719l6.516 6.539c-2.672 1.57-8.484 3.867-10.64 6.023c-2.837 2.813-2.696 6.727.374 9.75m3.188-3.305c-.774-.797-.797-2.062 0-2.859c.82-.797 2.086-.797 2.883 0c.797.82.797 2.039 0 2.86s-2.063.843-2.883 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m19.316 22.738l15.657 15.657c1.758 1.757 3.586 1.476 5.226-.165l11.625-11.578c1.64-1.64 1.899-3.468.14-5.226l-2.367-2.344c-2.788 2.484-10.617 8.063-11.835 6.844c-.399-.399-.07-.75.164-.985c2.578-2.648 6.023-6.867 6.469-11.109L32.043 1.48C30.59.4 28.433.8 27.262 1.738c-2.367 3.352-2.32 8.953-7.946 15.657c-1.546 1.875-1.804 3.539 0 5.343M5.488 52.832c3.094 3.047 6.985 3.14 9.75.375c2.18-2.156 4.453-7.945 6.024-10.64l6.562 6.538c1.875 1.876 3.961 1.922 5.719.165l1.477-1.5c1.757-1.758 1.71-3.844-.141-5.72L16.293 23.466c-1.875-1.899-3.937-1.945-5.719-.14L9.098 24.8c-1.805 1.781-1.758 3.82.14 5.719l6.516 6.539c-2.672 1.57-8.484 3.867-10.64 6.023c-2.837 2.813-2.696 6.727.374 9.75m3.188-3.305c-.774-.797-.797-2.062 0-2.859c.82-.797 2.086-.797 2.883 0c.797.82.797 2.039 0 2.86s-2.063.843-2.883 0"/></svg>
</template>

CSS

.icon-paintbrush-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.316%2022.738l15.657%2015.657c1.758%201.757%203.586%201.476%205.226-.165l11.625-11.578c1.64-1.64%201.899-3.468.14-5.226l-2.367-2.344c-2.788%202.484-10.617%208.063-11.835%206.844c-.399-.399-.07-.75.164-.985c2.578-2.648%206.023-6.867%206.469-11.109L32.043%201.48C30.59.4%2028.433.8%2027.262%201.738c-2.367%203.352-2.32%208.953-7.946%2015.657c-1.546%201.875-1.804%203.539%200%205.343M5.488%2052.832c3.094%203.047%206.985%203.14%209.75.375c2.18-2.156%204.453-7.945%206.024-10.64l6.562%206.538c1.875%201.876%203.961%201.922%205.719.165l1.477-1.5c1.757-1.758%201.71-3.844-.141-5.72L16.293%2023.466c-1.875-1.899-3.937-1.945-5.719-.14L9.098%2024.8c-1.805%201.781-1.758%203.82.14%205.719l6.516%206.539c-2.672%201.57-8.484%203.867-10.64%206.023c-2.837%202.813-2.696%206.727.374%209.75m3.188-3.305c-.774-.797-.797-2.062%200-2.859c.82-.797%202.086-.797%202.883%200c.797.82.797%202.039%200%202.86s-2.063.843-2.883%200%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.316%2022.738l15.657%2015.657c1.758%201.757%203.586%201.476%205.226-.165l11.625-11.578c1.64-1.64%201.899-3.468.14-5.226l-2.367-2.344c-2.788%202.484-10.617%208.063-11.835%206.844c-.399-.399-.07-.75.164-.985c2.578-2.648%206.023-6.867%206.469-11.109L32.043%201.48C30.59.4%2028.433.8%2027.262%201.738c-2.367%203.352-2.32%208.953-7.946%2015.657c-1.546%201.875-1.804%203.539%200%205.343M5.488%2052.832c3.094%203.047%206.985%203.14%209.75.375c2.18-2.156%204.453-7.945%206.024-10.64l6.562%206.538c1.875%201.876%203.961%201.922%205.719.165l1.477-1.5c1.757-1.758%201.71-3.844-.141-5.72L16.293%2023.466c-1.875-1.899-3.937-1.945-5.719-.14L9.098%2024.8c-1.805%201.781-1.758%203.82.14%205.719l6.516%206.539c-2.672%201.57-8.484%203.867-10.64%206.023c-2.837%202.813-2.696%206.727.374%209.75m3.188-3.305c-.774-.797-.797-2.062%200-2.859c.82-.797%202.086-.797%202.883%200c.797.82.797%202.039%200%202.86s-2.063.843-2.883%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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