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

Name
build-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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="m18.356 21.06l-7.102-7.114q-.558.258-1.138.406t-1.231.148q-2.289 0-3.894-1.606Q3.385 11.288 3.385 9q0-.65.144-1.251t.421-1.153l3.535 3.496L9.977 7.6L6.519 4.104q.552-.277 1.134-.44q.582-.164 1.232-.164q2.288 0 3.894 1.606T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l7.113 7.101zm0-1.427l1.155-1.156l-6.919-6.92q.393-.538.593-1.2t.2-1.357q0-1.827-1.415-3.276q-1.414-1.449-3.628-1.174l3.05 3.05l-3.907 3.908l-3.05-3.05q-.218 2.425 1.25 3.733q1.469 1.309 3.2 1.309q.669 0 1.329-.19t1.223-.597zM11.8 11.877"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBuildOutlineSharp(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="m18.356 21.06l-7.102-7.114q-.558.258-1.138.406t-1.231.148q-2.289 0-3.894-1.606Q3.385 11.288 3.385 9q0-.65.144-1.251t.421-1.153l3.535 3.496L9.977 7.6L6.519 4.104q.552-.277 1.134-.44q.582-.164 1.232-.164q2.288 0 3.894 1.606T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l7.113 7.101zm0-1.427l1.155-1.156l-6.919-6.92q.393-.538.593-1.2t.2-1.357q0-1.827-1.415-3.276q-1.414-1.449-3.628-1.174l3.05 3.05l-3.907 3.908l-3.05-3.05q-.218 2.425 1.25 3.733q1.469 1.309 3.2 1.309q.669 0 1.329-.19t1.223-.597zM11.8 11.877"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.356 21.06l-7.102-7.114q-.558.258-1.138.406t-1.231.148q-2.289 0-3.894-1.606Q3.385 11.288 3.385 9q0-.65.144-1.251t.421-1.153l3.535 3.496L9.977 7.6L6.519 4.104q.552-.277 1.134-.44q.582-.164 1.232-.164q2.288 0 3.894 1.606T14.385 9q0 .69-.139 1.27q-.138.58-.415 1.1l7.113 7.101zm0-1.427l1.155-1.156l-6.919-6.92q.393-.538.593-1.2t.2-1.357q0-1.827-1.415-3.276q-1.414-1.449-3.628-1.174l3.05 3.05l-3.907 3.908l-3.05-3.05q-.218 2.425 1.25 3.733q1.469 1.309 3.2 1.309q.669 0 1.329-.19t1.223-.597zM11.8 11.877"/></svg>
</template>

CSS

.icon-build-outline-sharp {
  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%22m18.356%2021.06l-7.102-7.114q-.558.258-1.138.406t-1.231.148q-2.289%200-3.894-1.606Q3.385%2011.288%203.385%209q0-.65.144-1.251t.421-1.153l3.535%203.496L9.977%207.6L6.519%204.104q.552-.277%201.134-.44q.582-.164%201.232-.164q2.288%200%203.894%201.606T14.385%209q0%20.69-.139%201.27q-.138.58-.415%201.1l7.113%207.101zm0-1.427l1.155-1.156l-6.919-6.92q.393-.538.593-1.2t.2-1.357q0-1.827-1.415-3.276q-1.414-1.449-3.628-1.174l3.05%203.05l-3.907%203.908l-3.05-3.05q-.218%202.425%201.25%203.733q1.469%201.309%203.2%201.309q.669%200%201.329-.19t1.223-.597zM11.8%2011.877%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%22m18.356%2021.06l-7.102-7.114q-.558.258-1.138.406t-1.231.148q-2.289%200-3.894-1.606Q3.385%2011.288%203.385%209q0-.65.144-1.251t.421-1.153l3.535%203.496L9.977%207.6L6.519%204.104q.552-.277%201.134-.44q.582-.164%201.232-.164q2.288%200%203.894%201.606T14.385%209q0%20.69-.139%201.27q-.138.58-.415%201.1l7.113%207.101zm0-1.427l1.155-1.156l-6.919-6.92q.393-.538.593-1.2t.2-1.357q0-1.827-1.415-3.276q-1.414-1.449-3.628-1.174l3.05%203.05l-3.907%203.908l-3.05-3.05q-.218%202.425%201.25%203.733q1.469%201.309%203.2%201.309q.669%200%201.329-.19t1.223-.597zM11.8%2011.877%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-sharp.svg?color=%231a73e8&size=48