paint bucket brush icon
paint-bucket-brush-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- paint-bucket-brush-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.5 1a.5.5 0 0 1 .5.5v1.119c.266.08.516.226.726.436l2.97 2.97a1.75 1.75 0 0 1 0 2.475l-.286.286a.5.5 0 0 1-.124.124l-3.833 3.833a1.75 1.75 0 0 1-2.474 0l-2.97-2.97a1.75 1.75 0 0 1 0-2.475L6.25 3.055c.216-.216.475-.363.749-.443V1.5a.5.5 0 0 1 .5-.5M7 3.724l-.042.039L2.721 8h8.06l.208-.207a.75.75 0 0 0 0-1.06l-2.97-2.97L8 3.744V5.5a.5.5 0 0 1-1 0zM9.782 9H2.657l.059.066l2.97 2.97a.75.75 0 0 0 1.06 0zm2.202 7.023c.293-.003.566-.081.811-.192c.598-.272 1.119-.793 1.477-1.151l.026-.026c1.256-1.256 2.294-2.549 2.943-3.622c.323-.533.565-1.036.68-1.468c.105-.39.159-.92-.203-1.282s-.892-.309-1.282-.204c-.433.116-.936.358-1.469.68c-1.072.65-2.365 1.688-3.62 2.944l-.027.026c-.358.358-.88.879-1.151 1.477a2 2 0 0 0-.192.809a2.27 2.27 0 0 0-1.856.651a1.84 1.84 0 0 0-.46.764c-.03.09-.055.184-.075.26l-.012.046c-.024.09-.044.157-.069.219a.7.7 0 0 1-.246.317c-.156.118-.423.258-.9.4a.5.5 0 0 0-.213.833c.85.848 1.772 1.323 2.697 1.38c.933.06 1.794-.311 2.49-1.007a2.27 2.27 0 0 0 .651-1.854m-3.156-.65a1.271 1.271 0 1 1 1.797 1.797c-.523.523-1.113.755-1.72.717c-.443-.028-.933-.203-1.445-.57a2.6 2.6 0 0 0 .406-.252c.301-.23.466-.484.568-.74c.048-.12.08-.236.106-.332l.016-.06c.02-.074.035-.133.055-.195a.85.85 0 0 1 .217-.366m2.156-1.234a.9.9 0 0 1 .095-.52c.19-.417.584-.82.974-1.21c1.216-1.216 2.445-2.198 3.432-2.795c.497-.301.908-.49 1.21-.57A.9.9 0 0 1 16.999 9a.9.9 0 0 1-.043.304c-.081.302-.27.713-.57 1.21c-.598.986-1.58 2.216-2.795 3.432c-.39.39-.793.784-1.21.973a.9.9 0 0 1-.52.095c-.15-.022-.337-.101-.556-.32c-.22-.22-.298-.406-.32-.556"/></svg>
React
import type { SVGProps } from "react";
export function FluentPaintBucketBrush20Regular(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="M7.5 1a.5.5 0 0 1 .5.5v1.119c.266.08.516.226.726.436l2.97 2.97a1.75 1.75 0 0 1 0 2.475l-.286.286a.5.5 0 0 1-.124.124l-3.833 3.833a1.75 1.75 0 0 1-2.474 0l-2.97-2.97a1.75 1.75 0 0 1 0-2.475L6.25 3.055c.216-.216.475-.363.749-.443V1.5a.5.5 0 0 1 .5-.5M7 3.724l-.042.039L2.721 8h8.06l.208-.207a.75.75 0 0 0 0-1.06l-2.97-2.97L8 3.744V5.5a.5.5 0 0 1-1 0zM9.782 9H2.657l.059.066l2.97 2.97a.75.75 0 0 0 1.06 0zm2.202 7.023c.293-.003.566-.081.811-.192c.598-.272 1.119-.793 1.477-1.151l.026-.026c1.256-1.256 2.294-2.549 2.943-3.622c.323-.533.565-1.036.68-1.468c.105-.39.159-.92-.203-1.282s-.892-.309-1.282-.204c-.433.116-.936.358-1.469.68c-1.072.65-2.365 1.688-3.62 2.944l-.027.026c-.358.358-.88.879-1.151 1.477a2 2 0 0 0-.192.809a2.27 2.27 0 0 0-1.856.651a1.84 1.84 0 0 0-.46.764c-.03.09-.055.184-.075.26l-.012.046c-.024.09-.044.157-.069.219a.7.7 0 0 1-.246.317c-.156.118-.423.258-.9.4a.5.5 0 0 0-.213.833c.85.848 1.772 1.323 2.697 1.38c.933.06 1.794-.311 2.49-1.007a2.27 2.27 0 0 0 .651-1.854m-3.156-.65a1.271 1.271 0 1 1 1.797 1.797c-.523.523-1.113.755-1.72.717c-.443-.028-.933-.203-1.445-.57a2.6 2.6 0 0 0 .406-.252c.301-.23.466-.484.568-.74c.048-.12.08-.236.106-.332l.016-.06c.02-.074.035-.133.055-.195a.85.85 0 0 1 .217-.366m2.156-1.234a.9.9 0 0 1 .095-.52c.19-.417.584-.82.974-1.21c1.216-1.216 2.445-2.198 3.432-2.795c.497-.301.908-.49 1.21-.57A.9.9 0 0 1 16.999 9a.9.9 0 0 1-.043.304c-.081.302-.27.713-.57 1.21c-.598.986-1.58 2.216-2.795 3.432c-.39.39-.793.784-1.21.973a.9.9 0 0 1-.52.095c-.15-.022-.337-.101-.556-.32c-.22-.22-.298-.406-.32-.556"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 1a.5.5 0 0 1 .5.5v1.119c.266.08.516.226.726.436l2.97 2.97a1.75 1.75 0 0 1 0 2.475l-.286.286a.5.5 0 0 1-.124.124l-3.833 3.833a1.75 1.75 0 0 1-2.474 0l-2.97-2.97a1.75 1.75 0 0 1 0-2.475L6.25 3.055c.216-.216.475-.363.749-.443V1.5a.5.5 0 0 1 .5-.5M7 3.724l-.042.039L2.721 8h8.06l.208-.207a.75.75 0 0 0 0-1.06l-2.97-2.97L8 3.744V5.5a.5.5 0 0 1-1 0zM9.782 9H2.657l.059.066l2.97 2.97a.75.75 0 0 0 1.06 0zm2.202 7.023c.293-.003.566-.081.811-.192c.598-.272 1.119-.793 1.477-1.151l.026-.026c1.256-1.256 2.294-2.549 2.943-3.622c.323-.533.565-1.036.68-1.468c.105-.39.159-.92-.203-1.282s-.892-.309-1.282-.204c-.433.116-.936.358-1.469.68c-1.072.65-2.365 1.688-3.62 2.944l-.027.026c-.358.358-.88.879-1.151 1.477a2 2 0 0 0-.192.809a2.27 2.27 0 0 0-1.856.651a1.84 1.84 0 0 0-.46.764c-.03.09-.055.184-.075.26l-.012.046c-.024.09-.044.157-.069.219a.7.7 0 0 1-.246.317c-.156.118-.423.258-.9.4a.5.5 0 0 0-.213.833c.85.848 1.772 1.323 2.697 1.38c.933.06 1.794-.311 2.49-1.007a2.27 2.27 0 0 0 .651-1.854m-3.156-.65a1.271 1.271 0 1 1 1.797 1.797c-.523.523-1.113.755-1.72.717c-.443-.028-.933-.203-1.445-.57a2.6 2.6 0 0 0 .406-.252c.301-.23.466-.484.568-.74c.048-.12.08-.236.106-.332l.016-.06c.02-.074.035-.133.055-.195a.85.85 0 0 1 .217-.366m2.156-1.234a.9.9 0 0 1 .095-.52c.19-.417.584-.82.974-1.21c1.216-1.216 2.445-2.198 3.432-2.795c.497-.301.908-.49 1.21-.57A.9.9 0 0 1 16.999 9a.9.9 0 0 1-.043.304c-.081.302-.27.713-.57 1.21c-.598.986-1.58 2.216-2.795 3.432c-.39.39-.793.784-1.21.973a.9.9 0 0 1-.52.095c-.15-.022-.337-.101-.556-.32c-.22-.22-.298-.406-.32-.556"/></svg> </template>
CSS
.icon-paint-bucket-brush-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%201a.5.5%200%200%201%20.5.5v1.119c.266.08.516.226.726.436l2.97%202.97a1.75%201.75%200%200%201%200%202.475l-.286.286a.5.5%200%200%201-.124.124l-3.833%203.833a1.75%201.75%200%200%201-2.474%200l-2.97-2.97a1.75%201.75%200%200%201%200-2.475L6.25%203.055c.216-.216.475-.363.749-.443V1.5a.5.5%200%200%201%20.5-.5M7%203.724l-.042.039L2.721%208h8.06l.208-.207a.75.75%200%200%200%200-1.06l-2.97-2.97L8%203.744V5.5a.5.5%200%200%201-1%200zM9.782%209H2.657l.059.066l2.97%202.97a.75.75%200%200%200%201.06%200zm2.202%207.023c.293-.003.566-.081.811-.192c.598-.272%201.119-.793%201.477-1.151l.026-.026c1.256-1.256%202.294-2.549%202.943-3.622c.323-.533.565-1.036.68-1.468c.105-.39.159-.92-.203-1.282s-.892-.309-1.282-.204c-.433.116-.936.358-1.469.68c-1.072.65-2.365%201.688-3.62%202.944l-.027.026c-.358.358-.88.879-1.151%201.477a2%202%200%200%200-.192.809a2.27%202.27%200%200%200-1.856.651a1.84%201.84%200%200%200-.46.764c-.03.09-.055.184-.075.26l-.012.046c-.024.09-.044.157-.069.219a.7.7%200%200%201-.246.317c-.156.118-.423.258-.9.4a.5.5%200%200%200-.213.833c.85.848%201.772%201.323%202.697%201.38c.933.06%201.794-.311%202.49-1.007a2.27%202.27%200%200%200%20.651-1.854m-3.156-.65a1.271%201.271%200%201%201%201.797%201.797c-.523.523-1.113.755-1.72.717c-.443-.028-.933-.203-1.445-.57a2.6%202.6%200%200%200%20.406-.252c.301-.23.466-.484.568-.74c.048-.12.08-.236.106-.332l.016-.06c.02-.074.035-.133.055-.195a.85.85%200%200%201%20.217-.366m2.156-1.234a.9.9%200%200%201%20.095-.52c.19-.417.584-.82.974-1.21c1.216-1.216%202.445-2.198%203.432-2.795c.497-.301.908-.49%201.21-.57A.9.9%200%200%201%2016.999%209a.9.9%200%200%201-.043.304c-.081.302-.27.713-.57%201.21c-.598.986-1.58%202.216-2.795%203.432c-.39.39-.793.784-1.21.973a.9.9%200%200%201-.52.095c-.15-.022-.337-.101-.556-.32c-.22-.22-.298-.406-.32-.556%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%22M7.5%201a.5.5%200%200%201%20.5.5v1.119c.266.08.516.226.726.436l2.97%202.97a1.75%201.75%200%200%201%200%202.475l-.286.286a.5.5%200%200%201-.124.124l-3.833%203.833a1.75%201.75%200%200%201-2.474%200l-2.97-2.97a1.75%201.75%200%200%201%200-2.475L6.25%203.055c.216-.216.475-.363.749-.443V1.5a.5.5%200%200%201%20.5-.5M7%203.724l-.042.039L2.721%208h8.06l.208-.207a.75.75%200%200%200%200-1.06l-2.97-2.97L8%203.744V5.5a.5.5%200%200%201-1%200zM9.782%209H2.657l.059.066l2.97%202.97a.75.75%200%200%200%201.06%200zm2.202%207.023c.293-.003.566-.081.811-.192c.598-.272%201.119-.793%201.477-1.151l.026-.026c1.256-1.256%202.294-2.549%202.943-3.622c.323-.533.565-1.036.68-1.468c.105-.39.159-.92-.203-1.282s-.892-.309-1.282-.204c-.433.116-.936.358-1.469.68c-1.072.65-2.365%201.688-3.62%202.944l-.027.026c-.358.358-.88.879-1.151%201.477a2%202%200%200%200-.192.809a2.27%202.27%200%200%200-1.856.651a1.84%201.84%200%200%200-.46.764c-.03.09-.055.184-.075.26l-.012.046c-.024.09-.044.157-.069.219a.7.7%200%200%201-.246.317c-.156.118-.423.258-.9.4a.5.5%200%200%200-.213.833c.85.848%201.772%201.323%202.697%201.38c.933.06%201.794-.311%202.49-1.007a2.27%202.27%200%200%200%20.651-1.854m-3.156-.65a1.271%201.271%200%201%201%201.797%201.797c-.523.523-1.113.755-1.72.717c-.443-.028-.933-.203-1.445-.57a2.6%202.6%200%200%200%20.406-.252c.301-.23.466-.484.568-.74c.048-.12.08-.236.106-.332l.016-.06c.02-.074.035-.133.055-.195a.85.85%200%200%201%20.217-.366m2.156-1.234a.9.9%200%200%201%20.095-.52c.19-.417.584-.82.974-1.21c1.216-1.216%202.445-2.198%203.432-2.795c.497-.301.908-.49%201.21-.57A.9.9%200%200%201%2016.999%209a.9.9%200%200%201-.043.304c-.081.302-.27.713-.57%201.21c-.598.986-1.58%202.216-2.795%203.432c-.39.39-.793.784-1.21.973a.9.9%200%200%201-.52.095c-.15-.022-.337-.101-.556-.32c-.22-.22-.298-.406-.32-.556%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-20-regular.svg?color=%231a73e8&size=48