plantation worker icon

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

Name
plantation-worker
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M34 16c0 5.523-4.477 10-10 10s-10-4.477-10-10S18.477 6 24 6s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0" clip-rule="evenodd"/><path d="M39 24c0 1.533-1.127 2.69-2 3.355v2.346q.194-.18.438-.317c1.383-.774 3.163-.2 4.034.172a.804.804 0 0 1 .488.836c-.103.909-.47 2.62-1.785 3.231c-1.09.507-2.343.408-3.175.246v1.832q.194-.18.438-.317c1.383-.773 3.163-.2 4.034.172a.804.804 0 0 1 .488.836c-.103.909-.47 2.62-1.785 3.231c-1.09.507-2.343.408-3.175.246V41a1 1 0 1 1-2 0v-1.13c-.832.161-2.085.26-3.175-.247c-1.315-.61-1.683-2.322-1.785-3.231a.804.804 0 0 1 .488-.836c.87-.372 2.65-.945 4.034-.172q.244.138.438.317V33.87c-.832.162-2.085.26-3.175-.246c-1.315-.61-1.683-2.322-1.785-3.231a.804.804 0 0 1 .488-.836c.87-.372 2.65-.946 4.034-.172q.244.137.438.317v-2.346c-.873-.666-2-1.822-2-3.355c0-1.903 1.738-3.227 2.569-3.75a.8.8 0 0 1 .862 0C37.261 20.773 39 22.097 39 24M6 35.538c0-3.235 3.69-5.2 8-6.31V35h-1a1 1 0 0 0-1 1v6H6zM24 36c-3.5 0-6-1-6-1h-2v-6.22a43 43 0 0 1 4-.574V30a2 2 0 0 0 2 2h4c.532 0 1.016-.208 1.374-.547q.05.165.105.337a8.6 8.6 0 0 0 .74 1.669q.121.206.283.437a3 3 0 0 0-1.406 1.847C26.21 35.89 25.16 36 24 36m0 2a21 21 0 0 0 3.191-.247c.068.293.162.652.288 1.037c.118.356.277.778.492 1.21H14v-3h3.651l.177.059c.336.108.811.249 1.401.388A21 21 0 0 0 24 38"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPlantationWorker(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 fillRule="evenodd" d="M34 16c0 5.523-4.477 10-10 10s-10-4.477-10-10S18.477 6 24 6s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0" clipRule="evenodd"/><path d="M39 24c0 1.533-1.127 2.69-2 3.355v2.346q.194-.18.438-.317c1.383-.774 3.163-.2 4.034.172a.804.804 0 0 1 .488.836c-.103.909-.47 2.62-1.785 3.231c-1.09.507-2.343.408-3.175.246v1.832q.194-.18.438-.317c1.383-.773 3.163-.2 4.034.172a.804.804 0 0 1 .488.836c-.103.909-.47 2.62-1.785 3.231c-1.09.507-2.343.408-3.175.246V41a1 1 0 1 1-2 0v-1.13c-.832.161-2.085.26-3.175-.247c-1.315-.61-1.683-2.322-1.785-3.231a.804.804 0 0 1 .488-.836c.87-.372 2.65-.945 4.034-.172q.244.138.438.317V33.87c-.832.162-2.085.26-3.175-.246c-1.315-.61-1.683-2.322-1.785-3.231a.804.804 0 0 1 .488-.836c.87-.372 2.65-.946 4.034-.172q.244.137.438.317v-2.346c-.873-.666-2-1.822-2-3.355c0-1.903 1.738-3.227 2.569-3.75a.8.8 0 0 1 .862 0C37.261 20.773 39 22.097 39 24M6 35.538c0-3.235 3.69-5.2 8-6.31V35h-1a1 1 0 0 0-1 1v6H6zM24 36c-3.5 0-6-1-6-1h-2v-6.22a43 43 0 0 1 4-.574V30a2 2 0 0 0 2 2h4c.532 0 1.016-.208 1.374-.547q.05.165.105.337a8.6 8.6 0 0 0 .74 1.669q.121.206.283.437a3 3 0 0 0-1.406 1.847C26.21 35.89 25.16 36 24 36m0 2a21 21 0 0 0 3.191-.247c.068.293.162.652.288 1.037c.118.356.277.778.492 1.21H14v-3h3.651l.177.059c.336.108.811.249 1.401.388A21 21 0 0 0 24 38"/></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 fill-rule="evenodd" d="M34 16c0 5.523-4.477 10-10 10s-10-4.477-10-10S18.477 6 24 6s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0" clip-rule="evenodd"/><path d="M39 24c0 1.533-1.127 2.69-2 3.355v2.346q.194-.18.438-.317c1.383-.774 3.163-.2 4.034.172a.804.804 0 0 1 .488.836c-.103.909-.47 2.62-1.785 3.231c-1.09.507-2.343.408-3.175.246v1.832q.194-.18.438-.317c1.383-.773 3.163-.2 4.034.172a.804.804 0 0 1 .488.836c-.103.909-.47 2.62-1.785 3.231c-1.09.507-2.343.408-3.175.246V41a1 1 0 1 1-2 0v-1.13c-.832.161-2.085.26-3.175-.247c-1.315-.61-1.683-2.322-1.785-3.231a.804.804 0 0 1 .488-.836c.87-.372 2.65-.945 4.034-.172q.244.138.438.317V33.87c-.832.162-2.085.26-3.175-.246c-1.315-.61-1.683-2.322-1.785-3.231a.804.804 0 0 1 .488-.836c.87-.372 2.65-.946 4.034-.172q.244.137.438.317v-2.346c-.873-.666-2-1.822-2-3.355c0-1.903 1.738-3.227 2.569-3.75a.8.8 0 0 1 .862 0C37.261 20.773 39 22.097 39 24M6 35.538c0-3.235 3.69-5.2 8-6.31V35h-1a1 1 0 0 0-1 1v6H6zM24 36c-3.5 0-6-1-6-1h-2v-6.22a43 43 0 0 1 4-.574V30a2 2 0 0 0 2 2h4c.532 0 1.016-.208 1.374-.547q.05.165.105.337a8.6 8.6 0 0 0 .74 1.669q.121.206.283.437a3 3 0 0 0-1.406 1.847C26.21 35.89 25.16 36 24 36m0 2a21 21 0 0 0 3.191-.247c.068.293.162.652.288 1.037c.118.356.277.778.492 1.21H14v-3h3.651l.177.059c.336.108.811.249 1.401.388A21 21 0 0 0 24 38"/></g></svg>
</template>

