paintbucket icon
paintbucket from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- paintbucket
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the paintbucket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m3.77 15.56l3.46 3.46c2.43 2.43 3.26 2.39 5.66 0l5.57-5.57c1.94-1.94 2.43-3.23 0-5.66L15 4.33c-2.59-2.59-3.72-1.94-5.66 0L3.77 9.9c-2.39 2.4-2.59 3.07 0 5.66m15.43 1.23l-.66 1.09c-.93 1.55-.21 2.82 1.6 2.82s2.53-1.27 1.6-2.82l-.66-1.09c-.52-.86-1.37-.86-1.88 0"/><path d="M2 12.24a33.3 33.3 0 0 1 17-.13l.5.13"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPaintbucket(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m3.77 15.56l3.46 3.46c2.43 2.43 3.26 2.39 5.66 0l5.57-5.57c1.94-1.94 2.43-3.23 0-5.66L15 4.33c-2.59-2.59-3.72-1.94-5.66 0L3.77 9.9c-2.39 2.4-2.59 3.07 0 5.66m15.43 1.23l-.66 1.09c-.93 1.55-.21 2.82 1.6 2.82s2.53-1.27 1.6-2.82l-.66-1.09c-.52-.86-1.37-.86-1.88 0"/><path d="M2 12.24a33.3 33.3 0 0 1 17-.13l.5.13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m3.77 15.56l3.46 3.46c2.43 2.43 3.26 2.39 5.66 0l5.57-5.57c1.94-1.94 2.43-3.23 0-5.66L15 4.33c-2.59-2.59-3.72-1.94-5.66 0L3.77 9.9c-2.39 2.4-2.59 3.07 0 5.66m15.43 1.23l-.66 1.09c-.93 1.55-.21 2.82 1.6 2.82s2.53-1.27 1.6-2.82l-.66-1.09c-.52-.86-1.37-.86-1.88 0"/><path d="M2 12.24a33.3 33.3 0 0 1 17-.13l.5.13"/></g></svg> </template>
CSS
.icon-paintbucket {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m3.77%2015.56l3.46%203.46c2.43%202.43%203.26%202.39%205.66%200l5.57-5.57c1.94-1.94%202.43-3.23%200-5.66L15%204.33c-2.59-2.59-3.72-1.94-5.66%200L3.77%209.9c-2.39%202.4-2.59%203.07%200%205.66m15.43%201.23l-.66%201.09c-.93%201.55-.21%202.82%201.6%202.82s2.53-1.27%201.6-2.82l-.66-1.09c-.52-.86-1.37-.86-1.88%200%22%2F%3E%3Cpath%20d%3D%22M2%2012.24a33.3%2033.3%200%200%201%2017-.13l.5.13%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m3.77%2015.56l3.46%203.46c2.43%202.43%203.26%202.39%205.66%200l5.57-5.57c1.94-1.94%202.43-3.23%200-5.66L15%204.33c-2.59-2.59-3.72-1.94-5.66%200L3.77%209.9c-2.39%202.4-2.59%203.07%200%205.66m15.43%201.23l-.66%201.09c-.93%201.55-.21%202.82%201.6%202.82s2.53-1.27%201.6-2.82l-.66-1.09c-.52-.86-1.37-.86-1.88%200%22%2F%3E%3Cpath%20d%3D%22M2%2012.24a33.3%2033.3%200%200%201%2017-.13l.5.13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/paintbucket.svg?color=%231a73e8&size=48