plantation worker alt icon

plantation-worker-alt from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
plantation-worker-alt
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More people icons from Health Icons

Use the plantation worker alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill-rule="evenodd" d="M7 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-2" clip-rule="evenodd"/><path d="M36.914 17.595A1 1 0 0 1 37 18v23a1 1 0 0 1-2 0v-9.945c-.001.519-.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.095"/><path d="M37.877 34.815c1.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"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPlantationWorkerAlt(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"><path d="M24 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fillRule="evenodd" d="M7 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-2" clipRule="evenodd"/><path d="M36.914 17.595A1 1 0 0 1 37 18v23a1 1 0 0 1-2 0v-9.945c-.001.519-.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.095"/><path d="M37.877 34.815c1.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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill-rule="evenodd" d="M7 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-2" clip-rule="evenodd"/><path d="M36.914 17.595A1 1 0 0 1 37 18v23a1 1 0 0 1-2 0v-9.945c-.001.519-.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.095"/><path d="M37.877 34.815c1.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"/></g></svg>
</template>

CSS

.icon-plantation-worker-alt {
  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%3E%3Cpath%20d%3D%22M24%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%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-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M36.914%2017.595A1%201%200%200%201%2037%2018v23a1%201%200%200%201-2%200v-9.945c-.001.519-.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.095%22%2F%3E%3Cpath%20d%3D%22M37.877%2034.815c1.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%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%3E%3Cpath%20d%3D%22M24%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%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-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M36.914%2017.595A1%201%200%200%201%2037%2018v23a1%201%200%200%201-2%200v-9.945c-.001.519-.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.095%22%2F%3E%3Cpath%20d%3D%22M37.877%2034.815c1.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%2F%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.svg?color=%231a73e8&size=48