build-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
build-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the build icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.885 14.5q-2.289 0-3.894-1.606Q3.385 11.288 3.385 9q0-.327.046-.663t.13-.652q.068-.212.207-.308q.14-.096.326-.146t.367.003t.322.195l2.702 2.663L9.977 7.6L7.333 4.937q-.142-.143-.195-.332t-.003-.376t.156-.326q.105-.14.298-.207q.315-.104.642-.15t.654-.046q2.288 0 3.894 1.606T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l5.819 5.807q.533.533.533 1.294q0 .762-.533 1.295t-1.294.532t-1.295-.538l-5.807-5.814q-.558.258-1.138.406t-1.231.148"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBuildRounded(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="M8.885 14.5q-2.289 0-3.894-1.606Q3.385 11.288 3.385 9q0-.327.046-.663t.13-.652q.068-.212.207-.308q.14-.096.326-.146t.367.003t.322.195l2.702 2.663L9.977 7.6L7.333 4.937q-.142-.143-.195-.332t-.003-.376t.156-.326q.105-.14.298-.207q.315-.104.642-.15t.654-.046q2.288 0 3.894 1.606T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l5.819 5.807q.533.533.533 1.294q0 .762-.533 1.295t-1.294.532t-1.295-.538l-5.807-5.814q-.558.258-1.138.406t-1.231.148"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.885 14.5q-2.289 0-3.894-1.606Q3.385 11.288 3.385 9q0-.327.046-.663t.13-.652q.068-.212.207-.308q.14-.096.326-.146t.367.003t.322.195l2.702 2.663L9.977 7.6L7.333 4.937q-.142-.143-.195-.332t-.003-.376t.156-.326q.105-.14.298-.207q.315-.104.642-.15t.654-.046q2.288 0 3.894 1.606T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l5.819 5.807q.533.533.533 1.294q0 .762-.533 1.295t-1.294.532t-1.295-.538l-5.807-5.814q-.558.258-1.138.406t-1.231.148"/></svg>
</template>

CSS

.icon-build-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%22M8.885%2014.5q-2.289%200-3.894-1.606Q3.385%2011.288%203.385%209q0-.327.046-.663t.13-.652q.068-.212.207-.308q.14-.096.326-.146t.367.003t.322.195l2.702%202.663L9.977%207.6L7.333%204.937q-.142-.143-.195-.332t-.003-.376t.156-.326q.105-.14.298-.207q.315-.104.642-.15t.654-.046q2.288%200%203.894%201.606T14.385%209q0%20.69-.139%201.27q-.138.58-.415%201.1l5.819%205.807q.533.533.533%201.294q0%20.762-.533%201.295t-1.294.532t-1.295-.538l-5.807-5.814q-.558.258-1.138.406t-1.231.148%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%22M8.885%2014.5q-2.289%200-3.894-1.606Q3.385%2011.288%203.385%209q0-.327.046-.663t.13-.652q.068-.212.207-.308q.14-.096.326-.146t.367.003t.322.195l2.702%202.663L9.977%207.6L7.333%204.937q-.142-.143-.195-.332t-.003-.376t.156-.326q.105-.14.298-.207q.315-.104.642-.15t.654-.046q2.288%200%203.894%201.606T14.385%209q0%20.69-.139%201.27q-.138.58-.415%201.1l5.819%205.807q.533.533.533%201.294q0%20.762-.533%201.295t-1.294.532t-1.295-.538l-5.807-5.814q-.558.258-1.138.406t-1.231.148%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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