trowel-bricks from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
trowel-bricks
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Use the trowel bricks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48h-88c-14.9 0-27.4-10.2-31-24h-89v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4M288 256c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m192 0h256c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidTrowelBricks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48h-88c-14.9 0-27.4-10.2-31-24h-89v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4M288 256c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m192 0h256c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48h-88c-14.9 0-27.4-10.2-31-24h-89v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4M288 256c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m192 0h256c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32"/></svg>
</template>

CSS

.icon-trowel-bricks {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240.8%204.8C250.3%2010.6%20256%2020.9%20256%2032v72h89c3.6-13.8%2016.1-24%2031-24h88c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-88c-14.9%200-27.4-10.2-31-24h-89v72c0%2011.1-5.7%2021.4-15.2%2027.2s-21.2%206.4-31.1%201.4l-192-96C6.8%20151.2%200%20140.1%200%20128s6.8-23.2%2017.7-28.6l192-96c9.9-5%2021.7-4.4%2031.1%201.4M288%20256c0-17.7%2014.3-32%2032-32h160c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H320c-17.7%200-32-14.3-32-32zM32%20384h96c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32m192%200h256c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H224c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240.8%204.8C250.3%2010.6%20256%2020.9%20256%2032v72h89c3.6-13.8%2016.1-24%2031-24h88c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-88c-14.9%200-27.4-10.2-31-24h-89v72c0%2011.1-5.7%2021.4-15.2%2027.2s-21.2%206.4-31.1%201.4l-192-96C6.8%20151.2%200%20140.1%200%20128s6.8-23.2%2017.7-28.6l192-96c9.9-5%2021.7-4.4%2031.1%201.4M288%20256c0-17.7%2014.3-32%2032-32h160c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H320c-17.7%200-32-14.3-32-32zM32%20384h96c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32m192%200h256c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H224c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/trowel-bricks.svg?color=%231a73e8&size=48