bucket-check-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
bucket-check-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the bucket check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.302 20q-.673 0-1.165-.433t-.598-1.1L4 7.385h2.77v-1.77q0-.67.471-1.143Q7.714 4 8.385 4h7.23q.672 0 1.144.472t.472 1.143v1.77H20l-1.558 11.082q-.105.668-.6 1.1q-.496.433-1.169.433zM5.146 8.385L6.552 18.48q.039.23.212.375t.403.144h9.666q.23 0 .404-.144t.211-.375l1.387-10.097zm5.842 7.692l4.066-4.027l-.713-.688l-3.333 3.294l-1.348-1.329l-.714.714zM7.77 7.384h8.462V5.615q0-.269-.173-.442Q15.884 5 15.615 5h-7.23q-.27 0-.443.173t-.173.443zM12 13.692"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBucketCheckOutline(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="M7.302 20q-.673 0-1.165-.433t-.598-1.1L4 7.385h2.77v-1.77q0-.67.471-1.143Q7.714 4 8.385 4h7.23q.672 0 1.144.472t.472 1.143v1.77H20l-1.558 11.082q-.105.668-.6 1.1q-.496.433-1.169.433zM5.146 8.385L6.552 18.48q.039.23.212.375t.403.144h9.666q.23 0 .404-.144t.211-.375l1.387-10.097zm5.842 7.692l4.066-4.027l-.713-.688l-3.333 3.294l-1.348-1.329l-.714.714zM7.77 7.384h8.462V5.615q0-.269-.173-.442Q15.884 5 15.615 5h-7.23q-.27 0-.443.173t-.173.443zM12 13.692"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.302 20q-.673 0-1.165-.433t-.598-1.1L4 7.385h2.77v-1.77q0-.67.471-1.143Q7.714 4 8.385 4h7.23q.672 0 1.144.472t.472 1.143v1.77H20l-1.558 11.082q-.105.668-.6 1.1q-.496.433-1.169.433zM5.146 8.385L6.552 18.48q.039.23.212.375t.403.144h9.666q.23 0 .404-.144t.211-.375l1.387-10.097zm5.842 7.692l4.066-4.027l-.713-.688l-3.333 3.294l-1.348-1.329l-.714.714zM7.77 7.384h8.462V5.615q0-.269-.173-.442Q15.884 5 15.615 5h-7.23q-.27 0-.443.173t-.173.443zM12 13.692"/></svg>
</template>

CSS

.icon-bucket-check-outline {
  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%22M7.302%2020q-.673%200-1.165-.433t-.598-1.1L4%207.385h2.77v-1.77q0-.67.471-1.143Q7.714%204%208.385%204h7.23q.672%200%201.144.472t.472%201.143v1.77H20l-1.558%2011.082q-.105.668-.6%201.1q-.496.433-1.169.433zM5.146%208.385L6.552%2018.48q.039.23.212.375t.403.144h9.666q.23%200%20.404-.144t.211-.375l1.387-10.097zm5.842%207.692l4.066-4.027l-.713-.688l-3.333%203.294l-1.348-1.329l-.714.714zM7.77%207.384h8.462V5.615q0-.269-.173-.442Q15.884%205%2015.615%205h-7.23q-.27%200-.443.173t-.173.443zM12%2013.692%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%22M7.302%2020q-.673%200-1.165-.433t-.598-1.1L4%207.385h2.77v-1.77q0-.67.471-1.143Q7.714%204%208.385%204h7.23q.672%200%201.144.472t.472%201.143v1.77H20l-1.558%2011.082q-.105.668-.6%201.1q-.496.433-1.169.433zM5.146%208.385L6.552%2018.48q.039.23.212.375t.403.144h9.666q.23%200%20.404-.144t.211-.375l1.387-10.097zm5.842%207.692l4.066-4.027l-.713-.688l-3.333%203.294l-1.348-1.329l-.714.714zM7.77%207.384h8.462V5.615q0-.269-.173-.442Q15.884%205%2015.615%205h-7.23q-.27%200-.443.173t-.173.443zM12%2013.692%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bucket-check-outline.svg?color=%231a73e8&size=48