paintcan icon

paintcan from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
paintcan
Set
Octicons
Style
Regular
Viewbox
12×16
License
MIT

The same icon in other sets

Use the paintcan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8c1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1c-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2c0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPaintcan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fillRule="evenodd" d="M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8c1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1c-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2c0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8c1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1c-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2c0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z" fill="currentColor"/></svg>
</template>

CSS

.icon-paintcan {
  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%2012%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%200C2.69%200%200%202.69%200%206v1c0%20.55.45%201%201%201v5c0%201.1%202.24%202%205%202s5-.9%205-2V8c.55%200%201-.45%201-1V6c0-3.31-2.69-6-6-6zm3%2010v.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0%20.55-.45%201-1%201s-1-.45-1-1v-1c-.55%200-1-.45-1-1V7.2c.91.49%202.36.8%204%20.8c1.64%200%203.09-.31%204-.8V9c0%20.55-.45%201-1%201zM6%207c-1.68%200-3.12-.41-3.71-1C2.88%205.41%204.32%205%206%205c1.68%200%203.12.41%203.71%201c-.59.59-2.03%201-3.71%201zm0-3c-2.76%200-5%20.89-5%202c0-2.76%202.24-5%205-5s5%202.24%205%205c0-1.1-2.24-2-5-2z%22%20fill%3D%22currentColor%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%2012%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%200C2.69%200%200%202.69%200%206v1c0%20.55.45%201%201%201v5c0%201.1%202.24%202%205%202s5-.9%205-2V8c.55%200%201-.45%201-1V6c0-3.31-2.69-6-6-6zm3%2010v.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0%20.55-.45%201-1%201s-1-.45-1-1v-1c-.55%200-1-.45-1-1V7.2c.91.49%202.36.8%204%20.8c1.64%200%203.09-.31%204-.8V9c0%20.55-.45%201-1%201zM6%207c-1.68%200-3.12-.41-3.71-1C2.88%205.41%204.32%205%206%205c1.68%200%203.12.41%203.71%201c-.59.59-2.03%201-3.71%201zm0-3c-2.76%200-5%20.89-5%202c0-2.76%202.24-5%205-5s5%202.24%205%205c0-1.1-2.24-2-5-2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/paintcan.svg?color=%231a73e8&size=48