plantation worker alt negative icon
plantation-worker-alt-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- plantation-worker-alt-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the plantation worker alt 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(#healthiconsPlantationWorkerAltNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm7 16.268a2 2 0 0 0 0 3.464v12.439A3 3 0 0 0 5 35v6h2v-4h2v4h2v-6a3 3 0 0 0-2-2.83V20h6v20a2 2 0 1 0 4 0v-9h3v9a2 2 0 1 0 4 0V27.917A6.002 6.002 0 0 0 25 16H9v-3H7zM28 22a2 2 0 0 0-2-2v4a2 2 0 0 0 2-2m-7.5-9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m16.414 4.595A1 1 0 0 1 37 18v23a1 1 0 0 1-2 0v-9.945c-.001.52-.04.88-.04.88s-2.928.393-4.083-.75c-1.154-1.143-.837-4.12-.837-4.12s2.928-.393 4.083.75c.738.73.874 2.21.877 3.183V18c0-.144.03-.282.086-.405c-.714-.792-1.586-1.986-1.586-3.095c0-1.877 2.5-4 2.5-4s2.5 2.123 2.5 4c0 1.109-.872 2.303-1.586 3.095m.963 17.22c1.155-1.142 4.083-.75 4.083-.75s.317 2.977-.837 4.12c-1.155 1.142-4.083.75-4.083.75s-.317-2.977.837-4.12m4.083-14.75s-2.928-.393-4.083.75c-1.154 1.143-.837 4.12-.837 4.12s2.928.393 4.083-.75c1.154-1.143.837-4.12.837-4.12" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPlantationWorkerAltNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPlantationWorkerAltNegative(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(#healthiconsPlantationWorkerAltNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm7 16.268a2 2 0 0 0 0 3.464v12.439A3 3 0 0 0 5 35v6h2v-4h2v4h2v-6a3 3 0 0 0-2-2.83V20h6v20a2 2 0 1 0 4 0v-9h3v9a2 2 0 1 0 4 0V27.917A6.002 6.002 0 0 0 25 16H9v-3H7zM28 22a2 2 0 0 0-2-2v4a2 2 0 0 0 2-2m-7.5-9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m16.414 4.595A1 1 0 0 1 37 18v23a1 1 0 0 1-2 0v-9.945c-.001.52-.04.88-.04.88s-2.928.393-4.083-.75c-1.154-1.143-.837-4.12-.837-4.12s2.928-.393 4.083.75c.738.73.874 2.21.877 3.183V18c0-.144.03-.282.086-.405c-.714-.792-1.586-1.986-1.586-3.095c0-1.877 2.5-4 2.5-4s2.5 2.123 2.5 4c0 1.109-.872 2.303-1.586 3.095m.963 17.22c1.155-1.142 4.083-.75 4.083-.75s.317 2.977-.837 4.12c-1.155 1.142-4.083.75-4.083.75s-.317-2.977.837-4.12m4.083-14.75s-2.928-.393-4.083.75c-1.154 1.143-.837 4.12-.837 4.12s2.928.393 4.083-.75c1.154-1.143.837-4.12.837-4.12" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPlantationWorkerAltNegative"><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(#healthiconsPlantationWorkerAltNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm7 16.268a2 2 0 0 0 0 3.464v12.439A3 3 0 0 0 5 35v6h2v-4h2v4h2v-6a3 3 0 0 0-2-2.83V20h6v20a2 2 0 1 0 4 0v-9h3v9a2 2 0 1 0 4 0V27.917A6.002 6.002 0 0 0 25 16H9v-3H7zM28 22a2 2 0 0 0-2-2v4a2 2 0 0 0 2-2m-7.5-9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m16.414 4.595A1 1 0 0 1 37 18v23a1 1 0 0 1-2 0v-9.945c-.001.52-.04.88-.04.88s-2.928.393-4.083-.75c-1.154-1.143-.837-4.12-.837-4.12s2.928-.393 4.083.75c.738.73.874 2.21.877 3.183V18c0-.144.03-.282.086-.405c-.714-.792-1.586-1.986-1.586-3.095c0-1.877 2.5-4 2.5-4s2.5 2.123 2.5 4c0 1.109-.872 2.303-1.586 3.095m.963 17.22c1.155-1.142 4.083-.75 4.083-.75s.317 2.977-.837 4.12c-1.155 1.142-4.083.75-4.083.75s-.317-2.977.837-4.12m4.083-14.75s-2.928-.393-4.083.75c-1.154 1.143-.837 4.12-.837 4.12s2.928.393 4.083-.75c1.154-1.143.837-4.12.837-4.12" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPlantationWorkerAltNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-plantation-worker-alt-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(%23healthiconsPlantationWorkerAltNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm7%2016.268a2%202%200%200%200%200%203.464v12.439A3%203%200%200%200%205%2035v6h2v-4h2v4h2v-6a3%203%200%200%200-2-2.83V20h6v20a2%202%200%201%200%204%200v-9h3v9a2%202%200%201%200%204%200V27.917A6.002%206.002%200%200%200%2025%2016H9v-3H7zM28%2022a2%202%200%200%200-2-2v4a2%202%200%200%200%202-2m-7.5-9a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m16.414%204.595A1%201%200%200%201%2037%2018v23a1%201%200%200%201-2%200v-9.945c-.001.52-.04.88-.04.88s-2.928.393-4.083-.75c-1.154-1.143-.837-4.12-.837-4.12s2.928-.393%204.083.75c.738.73.874%202.21.877%203.183V18c0-.144.03-.282.086-.405c-.714-.792-1.586-1.986-1.586-3.095c0-1.877%202.5-4%202.5-4s2.5%202.123%202.5%204c0%201.109-.872%202.303-1.586%203.095m.963%2017.22c1.155-1.142%204.083-.75%204.083-.75s.317%202.977-.837%204.12c-1.155%201.142-4.083.75-4.083.75s-.317-2.977.837-4.12m4.083-14.75s-2.928-.393-4.083.75c-1.154%201.143-.837%204.12-.837%204.12s2.928.393%204.083-.75c1.154-1.143.837-4.12.837-4.12%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPlantationWorkerAltNegative%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(%23healthiconsPlantationWorkerAltNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm7%2016.268a2%202%200%200%200%200%203.464v12.439A3%203%200%200%200%205%2035v6h2v-4h2v4h2v-6a3%203%200%200%200-2-2.83V20h6v20a2%202%200%201%200%204%200v-9h3v9a2%202%200%201%200%204%200V27.917A6.002%206.002%200%200%200%2025%2016H9v-3H7zM28%2022a2%202%200%200%200-2-2v4a2%202%200%200%200%202-2m-7.5-9a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m16.414%204.595A1%201%200%200%201%2037%2018v23a1%201%200%200%201-2%200v-9.945c-.001.52-.04.88-.04.88s-2.928.393-4.083-.75c-1.154-1.143-.837-4.12-.837-4.12s2.928-.393%204.083.75c.738.73.874%202.21.877%203.183V18c0-.144.03-.282.086-.405c-.714-.792-1.586-1.986-1.586-3.095c0-1.877%202.5-4%202.5-4s2.5%202.123%202.5%204c0%201.109-.872%202.303-1.586%203.095m.963%2017.22c1.155-1.142%204.083-.75%204.083-.75s.317%202.977-.837%204.12c-1.155%201.142-4.083.75-4.083.75s-.317-2.977.837-4.12m4.083-14.75s-2.928-.393-4.083.75c-1.154%201.143-.837%204.12-.837%204.12s2.928.393%204.083-.75c1.154-1.143.837-4.12.837-4.12%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPlantationWorkerAltNegative%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/plantation-worker-alt-negative.svg?color=%231a73e8&size=48