brush5 icon

brush5-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
brush5-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the brush5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 19.5V18h-5c-.55 0-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89 1.81-1.99c.06-.01.12-.01.19-.01h15c.07 0 .13 0 .19.01c.48.04.9.25 1.22.58c.41.4.63.97.58 1.59c-.09 1.05-1.04 1.82-2.1 1.82H14.5v1.5a2.5 2.5 0 0 1-5 0M17.19 2h-3.94c-.28 0-.5.22-.5.5V4c0 .41-.34.75-.75.75c-.09 0-.17-.02-.25-.05c-.29-.1-.5-.38-.5-.7V2.5c0-.28-.22-.5-.5-.5H9.24c-.28 0-.5.22-.5.5V7c0 .41-.34.75-.75.75s-.75-.34-.75-.75V2.5c0-.27-.2-.48-.47-.5h-.03a2.99 2.99 0 0 0-2.91 3.3l.37 6.75c.03.53.47.95 1 .95h13.6c.53 0 .97-.42 1-.95l.37-6.75c.18-1.77-1.21-3.3-2.98-3.3"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBrush5Filled(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="M9.5 19.5V18h-5c-.55 0-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89 1.81-1.99c.06-.01.12-.01.19-.01h15c.07 0 .13 0 .19.01c.48.04.9.25 1.22.58c.41.4.63.97.58 1.59c-.09 1.05-1.04 1.82-2.1 1.82H14.5v1.5a2.5 2.5 0 0 1-5 0M17.19 2h-3.94c-.28 0-.5.22-.5.5V4c0 .41-.34.75-.75.75c-.09 0-.17-.02-.25-.05c-.29-.1-.5-.38-.5-.7V2.5c0-.28-.22-.5-.5-.5H9.24c-.28 0-.5.22-.5.5V7c0 .41-.34.75-.75.75s-.75-.34-.75-.75V2.5c0-.27-.2-.48-.47-.5h-.03a2.99 2.99 0 0 0-2.91 3.3l.37 6.75c.03.53.47.95 1 .95h13.6c.53 0 .97-.42 1-.95l.37-6.75c.18-1.77-1.21-3.3-2.98-3.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 19.5V18h-5c-.55 0-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89 1.81-1.99c.06-.01.12-.01.19-.01h15c.07 0 .13 0 .19.01c.48.04.9.25 1.22.58c.41.4.63.97.58 1.59c-.09 1.05-1.04 1.82-2.1 1.82H14.5v1.5a2.5 2.5 0 0 1-5 0M17.19 2h-3.94c-.28 0-.5.22-.5.5V4c0 .41-.34.75-.75.75c-.09 0-.17-.02-.25-.05c-.29-.1-.5-.38-.5-.7V2.5c0-.28-.22-.5-.5-.5H9.24c-.28 0-.5.22-.5.5V7c0 .41-.34.75-.75.75s-.75-.34-.75-.75V2.5c0-.27-.2-.48-.47-.5h-.03a2.99 2.99 0 0 0-2.91 3.3l.37 6.75c.03.53.47.95 1 .95h13.6c.53 0 .97-.42 1-.95l.37-6.75c.18-1.77-1.21-3.3-2.98-3.3"/></svg>
</template>

CSS

.icon-brush5-filled {
  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%22M9.5%2019.5V18h-5c-.55%200-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89%201.81-1.99c.06-.01.12-.01.19-.01h15c.07%200%20.13%200%20.19.01c.48.04.9.25%201.22.58c.41.4.63.97.58%201.59c-.09%201.05-1.04%201.82-2.1%201.82H14.5v1.5a2.5%202.5%200%200%201-5%200M17.19%202h-3.94c-.28%200-.5.22-.5.5V4c0%20.41-.34.75-.75.75c-.09%200-.17-.02-.25-.05c-.29-.1-.5-.38-.5-.7V2.5c0-.28-.22-.5-.5-.5H9.24c-.28%200-.5.22-.5.5V7c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V2.5c0-.27-.2-.48-.47-.5h-.03a2.99%202.99%200%200%200-2.91%203.3l.37%206.75c.03.53.47.95%201%20.95h13.6c.53%200%20.97-.42%201-.95l.37-6.75c.18-1.77-1.21-3.3-2.98-3.3%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%22M9.5%2019.5V18h-5c-.55%200-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89%201.81-1.99c.06-.01.12-.01.19-.01h15c.07%200%20.13%200%20.19.01c.48.04.9.25%201.22.58c.41.4.63.97.58%201.59c-.09%201.05-1.04%201.82-2.1%201.82H14.5v1.5a2.5%202.5%200%200%201-5%200M17.19%202h-3.94c-.28%200-.5.22-.5.5V4c0%20.41-.34.75-.75.75c-.09%200-.17-.02-.25-.05c-.29-.1-.5-.38-.5-.7V2.5c0-.28-.22-.5-.5-.5H9.24c-.28%200-.5.22-.5.5V7c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V2.5c0-.27-.2-.48-.47-.5h-.03a2.99%202.99%200%200%200-2.91%203.3l.37%206.75c.03.53.47.95%201%20.95h13.6c.53%200%20.97-.42%201-.95l.37-6.75c.18-1.77-1.21-3.3-2.98-3.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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