paint-bucket-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
paint-bucket-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the paint bucket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 2.5a.5.5 0 0 0-1 0V4c-.205.072-.397.19-.56.354L2.353 9.439a1.5 1.5 0 0 0 0 2.122l4.335 4.335a1.5 1.5 0 0 0 2.122 0l5.085-5.085a1.5 1.5 0 0 0 0-2.122L9.561 4.354A1.5 1.5 0 0 0 9 4zm4.269 7.5H3.207L8 5.207V6.5a.5.5 0 0 0 1 0V5.207l4.19 4.19a.5.5 0 0 1 .079.603m2.747 1.392a.597.597 0 0 0-1.032 0l-1.652 2.833C12.355 15.898 13.562 18 15.5 18c1.937 0 3.145-2.102 2.168-3.775z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaintBucket20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 2.5a.5.5 0 0 0-1 0V4c-.205.072-.397.19-.56.354L2.353 9.439a1.5 1.5 0 0 0 0 2.122l4.335 4.335a1.5 1.5 0 0 0 2.122 0l5.085-5.085a1.5 1.5 0 0 0 0-2.122L9.561 4.354A1.5 1.5 0 0 0 9 4zm4.269 7.5H3.207L8 5.207V6.5a.5.5 0 0 0 1 0V5.207l4.19 4.19a.5.5 0 0 1 .079.603m2.747 1.392a.597.597 0 0 0-1.032 0l-1.652 2.833C12.355 15.898 13.562 18 15.5 18c1.937 0 3.145-2.102 2.168-3.775z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 2.5a.5.5 0 0 0-1 0V4c-.205.072-.397.19-.56.354L2.353 9.439a1.5 1.5 0 0 0 0 2.122l4.335 4.335a1.5 1.5 0 0 0 2.122 0l5.085-5.085a1.5 1.5 0 0 0 0-2.122L9.561 4.354A1.5 1.5 0 0 0 9 4zm4.269 7.5H3.207L8 5.207V6.5a.5.5 0 0 0 1 0V5.207l4.19 4.19a.5.5 0 0 1 .079.603m2.747 1.392a.597.597 0 0 0-1.032 0l-1.652 2.833C12.355 15.898 13.562 18 15.5 18c1.937 0 3.145-2.102 2.168-3.775z"/></svg>
</template>

CSS

.icon-paint-bucket-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.5a.5.5%200%200%200-1%200V4c-.205.072-.397.19-.56.354L2.353%209.439a1.5%201.5%200%200%200%200%202.122l4.335%204.335a1.5%201.5%200%200%200%202.122%200l5.085-5.085a1.5%201.5%200%200%200%200-2.122L9.561%204.354A1.5%201.5%200%200%200%209%204zm4.269%207.5H3.207L8%205.207V6.5a.5.5%200%200%200%201%200V5.207l4.19%204.19a.5.5%200%200%201%20.079.603m2.747%201.392a.597.597%200%200%200-1.032%200l-1.652%202.833C12.355%2015.898%2013.562%2018%2015.5%2018c1.937%200%203.145-2.102%202.168-3.775z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.5a.5.5%200%200%200-1%200V4c-.205.072-.397.19-.56.354L2.353%209.439a1.5%201.5%200%200%200%200%202.122l4.335%204.335a1.5%201.5%200%200%200%202.122%200l5.085-5.085a1.5%201.5%200%200%200%200-2.122L9.561%204.354A1.5%201.5%200%200%200%209%204zm4.269%207.5H3.207L8%205.207V6.5a.5.5%200%200%200%201%200V5.207l4.19%204.19a.5.5%200%200%201%20.079.603m2.747%201.392a.597.597%200%200%200-1.032%200l-1.652%202.833C12.355%2015.898%2013.562%2018%2015.5%2018c1.937%200%203.145-2.102%202.168-3.775z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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