construction worker icon
construction-worker from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- construction-worker
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkercpr
Use the construction worker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M30.492 17.142a1 1 0 0 1 1.213.698a8 8 0 1 1-15.41 0a1 1 0 0 1 1.213-.698c3.722.96 9.262.96 12.984 0M18.04 19.314a6 6 0 1 0 11.923 0c-3.617.73-8.307.73-11.923 0"/><path d="M19 28.49C13.013 29.535 6 32.203 6 36v6h36v-6c0-3.797-7.013-6.465-13-7.51V33H19zM13 42v-9h2v9zm21-9v9h2v-9zM25 6.058v4.422a1 1 0 0 1-2 0V6a8.9 8.9 0 0 0-3 .69v5.79a1 1 0 0 1-2 0V7.935c-1.37 1.178-2.16 2.706-2.411 4.045l-.024.14l-.02.02c-.089.629-.04 1.147.088 1.503a1 1 0 0 1-1.882.675l-.048-.14c-5.807 7.582 26.433 7.578 20.584-.013l-.048.146a1 1 0 0 1-1.887-.661c.144-.414.186-.93.108-1.5l-.018-.013C32.226 10.785 31.404 9.29 30 8.112v4.368a1 1 0 0 1-2 0V6.862a9.5 9.5 0 0 0-1.203-.445A10.7 10.7 0 0 0 25 6.057"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsConstructionWorker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M30.492 17.142a1 1 0 0 1 1.213.698a8 8 0 1 1-15.41 0a1 1 0 0 1 1.213-.698c3.722.96 9.262.96 12.984 0M18.04 19.314a6 6 0 1 0 11.923 0c-3.617.73-8.307.73-11.923 0"/><path d="M19 28.49C13.013 29.535 6 32.203 6 36v6h36v-6c0-3.797-7.013-6.465-13-7.51V33H19zM13 42v-9h2v9zm21-9v9h2v-9zM25 6.058v4.422a1 1 0 0 1-2 0V6a8.9 8.9 0 0 0-3 .69v5.79a1 1 0 0 1-2 0V7.935c-1.37 1.178-2.16 2.706-2.411 4.045l-.024.14l-.02.02c-.089.629-.04 1.147.088 1.503a1 1 0 0 1-1.882.675l-.048-.14c-5.807 7.582 26.433 7.578 20.584-.013l-.048.146a1 1 0 0 1-1.887-.661c.144-.414.186-.93.108-1.5l-.018-.013C32.226 10.785 31.404 9.29 30 8.112v4.368a1 1 0 0 1-2 0V6.862a9.5 9.5 0 0 0-1.203-.445A10.7 10.7 0 0 0 25 6.057"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M30.492 17.142a1 1 0 0 1 1.213.698a8 8 0 1 1-15.41 0a1 1 0 0 1 1.213-.698c3.722.96 9.262.96 12.984 0M18.04 19.314a6 6 0 1 0 11.923 0c-3.617.73-8.307.73-11.923 0"/><path d="M19 28.49C13.013 29.535 6 32.203 6 36v6h36v-6c0-3.797-7.013-6.465-13-7.51V33H19zM13 42v-9h2v9zm21-9v9h2v-9zM25 6.058v4.422a1 1 0 0 1-2 0V6a8.9 8.9 0 0 0-3 .69v5.79a1 1 0 0 1-2 0V7.935c-1.37 1.178-2.16 2.706-2.411 4.045l-.024.14l-.02.02c-.089.629-.04 1.147.088 1.503a1 1 0 0 1-1.882.675l-.048-.14c-5.807 7.582 26.433 7.578 20.584-.013l-.048.146a1 1 0 0 1-1.887-.661c.144-.414.186-.93.108-1.5l-.018-.013C32.226 10.785 31.404 9.29 30 8.112v4.368a1 1 0 0 1-2 0V6.862a9.5 9.5 0 0 0-1.203-.445A10.7 10.7 0 0 0 25 6.057"/></g></svg> </template>
CSS
.icon-construction-worker {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M30.492%2017.142a1%201%200%200%201%201.213.698a8%208%200%201%201-15.41%200a1%201%200%200%201%201.213-.698c3.722.96%209.262.96%2012.984%200M18.04%2019.314a6%206%200%201%200%2011.923%200c-3.617.73-8.307.73-11.923%200%22%2F%3E%3Cpath%20d%3D%22M19%2028.49C13.013%2029.535%206%2032.203%206%2036v6h36v-6c0-3.797-7.013-6.465-13-7.51V33H19zM13%2042v-9h2v9zm21-9v9h2v-9zM25%206.058v4.422a1%201%200%200%201-2%200V6a8.9%208.9%200%200%200-3%20.69v5.79a1%201%200%200%201-2%200V7.935c-1.37%201.178-2.16%202.706-2.411%204.045l-.024.14l-.02.02c-.089.629-.04%201.147.088%201.503a1%201%200%200%201-1.882.675l-.048-.14c-5.807%207.582%2026.433%207.578%2020.584-.013l-.048.146a1%201%200%200%201-1.887-.661c.144-.414.186-.93.108-1.5l-.018-.013C32.226%2010.785%2031.404%209.29%2030%208.112v4.368a1%201%200%200%201-2%200V6.862a9.5%209.5%200%200%200-1.203-.445A10.7%2010.7%200%200%200%2025%206.057%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M30.492%2017.142a1%201%200%200%201%201.213.698a8%208%200%201%201-15.41%200a1%201%200%200%201%201.213-.698c3.722.96%209.262.96%2012.984%200M18.04%2019.314a6%206%200%201%200%2011.923%200c-3.617.73-8.307.73-11.923%200%22%2F%3E%3Cpath%20d%3D%22M19%2028.49C13.013%2029.535%206%2032.203%206%2036v6h36v-6c0-3.797-7.013-6.465-13-7.51V33H19zM13%2042v-9h2v9zm21-9v9h2v-9zM25%206.058v4.422a1%201%200%200%201-2%200V6a8.9%208.9%200%200%200-3%20.69v5.79a1%201%200%200%201-2%200V7.935c-1.37%201.178-2.16%202.706-2.411%204.045l-.024.14l-.02.02c-.089.629-.04%201.147.088%201.503a1%201%200%200%201-1.882.675l-.048-.14c-5.807%207.582%2026.433%207.578%2020.584-.013l-.048.146a1%201%200%200%201-1.887-.661c.144-.414.186-.93.108-1.5l-.018-.013C32.226%2010.785%2031.404%209.29%2030%208.112v4.368a1%201%200%200%201-2%200V6.862a9.5%209.5%200%200%200-1.203-.445A10.7%2010.7%200%200%200%2025%206.057%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/construction-worker.svg?color=%231a73e8&size=48