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

Name
bucket-check-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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="M6.725 21q-.75 0-1.3-.5t-.675-1.225L3.175 8.15q-.05-.45.238-.8T4.15 7H6V5q0-.825.588-1.413T8 3h8q.825 0 1.413.588T18 5v2h1.825q.45 0 .75.35t.25.8L19.25 19.275q-.125.725-.687 1.225t-1.313.5zm4.225-6.825l-.725-.725q-.3-.275-.7-.275t-.7.3t-.3.7t.3.7l1.4 1.425q.3.3.713.3t.712-.3l3.525-3.55q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3zM8 7h8V5H8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBucketCheckRounded(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="M6.725 21q-.75 0-1.3-.5t-.675-1.225L3.175 8.15q-.05-.45.238-.8T4.15 7H6V5q0-.825.588-1.413T8 3h8q.825 0 1.413.588T18 5v2h1.825q.45 0 .75.35t.25.8L19.25 19.275q-.125.725-.687 1.225t-1.313.5zm4.225-6.825l-.725-.725q-.3-.275-.7-.275t-.7.3t-.3.7t.3.7l1.4 1.425q.3.3.713.3t.712-.3l3.525-3.55q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3zM8 7h8V5H8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.725 21q-.75 0-1.3-.5t-.675-1.225L3.175 8.15q-.05-.45.238-.8T4.15 7H6V5q0-.825.588-1.413T8 3h8q.825 0 1.413.588T18 5v2h1.825q.45 0 .75.35t.25.8L19.25 19.275q-.125.725-.687 1.225t-1.313.5zm4.225-6.825l-.725-.725q-.3-.275-.7-.275t-.7.3t-.3.7t.3.7l1.4 1.425q.3.3.713.3t.712-.3l3.525-3.55q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3zM8 7h8V5H8z"/></svg>
</template>

CSS

.icon-bucket-check-rounded {
  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%22M6.725%2021q-.75%200-1.3-.5t-.675-1.225L3.175%208.15q-.05-.45.238-.8T4.15%207H6V5q0-.825.588-1.413T8%203h8q.825%200%201.413.588T18%205v2h1.825q.45%200%20.75.35t.25.8L19.25%2019.275q-.125.725-.687%201.225t-1.313.5zm4.225-6.825l-.725-.725q-.3-.275-.7-.275t-.7.3t-.3.7t.3.7l1.4%201.425q.3.3.713.3t.712-.3l3.525-3.55q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3zM8%207h8V5H8z%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%22M6.725%2021q-.75%200-1.3-.5t-.675-1.225L3.175%208.15q-.05-.45.238-.8T4.15%207H6V5q0-.825.588-1.413T8%203h8q.825%200%201.413.588T18%205v2h1.825q.45%200%20.75.35t.25.8L19.25%2019.275q-.125.725-.687%201.225t-1.313.5zm4.225-6.825l-.725-.725q-.3-.275-.7-.275t-.7.3t-.3.7t.3.7l1.4%201.425q.3.3.713.3t.712-.3l3.525-3.55q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3zM8%207h8V5H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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