cloudbuild from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
cloudbuild
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

Use the cloudbuild icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.375 15.025L8 14.25v-4.5l4-2.25l1.35.675ZM12 16.5l-1.3-.75l4-6.9l1.3.65v4.75Zm5.25-8.05L12 5.575L6.775 8.45L2.75 6.075L12 1l9.25 5.075ZM11 23l-9-5V7.375l4 2.35v5.925l5 2.75Zm2 0v-4.575l5-2.775v-5.9l4-2.375V18Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCloudbuild(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="M9.375 15.025L8 14.25v-4.5l4-2.25l1.35.675ZM12 16.5l-1.3-.75l4-6.9l1.3.65v4.75Zm5.25-8.05L12 5.575L6.775 8.45L2.75 6.075L12 1l9.25 5.075ZM11 23l-9-5V7.375l4 2.35v5.925l5 2.75Zm2 0v-4.575l5-2.775v-5.9l4-2.375V18Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.375 15.025L8 14.25v-4.5l4-2.25l1.35.675ZM12 16.5l-1.3-.75l4-6.9l1.3.65v4.75Zm5.25-8.05L12 5.575L6.775 8.45L2.75 6.075L12 1l9.25 5.075ZM11 23l-9-5V7.375l4 2.35v5.925l5 2.75Zm2 0v-4.575l5-2.775v-5.9l4-2.375V18Z"/></svg>
</template>

CSS

.icon-cloudbuild {
  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%22M9.375%2015.025L8%2014.25v-4.5l4-2.25l1.35.675ZM12%2016.5l-1.3-.75l4-6.9l1.3.65v4.75Zm5.25-8.05L12%205.575L6.775%208.45L2.75%206.075L12%201l9.25%205.075ZM11%2023l-9-5V7.375l4%202.35v5.925l5%202.75Zm2%200v-4.575l5-2.775v-5.9l4-2.375V18Z%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%22M9.375%2015.025L8%2014.25v-4.5l4-2.25l1.35.675ZM12%2016.5l-1.3-.75l4-6.9l1.3.65v4.75Zm5.25-8.05L12%205.575L6.775%208.45L2.75%206.075L12%201l9.25%205.075ZM11%2023l-9-5V7.375l4%202.35v5.925l5%202.75Zm2%200v-4.575l5-2.775v-5.9l4-2.375V18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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