paint bucket icon
paint-bucket-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- paint-bucket-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12 2.25a.75.75 0 0 0-1.5 0V3.5a2.24 2.24 0 0 0-.841.53L2.78 10.91a2.25 2.25 0 0 0 0 3.182l4.88 4.878a2.25 2.25 0 0 0 3.182 0l6.879-6.879a2.25 2.25 0 0 0 0-3.182L12.84 4.03A2.24 2.24 0 0 0 12 3.5zm-8.159 9.72L10.5 5.31v1.44a.75.75 0 0 0 1.5 0V5.31l4.659 4.66a.75.75 0 0 1 0 1.06l-.97.97H3.812zm.47 1.53h9.878L9.78 17.909a.75.75 0 0 1-1.06 0zm15.21.102a.874.874 0 0 0-1.542 0l-2.008 3.766C14.85 19.466 16.372 22 18.75 22s3.898-2.534 2.78-4.632zm-2.227 4.471l1.456-2.73l1.456 2.73a1.65 1.65 0 1 1-2.912 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentPaintBucket24Regular(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="M12 2.25a.75.75 0 0 0-1.5 0V3.5a2.24 2.24 0 0 0-.841.53L2.78 10.91a2.25 2.25 0 0 0 0 3.182l4.88 4.878a2.25 2.25 0 0 0 3.182 0l6.879-6.879a2.25 2.25 0 0 0 0-3.182L12.84 4.03A2.24 2.24 0 0 0 12 3.5zm-8.159 9.72L10.5 5.31v1.44a.75.75 0 0 0 1.5 0V5.31l4.659 4.66a.75.75 0 0 1 0 1.06l-.97.97H3.812zm.47 1.53h9.878L9.78 17.909a.75.75 0 0 1-1.06 0zm15.21.102a.874.874 0 0 0-1.542 0l-2.008 3.766C14.85 19.466 16.372 22 18.75 22s3.898-2.534 2.78-4.632zm-2.227 4.471l1.456-2.73l1.456 2.73a1.65 1.65 0 1 1-2.912 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25a.75.75 0 0 0-1.5 0V3.5a2.24 2.24 0 0 0-.841.53L2.78 10.91a2.25 2.25 0 0 0 0 3.182l4.88 4.878a2.25 2.25 0 0 0 3.182 0l6.879-6.879a2.25 2.25 0 0 0 0-3.182L12.84 4.03A2.24 2.24 0 0 0 12 3.5zm-8.159 9.72L10.5 5.31v1.44a.75.75 0 0 0 1.5 0V5.31l4.659 4.66a.75.75 0 0 1 0 1.06l-.97.97H3.812zm.47 1.53h9.878L9.78 17.909a.75.75 0 0 1-1.06 0zm15.21.102a.874.874 0 0 0-1.542 0l-2.008 3.766C14.85 19.466 16.372 22 18.75 22s3.898-2.534 2.78-4.632zm-2.227 4.471l1.456-2.73l1.456 2.73a1.65 1.65 0 1 1-2.912 0"/></svg> </template>
CSS
.icon-paint-bucket-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.25a.75.75%200%200%200-1.5%200V3.5a2.24%202.24%200%200%200-.841.53L2.78%2010.91a2.25%202.25%200%200%200%200%203.182l4.88%204.878a2.25%202.25%200%200%200%203.182%200l6.879-6.879a2.25%202.25%200%200%200%200-3.182L12.84%204.03A2.24%202.24%200%200%200%2012%203.5zm-8.159%209.72L10.5%205.31v1.44a.75.75%200%200%200%201.5%200V5.31l4.659%204.66a.75.75%200%200%201%200%201.06l-.97.97H3.812zm.47%201.53h9.878L9.78%2017.909a.75.75%200%200%201-1.06%200zm15.21.102a.874.874%200%200%200-1.542%200l-2.008%203.766C14.85%2019.466%2016.372%2022%2018.75%2022s3.898-2.534%202.78-4.632zm-2.227%204.471l1.456-2.73l1.456%202.73a1.65%201.65%200%201%201-2.912%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.25a.75.75%200%200%200-1.5%200V3.5a2.24%202.24%200%200%200-.841.53L2.78%2010.91a2.25%202.25%200%200%200%200%203.182l4.88%204.878a2.25%202.25%200%200%200%203.182%200l6.879-6.879a2.25%202.25%200%200%200%200-3.182L12.84%204.03A2.24%202.24%200%200%200%2012%203.5zm-8.159%209.72L10.5%205.31v1.44a.75.75%200%200%200%201.5%200V5.31l4.659%204.66a.75.75%200%200%201%200%201.06l-.97.97H3.812zm.47%201.53h9.878L9.78%2017.909a.75.75%200%200%201-1.06%200zm15.21.102a.874.874%200%200%200-1.542%200l-2.008%203.766C14.85%2019.466%2016.372%2022%2018.75%2022s3.898-2.534%202.78-4.632zm-2.227%204.471l1.456-2.73l1.456%202.73a1.65%201.65%200%201%201-2.912%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-24-regular.svg?color=%231a73e8&size=48