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

Name
build-outline-rounded
Set
Material Symbols Light
Style
Outline 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.292 0-3.896-1.604T3.385 9q0-.333.046-.667q.046-.333.13-.649q.068-.211.207-.307q.14-.096.326-.146t.366.003q.18.052.323.195l2.702 2.663L9.977 7.6L7.333 4.936q-.142-.142-.195-.335t-.003-.376t.156-.322t.298-.207q.315-.104.642-.15t.654-.046q2.291 0 3.896 1.604T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l5.819 5.807q.533.528.533 1.292t-.529 1.297q-.528.532-1.294.532t-1.298-.538l-5.808-5.814q-.558.258-1.138.406t-1.231.148m0-1q.662 0 1.325-.19t1.226-.597l6.345 6.345q.24.24.578.237t.577-.243q.241-.24.241-.578t-.24-.578l-6.345-6.338q.392-.539.592-1.201t.2-1.357q0-1.827-1.414-3.276T8.342 4.55l2.485 2.485q.242.242.242.565t-.242.566L8.05 10.942q-.242.243-.565.243t-.566-.243L4.435 8.458q-.218 2.425 1.25 3.733q1.469 1.309 3.2 1.309m2.782-1.756"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBuildOutlineRounded(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.292 0-3.896-1.604T3.385 9q0-.333.046-.667q.046-.333.13-.649q.068-.211.207-.307q.14-.096.326-.146t.366.003q.18.052.323.195l2.702 2.663L9.977 7.6L7.333 4.936q-.142-.142-.195-.335t-.003-.376t.156-.322t.298-.207q.315-.104.642-.15t.654-.046q2.291 0 3.896 1.604T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l5.819 5.807q.533.528.533 1.292t-.529 1.297q-.528.532-1.294.532t-1.298-.538l-5.808-5.814q-.558.258-1.138.406t-1.231.148m0-1q.662 0 1.325-.19t1.226-.597l6.345 6.345q.24.24.578.237t.577-.243q.241-.24.241-.578t-.24-.578l-6.345-6.338q.392-.539.592-1.201t.2-1.357q0-1.827-1.414-3.276T8.342 4.55l2.485 2.485q.242.242.242.565t-.242.566L8.05 10.942q-.242.243-.565.243t-.566-.243L4.435 8.458q-.218 2.425 1.25 3.733q1.469 1.309 3.2 1.309m2.782-1.756"/></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.292 0-3.896-1.604T3.385 9q0-.333.046-.667q.046-.333.13-.649q.068-.211.207-.307q.14-.096.326-.146t.366.003q.18.052.323.195l2.702 2.663L9.977 7.6L7.333 4.936q-.142-.142-.195-.335t-.003-.376t.156-.322t.298-.207q.315-.104.642-.15t.654-.046q2.291 0 3.896 1.604T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l5.819 5.807q.533.528.533 1.292t-.529 1.297q-.528.532-1.294.532t-1.298-.538l-5.808-5.814q-.558.258-1.138.406t-1.231.148m0-1q.662 0 1.325-.19t1.226-.597l6.345 6.345q.24.24.578.237t.577-.243q.241-.24.241-.578t-.24-.578l-6.345-6.338q.392-.539.592-1.201t.2-1.357q0-1.827-1.414-3.276T8.342 4.55l2.485 2.485q.242.242.242.565t-.242.566L8.05 10.942q-.242.243-.565.243t-.566-.243L4.435 8.458q-.218 2.425 1.25 3.733q1.469 1.309 3.2 1.309m2.782-1.756"/></svg>
</template>

CSS

.icon-build-outline-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.292%200-3.896-1.604T3.385%209q0-.333.046-.667q.046-.333.13-.649q.068-.211.207-.307q.14-.096.326-.146t.366.003q.18.052.323.195l2.702%202.663L9.977%207.6L7.333%204.936q-.142-.142-.195-.335t-.003-.376t.156-.322t.298-.207q.315-.104.642-.15t.654-.046q2.291%200%203.896%201.604T14.385%209q0%20.69-.139%201.27q-.138.58-.415%201.1l5.819%205.807q.533.528.533%201.292t-.529%201.297q-.528.532-1.294.532t-1.298-.538l-5.808-5.814q-.558.258-1.138.406t-1.231.148m0-1q.662%200%201.325-.19t1.226-.597l6.345%206.345q.24.24.578.237t.577-.243q.241-.24.241-.578t-.24-.578l-6.345-6.338q.392-.539.592-1.201t.2-1.357q0-1.827-1.414-3.276T8.342%204.55l2.485%202.485q.242.242.242.565t-.242.566L8.05%2010.942q-.242.243-.565.243t-.566-.243L4.435%208.458q-.218%202.425%201.25%203.733q1.469%201.309%203.2%201.309m2.782-1.756%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.292%200-3.896-1.604T3.385%209q0-.333.046-.667q.046-.333.13-.649q.068-.211.207-.307q.14-.096.326-.146t.366.003q.18.052.323.195l2.702%202.663L9.977%207.6L7.333%204.936q-.142-.142-.195-.335t-.003-.376t.156-.322t.298-.207q.315-.104.642-.15t.654-.046q2.291%200%203.896%201.604T14.385%209q0%20.69-.139%201.27q-.138.58-.415%201.1l5.819%205.807q.533.528.533%201.292t-.529%201.297q-.528.532-1.294.532t-1.298-.538l-5.808-5.814q-.558.258-1.138.406t-1.231.148m0-1q.662%200%201.325-.19t1.226-.597l6.345%206.345q.24.24.578.237t.577-.243q.241-.24.241-.578t-.24-.578l-6.345-6.338q.392-.539.592-1.201t.2-1.357q0-1.827-1.414-3.276T8.342%204.55l2.485%202.485q.242.242.242.565t-.242.566L8.05%2010.942q-.242.243-.565.243t-.566-.243L4.435%208.458q-.218%202.425%201.25%203.733q1.469%201.309%203.2%201.309m2.782-1.756%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-outline-rounded.svg?color=%231a73e8&size=48