person digging icon

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

Name
person-digging
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the person digging icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M240 104c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56M42.5 245.3c5.9-11.9 20.3-16.7 32.2-10.7l24.6 12.3l12.2-20.4c18.9-31.5 53.2-50.5 89.6-50.5c46.2 0 87.7 30.5 100.5 75.4l32.2 112.7l92.9 46.4l25.8-43c5.8-9.6 16.2-15.5 27.4-15.5s21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S587.5 576 576 576H384c-11.5 0-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l45.4-75.8L53.3 277.5c-11.9-5.9-16.7-20.3-10.7-32.2zm83.8 126.1l112 56c10.8 5.4 17.7 16.5 17.7 28.6v88c0 17.7-14.3 32-32 32s-32-14.3-32-32v-68.2l-61.3-30.7l-36.3 109c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.4l48-144c2.9-8.8 9.5-15.9 18.1-19.4s18.3-3.2 26.6.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPersonDigging(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M240 104c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56M42.5 245.3c5.9-11.9 20.3-16.7 32.2-10.7l24.6 12.3l12.2-20.4c18.9-31.5 53.2-50.5 89.6-50.5c46.2 0 87.7 30.5 100.5 75.4l32.2 112.7l92.9 46.4l25.8-43c5.8-9.6 16.2-15.5 27.4-15.5s21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S587.5 576 576 576H384c-11.5 0-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l45.4-75.8L53.3 277.5c-11.9-5.9-16.7-20.3-10.7-32.2zm83.8 126.1l112 56c10.8 5.4 17.7 16.5 17.7 28.6v88c0 17.7-14.3 32-32 32s-32-14.3-32-32v-68.2l-61.3-30.7l-36.3 109c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.4l48-144c2.9-8.8 9.5-15.9 18.1-19.4s18.3-3.2 26.6.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M240 104c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56M42.5 245.3c5.9-11.9 20.3-16.7 32.2-10.7l24.6 12.3l12.2-20.4c18.9-31.5 53.2-50.5 89.6-50.5c46.2 0 87.7 30.5 100.5 75.4l32.2 112.7l92.9 46.4l25.8-43c5.8-9.6 16.2-15.5 27.4-15.5s21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S587.5 576 576 576H384c-11.5 0-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l45.4-75.8L53.3 277.5c-11.9-5.9-16.7-20.3-10.7-32.2zm83.8 126.1l112 56c10.8 5.4 17.7 16.5 17.7 28.6v88c0 17.7-14.3 32-32 32s-32-14.3-32-32v-68.2l-61.3-30.7l-36.3 109c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.4l48-144c2.9-8.8 9.5-15.9 18.1-19.4s18.3-3.2 26.6.9z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20104c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56M42.5%20245.3c5.9-11.9%2020.3-16.7%2032.2-10.7l24.6%2012.3l12.2-20.4c18.9-31.5%2053.2-50.5%2089.6-50.5c46.2%200%2087.7%2030.5%20100.5%2075.4l32.2%20112.7l92.9%2046.4l25.8-43c5.8-9.6%2016.2-15.5%2027.4-15.5s21.7%205.9%2027.4%2015.5l96%20160c5.9%209.9%206.1%2022.2.4%2032.2S587.5%20576%20576%20576H384c-11.5%200-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l45.4-75.8L53.3%20277.5c-11.9-5.9-16.7-20.3-10.7-32.2zm83.8%20126.1l112%2056c10.8%205.4%2017.7%2016.5%2017.7%2028.6v88c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-68.2l-61.3-30.7l-36.3%20109c-5.6%2016.8-23.7%2025.8-40.5%2020.2s-25.8-23.7-20.2-40.4l48-144c2.9-8.8%209.5-15.9%2018.1-19.4s18.3-3.2%2026.6.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20104c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56M42.5%20245.3c5.9-11.9%2020.3-16.7%2032.2-10.7l24.6%2012.3l12.2-20.4c18.9-31.5%2053.2-50.5%2089.6-50.5c46.2%200%2087.7%2030.5%20100.5%2075.4l32.2%20112.7l92.9%2046.4l25.8-43c5.8-9.6%2016.2-15.5%2027.4-15.5s21.7%205.9%2027.4%2015.5l96%20160c5.9%209.9%206.1%2022.2.4%2032.2S587.5%20576%20576%20576H384c-11.5%200-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l45.4-75.8L53.3%20277.5c-11.9-5.9-16.7-20.3-10.7-32.2zm83.8%20126.1l112%2056c10.8%205.4%2017.7%2016.5%2017.7%2028.6v88c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-68.2l-61.3-30.7l-36.3%20109c-5.6%2016.8-23.7%2025.8-40.5%2020.2s-25.8-23.7-20.2-40.4l48-144c2.9-8.8%209.5-15.9%2018.1-19.4s18.3-3.2%2026.6.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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