paintbucket icon
paintbucket-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- paintbucket-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the paintbucket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M4.5 0A2.5 2.5 0 0 0 2 2.5v3.793l-.44.44a2.5 2.5 0 0 0 0 3.535l3.172 3.171a2.5 2.5 0 0 0 3.536 0l4.171-4.171a2.5 2.5 0 0 0 0-3.536L9.268 2.561a2.5 2.5 0 0 0-2.342-.666A2.5 2.5 0 0 0 4.5 0M6 3.707V7h1V2.914a1.5 1.5 0 0 1 1.56.354l3.172 3.171a1.5 1.5 0 0 1 0 2.122l-.44.439H1.915a1.5 1.5 0 0 1 .354-1.56zm-.009-1.372A1.5 1.5 0 0 0 3 2.5v2.793L5.732 2.56q.123-.124.259-.226" clip-rule="evenodd"/><path fill="currentColor" d="m12.645 9.737l1.534 1.534a2.17 2.17 0 1 1-3.069 0z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsPaintbucketSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M4.5 0A2.5 2.5 0 0 0 2 2.5v3.793l-.44.44a2.5 2.5 0 0 0 0 3.535l3.172 3.171a2.5 2.5 0 0 0 3.536 0l4.171-4.171a2.5 2.5 0 0 0 0-3.536L9.268 2.561a2.5 2.5 0 0 0-2.342-.666A2.5 2.5 0 0 0 4.5 0M6 3.707V7h1V2.914a1.5 1.5 0 0 1 1.56.354l3.172 3.171a1.5 1.5 0 0 1 0 2.122l-.44.439H1.915a1.5 1.5 0 0 1 .354-1.56zm-.009-1.372A1.5 1.5 0 0 0 3 2.5v2.793L5.732 2.56q.123-.124.259-.226" clipRule="evenodd"/><path fill="currentColor" d="m12.645 9.737l1.534 1.534a2.17 2.17 0 1 1-3.069 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M4.5 0A2.5 2.5 0 0 0 2 2.5v3.793l-.44.44a2.5 2.5 0 0 0 0 3.535l3.172 3.171a2.5 2.5 0 0 0 3.536 0l4.171-4.171a2.5 2.5 0 0 0 0-3.536L9.268 2.561a2.5 2.5 0 0 0-2.342-.666A2.5 2.5 0 0 0 4.5 0M6 3.707V7h1V2.914a1.5 1.5 0 0 1 1.56.354l3.172 3.171a1.5 1.5 0 0 1 0 2.122l-.44.439H1.915a1.5 1.5 0 0 1 .354-1.56zm-.009-1.372A1.5 1.5 0 0 0 3 2.5v2.793L5.732 2.56q.123-.124.259-.226" clip-rule="evenodd"/><path fill="currentColor" d="m12.645 9.737l1.534 1.534a2.17 2.17 0 1 1-3.069 0z"/></svg> </template>
CSS
.icon-paintbucket-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%200A2.5%202.5%200%200%200%202%202.5v3.793l-.44.44a2.5%202.5%200%200%200%200%203.535l3.172%203.171a2.5%202.5%200%200%200%203.536%200l4.171-4.171a2.5%202.5%200%200%200%200-3.536L9.268%202.561a2.5%202.5%200%200%200-2.342-.666A2.5%202.5%200%200%200%204.5%200M6%203.707V7h1V2.914a1.5%201.5%200%200%201%201.56.354l3.172%203.171a1.5%201.5%200%200%201%200%202.122l-.44.439H1.915a1.5%201.5%200%200%201%20.354-1.56zm-.009-1.372A1.5%201.5%200%200%200%203%202.5v2.793L5.732%202.56q.123-.124.259-.226%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.645%209.737l1.534%201.534a2.17%202.17%200%201%201-3.069%200z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%200A2.5%202.5%200%200%200%202%202.5v3.793l-.44.44a2.5%202.5%200%200%200%200%203.535l3.172%203.171a2.5%202.5%200%200%200%203.536%200l4.171-4.171a2.5%202.5%200%200%200%200-3.536L9.268%202.561a2.5%202.5%200%200%200-2.342-.666A2.5%202.5%200%200%200%204.5%200M6%203.707V7h1V2.914a1.5%201.5%200%200%201%201.56.354l3.172%203.171a1.5%201.5%200%200%201%200%202.122l-.44.439H1.915a1.5%201.5%200%200%201%20.354-1.56zm-.009-1.372A1.5%201.5%200%200%200%203%202.5v2.793L5.732%202.56q.123-.124.259-.226%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.645%209.737l1.534%201.534a2.17%202.17%200%201%201-3.069%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/paintbucket-solid.svg?color=%231a73e8&size=48