carpenter from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
carpenter
Set
Material Symbols Light
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
carpenter-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the carpenter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.206 20.858q-.237.236-.541.357t-.61.121t-.601-.12q-.298-.122-.535-.358l-1.246-1.227q-.236-.237-.345-.526t-.114-.582t.106-.584t.319-.535l.265-.296l-8.15-11.65L7 2.212l12.283 12.282q.236.237.357.542t.121.608t-.12.602q-.122.298-.358.535zm-1.554-.714q.192.173.442.173t.423-.173l4.052-4.052q.173-.173.173-.423t-.173-.442L16.9 13.514l-4.52 4.519q-.191.192-.191.451q0 .26.192.433z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCarpenter(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="M15.206 20.858q-.237.236-.541.357t-.61.121t-.601-.12q-.298-.122-.535-.358l-1.246-1.227q-.236-.237-.345-.526t-.114-.582t.106-.584t.319-.535l.265-.296l-8.15-11.65L7 2.212l12.283 12.282q.236.237.357.542t.121.608t-.12.602q-.122.298-.358.535zm-1.554-.714q.192.173.442.173t.423-.173l4.052-4.052q.173-.173.173-.423t-.173-.442L16.9 13.514l-4.52 4.519q-.191.192-.191.451q0 .26.192.433z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.206 20.858q-.237.236-.541.357t-.61.121t-.601-.12q-.298-.122-.535-.358l-1.246-1.227q-.236-.237-.345-.526t-.114-.582t.106-.584t.319-.535l.265-.296l-8.15-11.65L7 2.212l12.283 12.282q.236.237.357.542t.121.608t-.12.602q-.122.298-.358.535zm-1.554-.714q.192.173.442.173t.423-.173l4.052-4.052q.173-.173.173-.423t-.173-.442L16.9 13.514l-4.52 4.519q-.191.192-.191.451q0 .26.192.433z"/></svg>
</template>

CSS

.icon-carpenter {
  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%22M15.206%2020.858q-.237.236-.541.357t-.61.121t-.601-.12q-.298-.122-.535-.358l-1.246-1.227q-.236-.237-.345-.526t-.114-.582t.106-.584t.319-.535l.265-.296l-8.15-11.65L7%202.212l12.283%2012.282q.236.237.357.542t.121.608t-.12.602q-.122.298-.358.535zm-1.554-.714q.192.173.442.173t.423-.173l4.052-4.052q.173-.173.173-.423t-.173-.442L16.9%2013.514l-4.52%204.519q-.191.192-.191.451q0%20.26.192.433z%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%22M15.206%2020.858q-.237.236-.541.357t-.61.121t-.601-.12q-.298-.122-.535-.358l-1.246-1.227q-.236-.237-.345-.526t-.114-.582t.106-.584t.319-.535l.265-.296l-8.15-11.65L7%202.212l12.283%2012.282q.236.237.357.542t.121.608t-.12.602q-.122.298-.358.535zm-1.554-.714q.192.173.442.173t.423-.173l4.052-4.052q.173-.173.173-.423t-.173-.442L16.9%2013.514l-4.52%204.519q-.191.192-.191.451q0%20.26.192.433z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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