construction worker icon
construction-worker-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- construction-worker-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- construction-worker2x-outline
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="m33.219 13.21l-.09-.07c-.173-1.314-.802-2.683-1.784-3.837C29.75 7.428 27.15 6 23.67 6c-3.43 0-5.847 1.564-7.273 3.503A8.2 8.2 0 0 0 15 12.51a7 7 0 0 0-.112.616l-.108.083c-1.124.871-1.949 1.927-1.753 3.138c.188 1.17 1.246 1.882 2.23 2.317q.376.166.807.312a8 8 0 1 0 15.87 0q.431-.145.807-.312c.984-.435 2.041-1.147 2.23-2.317c.196-1.211-.629-2.267-1.753-3.138m-16.274 1.462c-.13-.374-.164-.975.005-1.718c.166-.725.51-1.52 1.05-2.256V13.5a1 1 0 1 0 2 0V8.91c.823-.468 1.818-.795 3-.885V11.5a1 1 0 1 0 2 0V8.087a8.1 8.1 0 0 1 3 1V13.5a1 1 0 1 0 2 0v-2.682c1.105 1.416 1.364 2.944 1.053 3.861a1 1 0 0 0 1.759.905c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-.39.172-.854.327-1.375.464l-.024.006c-.565.146-1.194.27-1.867.372a31 31 0 0 1-3.767.31a36 36 0 0 1-2.6-.028a30 30 0 0 1-2.976-.284a18 18 0 0 1-1.858-.37l-.024-.006a9 9 0 0 1-1.375-.464c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.169.186-.444a1 1 0 0 0 1.757-.912m1.077 4.809q.499.097 1.028.177c1.068.16 2.218.262 3.388.31a38 38 0 0 0 3.13 0c1.164-.048 2.31-.15 3.373-.31q.534-.078 1.037-.177a6 6 0 1 1-11.956 0"/><path d="M29 28.49c.658.115 1.328.249 2 .402C36.443 30.135 42 32.62 42 36v6H6v-6c0-3.38 5.557-5.865 11-7.108a40 40 0 0 1 2-.402V33h10zm-14 3c.654-.2 1.325-.381 2-.544V35h14v-4.053a33 33 0 0 1 3 .868V40h2v-7.403q.436.194.838.399c1.137.578 1.98 1.174 2.514 1.744c.525.56.648.973.648 1.26v4H8v-4c0-.287.123-.7.648-1.26c.534-.57 1.377-1.166 2.514-1.744c.569-.29 1.186-.562 1.838-.815V40h2z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsConstructionWorkerOutline(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="m33.219 13.21l-.09-.07c-.173-1.314-.802-2.683-1.784-3.837C29.75 7.428 27.15 6 23.67 6c-3.43 0-5.847 1.564-7.273 3.503A8.2 8.2 0 0 0 15 12.51a7 7 0 0 0-.112.616l-.108.083c-1.124.871-1.949 1.927-1.753 3.138c.188 1.17 1.246 1.882 2.23 2.317q.376.166.807.312a8 8 0 1 0 15.87 0q.431-.145.807-.312c.984-.435 2.041-1.147 2.23-2.317c.196-1.211-.629-2.267-1.753-3.138m-16.274 1.462c-.13-.374-.164-.975.005-1.718c.166-.725.51-1.52 1.05-2.256V13.5a1 1 0 1 0 2 0V8.91c.823-.468 1.818-.795 3-.885V11.5a1 1 0 1 0 2 0V8.087a8.1 8.1 0 0 1 3 1V13.5a1 1 0 1 0 2 0v-2.682c1.105 1.416 1.364 2.944 1.053 3.861a1 1 0 0 0 1.759.905c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-.39.172-.854.327-1.375.464l-.024.006c-.565.146-1.194.27-1.867.372a31 31 0 0 1-3.767.31a36 36 0 0 1-2.6-.028a30 30 0 0 1-2.976-.284a18 18 0 0 1-1.858-.37l-.024-.006a9 9 0 0 1-1.375-.464c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.169.186-.444a1 1 0 0 0 1.757-.912m1.077 4.809q.499.097 1.028.177c1.068.16 2.218.262 3.388.31a38 38 0 0 0 3.13 0c1.164-.048 2.31-.15 3.373-.31q.534-.078 1.037-.177a6 6 0 1 1-11.956 0"/><path d="M29 28.49c.658.115 1.328.249 2 .402C36.443 30.135 42 32.62 42 36v6H6v-6c0-3.38 5.557-5.865 11-7.108a40 40 0 0 1 2-.402V33h10zm-14 3c.654-.2 1.325-.381 2-.544V35h14v-4.053a33 33 0 0 1 3 .868V40h2v-7.403q.436.194.838.399c1.137.578 1.98 1.174 2.514 1.744c.525.56.648.973.648 1.26v4H8v-4c0-.287.123-.7.648-1.26c.534-.57 1.377-1.166 2.514-1.744c.569-.29 1.186-.562 1.838-.815V40h2z"/></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="m33.219 13.21l-.09-.07c-.173-1.314-.802-2.683-1.784-3.837C29.75 7.428 27.15 6 23.67 6c-3.43 0-5.847 1.564-7.273 3.503A8.2 8.2 0 0 0 15 12.51a7 7 0 0 0-.112.616l-.108.083c-1.124.871-1.949 1.927-1.753 3.138c.188 1.17 1.246 1.882 2.23 2.317q.376.166.807.312a8 8 0 1 0 15.87 0q.431-.145.807-.312c.984-.435 2.041-1.147 2.23-2.317c.196-1.211-.629-2.267-1.753-3.138m-16.274 1.462c-.13-.374-.164-.975.005-1.718c.166-.725.51-1.52 1.05-2.256V13.5a1 1 0 1 0 2 0V8.91c.823-.468 1.818-.795 3-.885V11.5a1 1 0 1 0 2 0V8.087a8.1 8.1 0 0 1 3 1V13.5a1 1 0 1 0 2 0v-2.682c1.105 1.416 1.364 2.944 1.053 3.861a1 1 0 0 0 1.759.905c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-.39.172-.854.327-1.375.464l-.024.006c-.565.146-1.194.27-1.867.372a31 31 0 0 1-3.767.31a36 36 0 0 1-2.6-.028a30 30 0 0 1-2.976-.284a18 18 0 0 1-1.858-.37l-.024-.006a9 9 0 0 1-1.375-.464c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.169.186-.444a1 1 0 0 0 1.757-.912m1.077 4.809q.499.097 1.028.177c1.068.16 2.218.262 3.388.31a38 38 0 0 0 3.13 0c1.164-.048 2.31-.15 3.373-.31q.534-.078 1.037-.177a6 6 0 1 1-11.956 0"/><path d="M29 28.49c.658.115 1.328.249 2 .402C36.443 30.135 42 32.62 42 36v6H6v-6c0-3.38 5.557-5.865 11-7.108a40 40 0 0 1 2-.402V33h10zm-14 3c.654-.2 1.325-.381 2-.544V35h14v-4.053a33 33 0 0 1 3 .868V40h2v-7.403q.436.194.838.399c1.137.578 1.98 1.174 2.514 1.744c.525.56.648.973.648 1.26v4H8v-4c0-.287.123-.7.648-1.26c.534-.57 1.377-1.166 2.514-1.744c.569-.29 1.186-.562 1.838-.815V40h2z"/></g></svg> </template>
CSS
.icon-construction-worker-outline {
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%22m33.219%2013.21l-.09-.07c-.173-1.314-.802-2.683-1.784-3.837C29.75%207.428%2027.15%206%2023.67%206c-3.43%200-5.847%201.564-7.273%203.503A8.2%208.2%200%200%200%2015%2012.51a7%207%200%200%200-.112.616l-.108.083c-1.124.871-1.949%201.927-1.753%203.138c.188%201.17%201.246%201.882%202.23%202.317q.376.166.807.312a8%208%200%201%200%2015.87%200q.431-.145.807-.312c.984-.435%202.041-1.147%202.23-2.317c.196-1.211-.629-2.267-1.753-3.138m-16.274%201.462c-.13-.374-.164-.975.005-1.718c.166-.725.51-1.52%201.05-2.256V13.5a1%201%200%201%200%202%200V8.91c.823-.468%201.818-.795%203-.885V11.5a1%201%200%201%200%202%200V8.087a8.1%208.1%200%200%201%203%201V13.5a1%201%200%201%200%202%200v-2.682c1.105%201.416%201.364%202.944%201.053%203.861a1%201%200%200%200%201.759.905c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-.39.172-.854.327-1.375.464l-.024.006c-.565.146-1.194.27-1.867.372a31%2031%200%200%201-3.767.31a36%2036%200%200%201-2.6-.028a30%2030%200%200%201-2.976-.284a18%2018%200%200%201-1.858-.37l-.024-.006a9%209%200%200%201-1.375-.464c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.169.186-.444a1%201%200%200%200%201.757-.912m1.077%204.809q.499.097%201.028.177c1.068.16%202.218.262%203.388.31a38%2038%200%200%200%203.13%200c1.164-.048%202.31-.15%203.373-.31q.534-.078%201.037-.177a6%206%200%201%201-11.956%200%22%2F%3E%3Cpath%20d%3D%22M29%2028.49c.658.115%201.328.249%202%20.402C36.443%2030.135%2042%2032.62%2042%2036v6H6v-6c0-3.38%205.557-5.865%2011-7.108a40%2040%200%200%201%202-.402V33h10zm-14%203c.654-.2%201.325-.381%202-.544V35h14v-4.053a33%2033%200%200%201%203%20.868V40h2v-7.403q.436.194.838.399c1.137.578%201.98%201.174%202.514%201.744c.525.56.648.973.648%201.26v4H8v-4c0-.287.123-.7.648-1.26c.534-.57%201.377-1.166%202.514-1.744c.569-.29%201.186-.562%201.838-.815V40h2z%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%22m33.219%2013.21l-.09-.07c-.173-1.314-.802-2.683-1.784-3.837C29.75%207.428%2027.15%206%2023.67%206c-3.43%200-5.847%201.564-7.273%203.503A8.2%208.2%200%200%200%2015%2012.51a7%207%200%200%200-.112.616l-.108.083c-1.124.871-1.949%201.927-1.753%203.138c.188%201.17%201.246%201.882%202.23%202.317q.376.166.807.312a8%208%200%201%200%2015.87%200q.431-.145.807-.312c.984-.435%202.041-1.147%202.23-2.317c.196-1.211-.629-2.267-1.753-3.138m-16.274%201.462c-.13-.374-.164-.975.005-1.718c.166-.725.51-1.52%201.05-2.256V13.5a1%201%200%201%200%202%200V8.91c.823-.468%201.818-.795%203-.885V11.5a1%201%200%201%200%202%200V8.087a8.1%208.1%200%200%201%203%201V13.5a1%201%200%201%200%202%200v-2.682c1.105%201.416%201.364%202.944%201.053%203.861a1%201%200%200%200%201.759.905c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-.39.172-.854.327-1.375.464l-.024.006c-.565.146-1.194.27-1.867.372a31%2031%200%200%201-3.767.31a36%2036%200%200%201-2.6-.028a30%2030%200%200%201-2.976-.284a18%2018%200%200%201-1.858-.37l-.024-.006a9%209%200%200%201-1.375-.464c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.169.186-.444a1%201%200%200%200%201.757-.912m1.077%204.809q.499.097%201.028.177c1.068.16%202.218.262%203.388.31a38%2038%200%200%200%203.13%200c1.164-.048%202.31-.15%203.373-.31q.534-.078%201.037-.177a6%206%200%201%201-11.956%200%22%2F%3E%3Cpath%20d%3D%22M29%2028.49c.658.115%201.328.249%202%20.402C36.443%2030.135%2042%2032.62%2042%2036v6H6v-6c0-3.38%205.557-5.865%2011-7.108a40%2040%200%200%201%202-.402V33h10zm-14%203c.654-.2%201.325-.381%202-.544V35h14v-4.053a33%2033%200%200%201%203%20.868V40h2v-7.403q.436.194.838.399c1.137.578%201.98%201.174%202.514%201.744c.525.56.648.973.648%201.26v4H8v-4c0-.287.123-.7.648-1.26c.534-.57%201.377-1.166%202.514-1.744c.569-.29%201.186-.562%201.838-.815V40h2z%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-outline.svg?color=%231a73e8&size=48