factory worker negative icon
factory-worker-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- factory-worker-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the factory worker negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFactoryWorkerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm13 16.5c0 1.198 1.144 2.287 3.01 3.093Q16 19.795 16 20a8 8 0 1 0 15.99-.407C33.856 18.787 35 17.698 35 16.5c0-.627-.314-1.225-.881-1.768c-.496.446-1.194.835-2.079 1.157c-1.797.656-4.558 1.111-8.566 1.111c-2.991 0-5.479-.464-7.25-1.11c-.882-.322-1.626-.703-2.17-1.124l-.113-.09C13.337 15.233 13 15.85 13 16.5M24 26a6 6 0 0 0 5.994-5.726C28.27 20.734 26.21 21 24 21s-4.27-.267-5.994-.726A6 6 0 0 0 24 26m-3 14h-8v-7.82a31 31 0 0 1 3.35-1.07l-1.29 3.548l-.585 1.61l1.69-.282L21 35.181zm-10-6.921V40H8v-4c0-.278.115-.671.594-1.201c.49-.542 1.268-1.117 2.332-1.681zm12-.857v3.675c.205.052.525.103 1 .103s.795-.05 1-.103V32l2-1.5V42H6v-6c0-3.661 6.52-6.273 12.353-7.392zM20 8.308c-2.271.975-3.998 2.755-4.681 4.907c.33.246.857.528 1.59.796c1.517.553 3.766.989 6.565.989c3.886 0 6.389-.445 7.88-.99c.67-.244 1.099-.495 1.355-.703c-.662-2.194-2.405-4.01-4.709-4.999V11a1 1 0 1 1-2 0V7a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v4a1 1 0 1 1-2 0zm12.57 17.34c.578-.59 1.38.005 1.204.811l-.026.118a2.817 2.817 0 1 0 5.504 0l-.026-.118c-.176-.806.626-1.4 1.204-.81A5.48 5.48 0 0 1 42 29.495a5.5 5.5 0 0 1-2.582 4.663c-.28.176-.418.511-.418.841v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-5c0-.33-.139-.665-.418-.84A5.5 5.5 0 0 1 31 29.495c0-1.498.599-2.856 1.57-3.848" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFactoryWorkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFactoryWorkerNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsFactoryWorkerNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm13 16.5c0 1.198 1.144 2.287 3.01 3.093Q16 19.795 16 20a8 8 0 1 0 15.99-.407C33.856 18.787 35 17.698 35 16.5c0-.627-.314-1.225-.881-1.768c-.496.446-1.194.835-2.079 1.157c-1.797.656-4.558 1.111-8.566 1.111c-2.991 0-5.479-.464-7.25-1.11c-.882-.322-1.626-.703-2.17-1.124l-.113-.09C13.337 15.233 13 15.85 13 16.5M24 26a6 6 0 0 0 5.994-5.726C28.27 20.734 26.21 21 24 21s-4.27-.267-5.994-.726A6 6 0 0 0 24 26m-3 14h-8v-7.82a31 31 0 0 1 3.35-1.07l-1.29 3.548l-.585 1.61l1.69-.282L21 35.181zm-10-6.921V40H8v-4c0-.278.115-.671.594-1.201c.49-.542 1.268-1.117 2.332-1.681zm12-.857v3.675c.205.052.525.103 1 .103s.795-.05 1-.103V32l2-1.5V42H6v-6c0-3.661 6.52-6.273 12.353-7.392zM20 8.308c-2.271.975-3.998 2.755-4.681 4.907c.33.246.857.528 1.59.796c1.517.553 3.766.989 6.565.989c3.886 0 6.389-.445 7.88-.99c.67-.244 1.099-.495 1.355-.703c-.662-2.194-2.405-4.01-4.709-4.999V11a1 1 0 1 1-2 0V7a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v4a1 1 0 1 1-2 0zm12.57 17.34c.578-.59 1.38.005 1.204.811l-.026.118a2.817 2.817 0 1 0 5.504 0l-.026-.118c-.176-.806.626-1.4 1.204-.81A5.48 5.48 0 0 1 42 29.495a5.5 5.5 0 0 1-2.582 4.663c-.28.176-.418.511-.418.841v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-5c0-.33-.139-.665-.418-.84A5.5 5.5 0 0 1 31 29.495c0-1.498.599-2.856 1.57-3.848" clipRule="evenodd"/></g><defs><clipPath id="healthiconsFactoryWorkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFactoryWorkerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm13 16.5c0 1.198 1.144 2.287 3.01 3.093Q16 19.795 16 20a8 8 0 1 0 15.99-.407C33.856 18.787 35 17.698 35 16.5c0-.627-.314-1.225-.881-1.768c-.496.446-1.194.835-2.079 1.157c-1.797.656-4.558 1.111-8.566 1.111c-2.991 0-5.479-.464-7.25-1.11c-.882-.322-1.626-.703-2.17-1.124l-.113-.09C13.337 15.233 13 15.85 13 16.5M24 26a6 6 0 0 0 5.994-5.726C28.27 20.734 26.21 21 24 21s-4.27-.267-5.994-.726A6 6 0 0 0 24 26m-3 14h-8v-7.82a31 31 0 0 1 3.35-1.07l-1.29 3.548l-.585 1.61l1.69-.282L21 35.181zm-10-6.921V40H8v-4c0-.278.115-.671.594-1.201c.49-.542 1.268-1.117 2.332-1.681zm12-.857v3.675c.205.052.525.103 1 .103s.795-.05 1-.103V32l2-1.5V42H6v-6c0-3.661 6.52-6.273 12.353-7.392zM20 8.308c-2.271.975-3.998 2.755-4.681 4.907c.33.246.857.528 1.59.796c1.517.553 3.766.989 6.565.989c3.886 0 6.389-.445 7.88-.99c.67-.244 1.099-.495 1.355-.703c-.662-2.194-2.405-4.01-4.709-4.999V11a1 1 0 1 1-2 0V7a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v4a1 1 0 1 1-2 0zm12.57 17.34c.578-.59 1.38.005 1.204.811l-.026.118a2.817 2.817 0 1 0 5.504 0l-.026-.118c-.176-.806.626-1.4 1.204-.81A5.48 5.48 0 0 1 42 29.495a5.5 5.5 0 0 1-2.582 4.663c-.28.176-.418.511-.418.841v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-5c0-.33-.139-.665-.418-.84A5.5 5.5 0 0 1 31 29.495c0-1.498.599-2.856 1.57-3.848" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFactoryWorkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-factory-worker-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFactoryWorkerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm13%2016.5c0%201.198%201.144%202.287%203.01%203.093Q16%2019.795%2016%2020a8%208%200%201%200%2015.99-.407C33.856%2018.787%2035%2017.698%2035%2016.5c0-.627-.314-1.225-.881-1.768c-.496.446-1.194.835-2.079%201.157c-1.797.656-4.558%201.111-8.566%201.111c-2.991%200-5.479-.464-7.25-1.11c-.882-.322-1.626-.703-2.17-1.124l-.113-.09C13.337%2015.233%2013%2015.85%2013%2016.5M24%2026a6%206%200%200%200%205.994-5.726C28.27%2020.734%2026.21%2021%2024%2021s-4.27-.267-5.994-.726A6%206%200%200%200%2024%2026m-3%2014h-8v-7.82a31%2031%200%200%201%203.35-1.07l-1.29%203.548l-.585%201.61l1.69-.282L21%2035.181zm-10-6.921V40H8v-4c0-.278.115-.671.594-1.201c.49-.542%201.268-1.117%202.332-1.681zm12-.857v3.675c.205.052.525.103%201%20.103s.795-.05%201-.103V32l2-1.5V42H6v-6c0-3.661%206.52-6.273%2012.353-7.392zM20%208.308c-2.271.975-3.998%202.755-4.681%204.907c.33.246.857.528%201.59.796c1.517.553%203.766.989%206.565.989c3.886%200%206.389-.445%207.88-.99c.67-.244%201.099-.495%201.355-.703c-.662-2.194-2.405-4.01-4.709-4.999V11a1%201%200%201%201-2%200V7a1%201%200%200%200-1-1h-2a1%201%200%200%200-1%201v4a1%201%200%201%201-2%200zm12.57%2017.34c.578-.59%201.38.005%201.204.811l-.026.118a2.817%202.817%200%201%200%205.504%200l-.026-.118c-.176-.806.626-1.4%201.204-.81A5.48%205.48%200%200%201%2042%2029.495a5.5%205.5%200%200%201-2.582%204.663c-.28.176-.418.511-.418.841v5a2%202%200%200%201-2%202h-1a2%202%200%200%201-2-2v-5c0-.33-.139-.665-.418-.84A5.5%205.5%200%200%201%2031%2029.495c0-1.498.599-2.856%201.57-3.848%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFactoryWorkerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFactoryWorkerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm13%2016.5c0%201.198%201.144%202.287%203.01%203.093Q16%2019.795%2016%2020a8%208%200%201%200%2015.99-.407C33.856%2018.787%2035%2017.698%2035%2016.5c0-.627-.314-1.225-.881-1.768c-.496.446-1.194.835-2.079%201.157c-1.797.656-4.558%201.111-8.566%201.111c-2.991%200-5.479-.464-7.25-1.11c-.882-.322-1.626-.703-2.17-1.124l-.113-.09C13.337%2015.233%2013%2015.85%2013%2016.5M24%2026a6%206%200%200%200%205.994-5.726C28.27%2020.734%2026.21%2021%2024%2021s-4.27-.267-5.994-.726A6%206%200%200%200%2024%2026m-3%2014h-8v-7.82a31%2031%200%200%201%203.35-1.07l-1.29%203.548l-.585%201.61l1.69-.282L21%2035.181zm-10-6.921V40H8v-4c0-.278.115-.671.594-1.201c.49-.542%201.268-1.117%202.332-1.681zm12-.857v3.675c.205.052.525.103%201%20.103s.795-.05%201-.103V32l2-1.5V42H6v-6c0-3.661%206.52-6.273%2012.353-7.392zM20%208.308c-2.271.975-3.998%202.755-4.681%204.907c.33.246.857.528%201.59.796c1.517.553%203.766.989%206.565.989c3.886%200%206.389-.445%207.88-.99c.67-.244%201.099-.495%201.355-.703c-.662-2.194-2.405-4.01-4.709-4.999V11a1%201%200%201%201-2%200V7a1%201%200%200%200-1-1h-2a1%201%200%200%200-1%201v4a1%201%200%201%201-2%200zm12.57%2017.34c.578-.59%201.38.005%201.204.811l-.026.118a2.817%202.817%200%201%200%205.504%200l-.026-.118c-.176-.806.626-1.4%201.204-.81A5.48%205.48%200%200%201%2042%2029.495a5.5%205.5%200%200%201-2.582%204.663c-.28.176-.418.511-.418.841v5a2%202%200%200%201-2%202h-1a2%202%200%200%201-2-2v-5c0-.33-.139-.665-.418-.84A5.5%205.5%200%200%201%2031%2029.495c0-1.498.599-2.856%201.57-3.848%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFactoryWorkerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/factory-worker-negative.svg?color=%231a73e8&size=48