paint bucket brush icon

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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the paint bucket brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.5 1.75a.75.75 0 0 0-1.5 0v1.403c-.282.11-.546.278-.774.506l-6.567 6.567a2.25 2.25 0 0 0 0 3.182l4.925 4.925a2.25 2.25 0 0 0 3.182 0l6.567-6.567a2.25 2.25 0 0 0 0-3.182l-4.925-4.925a2.24 2.24 0 0 0-.908-.553zM9 5.006V7.25a.75.75 0 0 0 1.5 0V4.872l4.772 4.772a.75.75 0 0 1 0 1.061l-.295.295H3.007zM2.872 12.5h10.605l-4.772 4.772a.75.75 0 0 1-1.06 0zm13.118 7.506c-.327-.328-.445-.606-.479-.83c-.034-.23.01-.484.142-.776c.283-.621.872-1.223 1.455-1.806c1.816-1.817 3.654-3.284 5.128-4.177c.743-.45 1.357-.731 1.807-.852c.25-.067.386-.07.451-.064c.006.066.003.202-.064.451c-.12.45-.402 1.064-.852 1.807c-.892 1.474-2.36 3.312-4.176 5.128c-.583.583-1.185 1.173-1.807 1.455c-.292.133-.546.176-.776.142c-.223-.033-.502-.151-.83-.479m.057-4.473l-.039.039c-.534.534-1.314 1.314-1.72 2.207c-.169.37-.286.785-.288 1.23a3.2 3.2 0 0 0-2.515.944a2.65 2.65 0 0 0-.656 1.096c-.042.13-.077.264-.105.37l-.017.065c-.033.126-.06.22-.094.304a.94.94 0 0 1-.33.428c-.213.163-.582.358-1.248.557a.757.757 0 0 0-.316 1.254c1.195 1.204 2.498 1.88 3.808 1.964c1.323.084 2.541-.447 3.524-1.437a3.26 3.26 0 0 0 .935-2.559a3 3 0 0 0 1.23-.287c.894-.407 1.673-1.186 2.207-1.721l.04-.039c1.877-1.877 3.428-3.809 4.398-5.412c.483-.797.845-1.549 1.018-2.195c.156-.583.236-1.377-.306-1.92c-.542-.541-1.336-.461-1.919-.305c-.646.174-1.398.535-2.195 1.018c-1.603.97-3.534 2.522-5.412 4.399m-1.053 5.485a1.755 1.755 0 0 1 0 2.471c-.725.731-1.54 1.052-2.373.999c-.594-.038-1.25-.267-1.94-.752q.285-.152.508-.324c.43-.33.665-.696.811-1.065c.069-.172.115-.339.15-.474l.023-.085c.027-.104.049-.187.077-.273c.06-.187.135-.34.292-.497a1.725 1.725 0 0 1 2.452 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaintBucketBrush28Regular(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="M10.5 1.75a.75.75 0 0 0-1.5 0v1.403c-.282.11-.546.278-.774.506l-6.567 6.567a2.25 2.25 0 0 0 0 3.182l4.925 4.925a2.25 2.25 0 0 0 3.182 0l6.567-6.567a2.25 2.25 0 0 0 0-3.182l-4.925-4.925a2.24 2.24 0 0 0-.908-.553zM9 5.006V7.25a.75.75 0 0 0 1.5 0V4.872l4.772 4.772a.75.75 0 0 1 0 1.061l-.295.295H3.007zM2.872 12.5h10.605l-4.772 4.772a.75.75 0 0 1-1.06 0zm13.118 7.506c-.327-.328-.445-.606-.479-.83c-.034-.23.01-.484.142-.776c.283-.621.872-1.223 1.455-1.806c1.816-1.817 3.654-3.284 5.128-4.177c.743-.45 1.357-.731 1.807-.852c.25-.067.386-.07.451-.064c.006.066.003.202-.064.451c-.12.45-.402 1.064-.852 1.807c-.892 1.474-2.36 3.312-4.176 5.128c-.583.583-1.185 1.173-1.807 1.455c-.292.133-.546.176-.776.142c-.223-.033-.502-.151-.83-.479m.057-4.473l-.039.039c-.534.534-1.314 1.314-1.72 2.207c-.169.37-.286.785-.288 1.23a3.2 3.2 0 0 0-2.515.944a2.65 2.65 0 0 0-.656 1.096c-.042.13-.077.264-.105.37l-.017.065c-.033.126-.06.22-.094.304a.94.94 0 0 1-.33.428c-.213.163-.582.358-1.248.557a.757.757 0 0 0-.316 1.254c1.195 1.204 2.498 1.88 3.808 1.964c1.323.084 2.541-.447 3.524-1.437a3.26 3.26 0 0 0 .935-2.559a3 3 0 0 0 1.23-.287c.894-.407 1.673-1.186 2.207-1.721l.04-.039c1.877-1.877 3.428-3.809 4.398-5.412c.483-.797.845-1.549 1.018-2.195c.156-.583.236-1.377-.306-1.92c-.542-.541-1.336-.461-1.919-.305c-.646.174-1.398.535-2.195 1.018c-1.603.97-3.534 2.522-5.412 4.399m-1.053 5.485a1.755 1.755 0 0 1 0 2.471c-.725.731-1.54 1.052-2.373.999c-.594-.038-1.25-.267-1.94-.752q.285-.152.508-.324c.43-.33.665-.696.811-1.065c.069-.172.115-.339.15-.474l.023-.085c.027-.104.049-.187.077-.273c.06-.187.135-.34.292-.497a1.725 1.725 0 0 1 2.452 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.5 1.75a.75.75 0 0 0-1.5 0v1.403c-.282.11-.546.278-.774.506l-6.567 6.567a2.25 2.25 0 0 0 0 3.182l4.925 4.925a2.25 2.25 0 0 0 3.182 0l6.567-6.567a2.25 2.25 0 0 0 0-3.182l-4.925-4.925a2.24 2.24 0 0 0-.908-.553zM9 5.006V7.25a.75.75 0 0 0 1.5 0V4.872l4.772 4.772a.75.75 0 0 1 0 1.061l-.295.295H3.007zM2.872 12.5h10.605l-4.772 4.772a.75.75 0 0 1-1.06 0zm13.118 7.506c-.327-.328-.445-.606-.479-.83c-.034-.23.01-.484.142-.776c.283-.621.872-1.223 1.455-1.806c1.816-1.817 3.654-3.284 5.128-4.177c.743-.45 1.357-.731 1.807-.852c.25-.067.386-.07.451-.064c.006.066.003.202-.064.451c-.12.45-.402 1.064-.852 1.807c-.892 1.474-2.36 3.312-4.176 5.128c-.583.583-1.185 1.173-1.807 1.455c-.292.133-.546.176-.776.142c-.223-.033-.502-.151-.83-.479m.057-4.473l-.039.039c-.534.534-1.314 1.314-1.72 2.207c-.169.37-.286.785-.288 1.23a3.2 3.2 0 0 0-2.515.944a2.65 2.65 0 0 0-.656 1.096c-.042.13-.077.264-.105.37l-.017.065c-.033.126-.06.22-.094.304a.94.94 0 0 1-.33.428c-.213.163-.582.358-1.248.557a.757.757 0 0 0-.316 1.254c1.195 1.204 2.498 1.88 3.808 1.964c1.323.084 2.541-.447 3.524-1.437a3.26 3.26 0 0 0 .935-2.559a3 3 0 0 0 1.23-.287c.894-.407 1.673-1.186 2.207-1.721l.04-.039c1.877-1.877 3.428-3.809 4.398-5.412c.483-.797.845-1.549 1.018-2.195c.156-.583.236-1.377-.306-1.92c-.542-.541-1.336-.461-1.919-.305c-.646.174-1.398.535-2.195 1.018c-1.603.97-3.534 2.522-5.412 4.399m-1.053 5.485a1.755 1.755 0 0 1 0 2.471c-.725.731-1.54 1.052-2.373.999c-.594-.038-1.25-.267-1.94-.752q.285-.152.508-.324c.43-.33.665-.696.811-1.065c.069-.172.115-.339.15-.474l.023-.085c.027-.104.049-.187.077-.273c.06-.187.135-.34.292-.497a1.725 1.725 0 0 1 2.452 0"/></svg>
</template>

CSS

.icon-paint-bucket-brush-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%22M10.5%201.75a.75.75%200%200%200-1.5%200v1.403c-.282.11-.546.278-.774.506l-6.567%206.567a2.25%202.25%200%200%200%200%203.182l4.925%204.925a2.25%202.25%200%200%200%203.182%200l6.567-6.567a2.25%202.25%200%200%200%200-3.182l-4.925-4.925a2.24%202.24%200%200%200-.908-.553zM9%205.006V7.25a.75.75%200%200%200%201.5%200V4.872l4.772%204.772a.75.75%200%200%201%200%201.061l-.295.295H3.007zM2.872%2012.5h10.605l-4.772%204.772a.75.75%200%200%201-1.06%200zm13.118%207.506c-.327-.328-.445-.606-.479-.83c-.034-.23.01-.484.142-.776c.283-.621.872-1.223%201.455-1.806c1.816-1.817%203.654-3.284%205.128-4.177c.743-.45%201.357-.731%201.807-.852c.25-.067.386-.07.451-.064c.006.066.003.202-.064.451c-.12.45-.402%201.064-.852%201.807c-.892%201.474-2.36%203.312-4.176%205.128c-.583.583-1.185%201.173-1.807%201.455c-.292.133-.546.176-.776.142c-.223-.033-.502-.151-.83-.479m.057-4.473l-.039.039c-.534.534-1.314%201.314-1.72%202.207c-.169.37-.286.785-.288%201.23a3.2%203.2%200%200%200-2.515.944a2.65%202.65%200%200%200-.656%201.096c-.042.13-.077.264-.105.37l-.017.065c-.033.126-.06.22-.094.304a.94.94%200%200%201-.33.428c-.213.163-.582.358-1.248.557a.757.757%200%200%200-.316%201.254c1.195%201.204%202.498%201.88%203.808%201.964c1.323.084%202.541-.447%203.524-1.437a3.26%203.26%200%200%200%20.935-2.559a3%203%200%200%200%201.23-.287c.894-.407%201.673-1.186%202.207-1.721l.04-.039c1.877-1.877%203.428-3.809%204.398-5.412c.483-.797.845-1.549%201.018-2.195c.156-.583.236-1.377-.306-1.92c-.542-.541-1.336-.461-1.919-.305c-.646.174-1.398.535-2.195%201.018c-1.603.97-3.534%202.522-5.412%204.399m-1.053%205.485a1.755%201.755%200%200%201%200%202.471c-.725.731-1.54%201.052-2.373.999c-.594-.038-1.25-.267-1.94-.752q.285-.152.508-.324c.43-.33.665-.696.811-1.065c.069-.172.115-.339.15-.474l.023-.085c.027-.104.049-.187.077-.273c.06-.187.135-.34.292-.497a1.725%201.725%200%200%201%202.452%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201.75a.75.75%200%200%200-1.5%200v1.403c-.282.11-.546.278-.774.506l-6.567%206.567a2.25%202.25%200%200%200%200%203.182l4.925%204.925a2.25%202.25%200%200%200%203.182%200l6.567-6.567a2.25%202.25%200%200%200%200-3.182l-4.925-4.925a2.24%202.24%200%200%200-.908-.553zM9%205.006V7.25a.75.75%200%200%200%201.5%200V4.872l4.772%204.772a.75.75%200%200%201%200%201.061l-.295.295H3.007zM2.872%2012.5h10.605l-4.772%204.772a.75.75%200%200%201-1.06%200zm13.118%207.506c-.327-.328-.445-.606-.479-.83c-.034-.23.01-.484.142-.776c.283-.621.872-1.223%201.455-1.806c1.816-1.817%203.654-3.284%205.128-4.177c.743-.45%201.357-.731%201.807-.852c.25-.067.386-.07.451-.064c.006.066.003.202-.064.451c-.12.45-.402%201.064-.852%201.807c-.892%201.474-2.36%203.312-4.176%205.128c-.583.583-1.185%201.173-1.807%201.455c-.292.133-.546.176-.776.142c-.223-.033-.502-.151-.83-.479m.057-4.473l-.039.039c-.534.534-1.314%201.314-1.72%202.207c-.169.37-.286.785-.288%201.23a3.2%203.2%200%200%200-2.515.944a2.65%202.65%200%200%200-.656%201.096c-.042.13-.077.264-.105.37l-.017.065c-.033.126-.06.22-.094.304a.94.94%200%200%201-.33.428c-.213.163-.582.358-1.248.557a.757.757%200%200%200-.316%201.254c1.195%201.204%202.498%201.88%203.808%201.964c1.323.084%202.541-.447%203.524-1.437a3.26%203.26%200%200%200%20.935-2.559a3%203%200%200%200%201.23-.287c.894-.407%201.673-1.186%202.207-1.721l.04-.039c1.877-1.877%203.428-3.809%204.398-5.412c.483-.797.845-1.549%201.018-2.195c.156-.583.236-1.377-.306-1.92c-.542-.541-1.336-.461-1.919-.305c-.646.174-1.398.535-2.195%201.018c-1.603.97-3.534%202.522-5.412%204.399m-1.053%205.485a1.755%201.755%200%200%201%200%202.471c-.725.731-1.54%201.052-2.373.999c-.594-.038-1.25-.267-1.94-.752q.285-.152.508-.324c.43-.33.665-.696.811-1.065c.069-.172.115-.339.15-.474l.023-.085c.027-.104.049-.187.077-.273c.06-.187.135-.34.292-.497a1.725%201.725%200%200%201%202.452%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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