paint brush subtract icon

paint-brush-subtract-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
paint-brush-subtract-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the paint brush subtract icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 2a.75.75 0 0 0-.75.75v13.5A2.75 2.75 0 0 0 8.75 19H11v4a3 3 0 0 0 4.16 2.767a7.5 7.5 0 0 1-1.01-1.275q-.075.008-.15.008a1.5 1.5 0 0 1-1.5-1.5v-4.75a.75.75 0 0 0-.75-.75h-3c-.69 0-1.25-.56-1.25-1.25V14.5H16a7.47 7.47 0 0 1 4.5-1.5q.772.002 1.5.15V2.75a.75.75 0 0 0-.75-.75zM20.5 13h-13V3.5h7v2.75a.75.75 0 0 0 1.5 0V3.5h1.5v4.75a.75.75 0 0 0 1.5 0V3.5h1.5zm0 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13M16 20.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaintBrushSubtract28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 2a.75.75 0 0 0-.75.75v13.5A2.75 2.75 0 0 0 8.75 19H11v4a3 3 0 0 0 4.16 2.767a7.5 7.5 0 0 1-1.01-1.275q-.075.008-.15.008a1.5 1.5 0 0 1-1.5-1.5v-4.75a.75.75 0 0 0-.75-.75h-3c-.69 0-1.25-.56-1.25-1.25V14.5H16a7.47 7.47 0 0 1 4.5-1.5q.772.002 1.5.15V2.75a.75.75 0 0 0-.75-.75zM20.5 13h-13V3.5h7v2.75a.75.75 0 0 0 1.5 0V3.5h1.5v4.75a.75.75 0 0 0 1.5 0V3.5h1.5zm0 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13M16 20.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 2a.75.75 0 0 0-.75.75v13.5A2.75 2.75 0 0 0 8.75 19H11v4a3 3 0 0 0 4.16 2.767a7.5 7.5 0 0 1-1.01-1.275q-.075.008-.15.008a1.5 1.5 0 0 1-1.5-1.5v-4.75a.75.75 0 0 0-.75-.75h-3c-.69 0-1.25-.56-1.25-1.25V14.5H16a7.47 7.47 0 0 1 4.5-1.5q.772.002 1.5.15V2.75a.75.75 0 0 0-.75-.75zM20.5 13h-13V3.5h7v2.75a.75.75 0 0 0 1.5 0V3.5h1.5v4.75a.75.75 0 0 0 1.5 0V3.5h1.5zm0 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13M16 20.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-paint-brush-subtract-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%202a.75.75%200%200%200-.75.75v13.5A2.75%202.75%200%200%200%208.75%2019H11v4a3%203%200%200%200%204.16%202.767a7.5%207.5%200%200%201-1.01-1.275q-.075.008-.15.008a1.5%201.5%200%200%201-1.5-1.5v-4.75a.75.75%200%200%200-.75-.75h-3c-.69%200-1.25-.56-1.25-1.25V14.5H16a7.47%207.47%200%200%201%204.5-1.5q.772.002%201.5.15V2.75a.75.75%200%200%200-.75-.75zM20.5%2013h-13V3.5h7v2.75a.75.75%200%200%200%201.5%200V3.5h1.5v4.75a.75.75%200%200%200%201.5%200V3.5h1.5zm0%2014a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013M16%2020.5a.5.5%200%200%201%20.5-.5h8a.5.5%200%200%201%200%201h-8a.5.5%200%200%201-.5-.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%202a.75.75%200%200%200-.75.75v13.5A2.75%202.75%200%200%200%208.75%2019H11v4a3%203%200%200%200%204.16%202.767a7.5%207.5%200%200%201-1.01-1.275q-.075.008-.15.008a1.5%201.5%200%200%201-1.5-1.5v-4.75a.75.75%200%200%200-.75-.75h-3c-.69%200-1.25-.56-1.25-1.25V14.5H16a7.47%207.47%200%200%201%204.5-1.5q.772.002%201.5.15V2.75a.75.75%200%200%200-.75-.75zM20.5%2013h-13V3.5h7v2.75a.75.75%200%200%200%201.5%200V3.5h1.5v4.75a.75.75%200%200%200%201.5%200V3.5h1.5zm0%2014a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013M16%2020.5a.5.5%200%200%201%20.5-.5h8a.5.5%200%200%201%200%201h-8a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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