paint brush icon

paint-brush-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.

Name
paint-brush-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the paint brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.613 1.258a1.535 1.535 0 0 1 2.13 2.129l-1.905 2.856a8 8 0 0 1-3.56 2.939a4.01 4.01 0 0 0-2.46-2.46a8 8 0 0 1 2.94-3.56zM5.5 8A2.5 2.5 0 0 0 3 10.5a.5.5 0 0 1-.7.459a.75.75 0 0 0-.983 1A3.5 3.5 0 0 0 8 10.5A2.5 2.5 0 0 0 5.5 8"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsPaintBrush16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.613 1.258a1.535 1.535 0 0 1 2.13 2.129l-1.905 2.856a8 8 0 0 1-3.56 2.939a4.01 4.01 0 0 0-2.46-2.46a8 8 0 0 1 2.94-3.56zM5.5 8A2.5 2.5 0 0 0 3 10.5a.5.5 0 0 1-.7.459a.75.75 0 0 0-.983 1A3.5 3.5 0 0 0 8 10.5A2.5 2.5 0 0 0 5.5 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.613 1.258a1.535 1.535 0 0 1 2.13 2.129l-1.905 2.856a8 8 0 0 1-3.56 2.939a4.01 4.01 0 0 0-2.46-2.46a8 8 0 0 1 2.94-3.56zM5.5 8A2.5 2.5 0 0 0 3 10.5a.5.5 0 0 1-.7.459a.75.75 0 0 0-.983 1A3.5 3.5 0 0 0 8 10.5A2.5 2.5 0 0 0 5.5 8"/></svg>
</template>

CSS

.icon-paint-brush-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.613%201.258a1.535%201.535%200%200%201%202.13%202.129l-1.905%202.856a8%208%200%200%201-3.56%202.939a4.01%204.01%200%200%200-2.46-2.46a8%208%200%200%201%202.94-3.56zM5.5%208A2.5%202.5%200%200%200%203%2010.5a.5.5%200%200%201-.7.459a.75.75%200%200%200-.983%201A3.5%203.5%200%200%200%208%2010.5A2.5%202.5%200%200%200%205.5%208%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.613%201.258a1.535%201.535%200%200%201%202.13%202.129l-1.905%202.856a8%208%200%200%201-3.56%202.939a4.01%204.01%200%200%200-2.46-2.46a8%208%200%200%201%202.94-3.56zM5.5%208A2.5%202.5%200%200%200%203%2010.5a.5.5%200%200%201-.7.459a.75.75%200%200%200-.983%201A3.5%203.5%200%200%200%208%2010.5A2.5%202.5%200%200%200%205.5%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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