build icon
build from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- build
- Set
- Material Symbols Light
- Style
- Regular
- 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="m17.804 20.508l-6.55-6.562q-.558.258-1.138.406t-1.231.148q-2.289 0-3.894-1.606Q3.385 11.29 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.1l6.561 6.55q.224.222.224.551t-.224.552l-1.523 1.523q-.223.223-.532.204t-.533-.242"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBuild(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="m17.804 20.508l-6.55-6.562q-.558.258-1.138.406t-1.231.148q-2.289 0-3.894-1.606Q3.385 11.29 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.1l6.561 6.55q.224.222.224.551t-.224.552l-1.523 1.523q-.223.223-.532.204t-.533-.242"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.804 20.508l-6.55-6.562q-.558.258-1.138.406t-1.231.148q-2.289 0-3.894-1.606Q3.385 11.29 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.1l6.561 6.55q.224.222.224.551t-.224.552l-1.523 1.523q-.223.223-.532.204t-.533-.242"/></svg> </template>
CSS
.icon-build {
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%22m17.804%2020.508l-6.55-6.562q-.558.258-1.138.406t-1.231.148q-2.289%200-3.894-1.606Q3.385%2011.29%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.1l6.561%206.55q.224.222.224.551t-.224.552l-1.523%201.523q-.223.223-.532.204t-.533-.242%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%22m17.804%2020.508l-6.55-6.562q-.558.258-1.138.406t-1.231.148q-2.289%200-3.894-1.606Q3.385%2011.29%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.1l6.561%206.55q.224.222.224.551t-.224.552l-1.523%201.523q-.223.223-.532.204t-.533-.242%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.svg?color=%231a73e8&size=48