CSS

.icon-plantation-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2016c0%205.523-4.477%2010-10%2010s-10-4.477-10-10S18.477%206%2024%206s10%204.477%2010%2010m-2%200a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39%2024c0%201.533-1.127%202.69-2%203.355v2.346q.194-.18.438-.317c1.383-.774%203.163-.2%204.034.172a.804.804%200%200%201%20.488.836c-.103.909-.47%202.62-1.785%203.231c-1.09.507-2.343.408-3.175.246v1.832q.194-.18.438-.317c1.383-.773%203.163-.2%204.034.172a.804.804%200%200%201%20.488.836c-.103.909-.47%202.62-1.785%203.231c-1.09.507-2.343.408-3.175.246V41a1%201%200%201%201-2%200v-1.13c-.832.161-2.085.26-3.175-.247c-1.315-.61-1.683-2.322-1.785-3.231a.804.804%200%200%201%20.488-.836c.87-.372%202.65-.945%204.034-.172q.244.138.438.317V33.87c-.832.162-2.085.26-3.175-.246c-1.315-.61-1.683-2.322-1.785-3.231a.804.804%200%200%201%20.488-.836c.87-.372%202.65-.946%204.034-.172q.244.137.438.317v-2.346c-.873-.666-2-1.822-2-3.355c0-1.903%201.738-3.227%202.569-3.75a.8.8%200%200%201%20.862%200C37.261%2020.773%2039%2022.097%2039%2024M6%2035.538c0-3.235%203.69-5.2%208-6.31V35h-1a1%201%200%200%200-1%201v6H6zM24%2036c-3.5%200-6-1-6-1h-2v-6.22a43%2043%200%200%201%204-.574V30a2%202%200%200%200%202%202h4c.532%200%201.016-.208%201.374-.547q.05.165.105.337a8.6%208.6%200%200%200%20.74%201.669q.121.206.283.437a3%203%200%200%200-1.406%201.847C26.21%2035.89%2025.16%2036%2024%2036m0%202a21%2021%200%200%200%203.191-.247c.068.293.162.652.288%201.037c.118.356.277.778.492%201.21H14v-3h3.651l.177.059c.336.108.811.249%201.401.388A21%2021%200%200%200%2024%2038%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%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2016c0%205.523-4.477%2010-10%2010s-10-4.477-10-10S18.477%206%2024%206s10%204.477%2010%2010m-2%200a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39%2024c0%201.533-1.127%202.69-2%203.355v2.346q.194-.18.438-.317c1.383-.774%203.163-.2%204.034.172a.804.804%200%200%201%20.488.836c-.103.909-.47%202.62-1.785%203.231c-1.09.507-2.343.408-3.175.246v1.832q.194-.18.438-.317c1.383-.773%203.163-.2%204.034.172a.804.804%200%200%201%20.488.836c-.103.909-.47%202.62-1.785%203.231c-1.09.507-2.343.408-3.175.246V41a1%201%200%201%201-2%200v-1.13c-.832.161-2.085.26-3.175-.247c-1.315-.61-1.683-2.322-1.785-3.231a.804.804%200%200%201%20.488-.836c.87-.372%202.65-.945%204.034-.172q.244.138.438.317V33.87c-.832.162-2.085.26-3.175-.246c-1.315-.61-1.683-2.322-1.785-3.231a.804.804%200%200%201%20.488-.836c.87-.372%202.65-.946%204.034-.172q.244.137.438.317v-2.346c-.873-.666-2-1.822-2-3.355c0-1.903%201.738-3.227%202.569-3.75a.8.8%200%200%201%20.862%200C37.261%2020.773%2039%2022.097%2039%2024M6%2035.538c0-3.235%203.69-5.2%208-6.31V35h-1a1%201%200%200%200-1%201v6H6zM24%2036c-3.5%200-6-1-6-1h-2v-6.22a43%2043%200%200%201%204-.574V30a2%202%200%200%200%202%202h4c.532%200%201.016-.208%201.374-.547q.05.165.105.337a8.6%208.6%200%200%200%20.74%201.669q.121.206.283.437a3%203%200%200%200-1.406%201.847C26.21%2035.89%2025.16%2036%2024%2036m0%202a21%2021%200%200%200%203.191-.247c.068.293.162.652.288%201.037c.118.356.277.778.492%201.21H14v-3h3.651l.177.059c.336.108.811.249%201.401.388A21%2021%200%200%200%2024%2038%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.svg?color=%231a73e8&size=48