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

Name
person-digging
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person digging icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M208 64a48 48 0 1 1 96 0a48 48 0 1 1-96 0M9.8 214.8c5.1-12.2 19.1-18 31.4-12.9l19.5 8.1l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7l79.3 33.1l34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S555.5 512 544 512H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-74.9l-60.6-26l-37 111c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.3-40.4l48-144l11-33z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonDigging(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M208 64a48 48 0 1 1 96 0a48 48 0 1 1-96 0M9.8 214.8c5.1-12.2 19.1-18 31.4-12.9l19.5 8.1l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7l79.3 33.1l34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S555.5 512 544 512H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-74.9l-60.6-26l-37 111c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.3-40.4l48-144l11-33z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M208 64a48 48 0 1 1 96 0a48 48 0 1 1-96 0M9.8 214.8c5.1-12.2 19.1-18 31.4-12.9l19.5 8.1l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7l79.3 33.1l34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S555.5 512 544 512H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-74.9l-60.6-26l-37 111c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.3-40.4l48-144l11-33z"/></svg>
</template>

CSS

.icon-person-digging {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2064a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200M9.8%20214.8c5.1-12.2%2019.1-18%2031.4-12.9l19.5%208.1l22.9-38.1C99.9%20144.6%20129.3%20128%20161%20128c51.4%200%2097%2032.9%20113.3%2081.7l34.6%20103.7l79.3%2033.1l34.2-45.6c6.4-8.5%2016.6-13.3%2027.2-12.8s20.3%206.4%2025.8%2015.5l96%20160c5.9%209.9%206.1%2022.2.4%2032.2S555.5%20512%20544%20512H288c-11.1%200-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8%2016.5-17.7%2028.6-17.7h32l22.5-30L22.8%20246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8%2091.8l112%2048c11.8%205%2019.4%2016.6%2019.4%2029.4v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-74.9l-60.6-26l-37%20111c-5.6%2016.8-23.7%2025.8-40.5%2020.2s-25.8-23.7-20.3-40.4l48-144l11-33z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2064a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200M9.8%20214.8c5.1-12.2%2019.1-18%2031.4-12.9l19.5%208.1l22.9-38.1C99.9%20144.6%20129.3%20128%20161%20128c51.4%200%2097%2032.9%20113.3%2081.7l34.6%20103.7l79.3%2033.1l34.2-45.6c6.4-8.5%2016.6-13.3%2027.2-12.8s20.3%206.4%2025.8%2015.5l96%20160c5.9%209.9%206.1%2022.2.4%2032.2S555.5%20512%20544%20512H288c-11.1%200-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8%2016.5-17.7%2028.6-17.7h32l22.5-30L22.8%20246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8%2091.8l112%2048c11.8%205%2019.4%2016.6%2019.4%2029.4v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-74.9l-60.6-26l-37%20111c-5.6%2016.8-23.7%2025.8-40.5%2020.2s-25.8-23.7-20.3-40.4l48-144l11-33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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