domestic worker icon

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

Name
domestic-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 domestic 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="M24 25c3.437 0 6-2.582 6-5.5S27.437 14 24 14s-6 2.582-6 5.5s2.563 5.5 6 5.5m0 2c4.418 0 8-3.358 8-7.5S28.418 12 24 12s-8 3.358-8 7.5s3.582 7.5 8 7.5"/><path d="m24 5.943l4.622 1.584A5 5 0 0 1 32 12.257V19h-2v-6.743a3 3 0 0 0-2.027-2.838L24 8.057L20.027 9.42A3 3 0 0 0 18 12.257V19h-2v-6.743a5 5 0 0 1 3.378-4.73zM20 37a4 4 0 0 0 4-4a4 4 0 1 0 6.158-3.369C35.854 30.697 42 33.122 42 37v5H6v-5c0-3.878 6.146-6.303 11.842-7.369A4 4 0 0 0 20 37m-6 5v-6h-2v6zm22-6v6h-2v-6z"/><path d="M17.06 29.786C17.509 32.728 20.444 35 24 35s6.491-2.272 6.94-5.214a40 40 0 0 0-1.94-.354v.068c0 1.93-2.232 3.495-4.988 3.5h-.024C21.232 32.995 19 31.43 19 29.5v-.068c-.638.1-1.288.218-1.94.354"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDomesticWorker(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="M24 25c3.437 0 6-2.582 6-5.5S27.437 14 24 14s-6 2.582-6 5.5s2.563 5.5 6 5.5m0 2c4.418 0 8-3.358 8-7.5S28.418 12 24 12s-8 3.358-8 7.5s3.582 7.5 8 7.5"/><path d="m24 5.943l4.622 1.584A5 5 0 0 1 32 12.257V19h-2v-6.743a3 3 0 0 0-2.027-2.838L24 8.057L20.027 9.42A3 3 0 0 0 18 12.257V19h-2v-6.743a5 5 0 0 1 3.378-4.73zM20 37a4 4 0 0 0 4-4a4 4 0 1 0 6.158-3.369C35.854 30.697 42 33.122 42 37v5H6v-5c0-3.878 6.146-6.303 11.842-7.369A4 4 0 0 0 20 37m-6 5v-6h-2v6zm22-6v6h-2v-6z"/><path d="M17.06 29.786C17.509 32.728 20.444 35 24 35s6.491-2.272 6.94-5.214a40 40 0 0 0-1.94-.354v.068c0 1.93-2.232 3.495-4.988 3.5h-.024C21.232 32.995 19 31.43 19 29.5v-.068c-.638.1-1.288.218-1.94.354"/></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="M24 25c3.437 0 6-2.582 6-5.5S27.437 14 24 14s-6 2.582-6 5.5s2.563 5.5 6 5.5m0 2c4.418 0 8-3.358 8-7.5S28.418 12 24 12s-8 3.358-8 7.5s3.582 7.5 8 7.5"/><path d="m24 5.943l4.622 1.584A5 5 0 0 1 32 12.257V19h-2v-6.743a3 3 0 0 0-2.027-2.838L24 8.057L20.027 9.42A3 3 0 0 0 18 12.257V19h-2v-6.743a5 5 0 0 1 3.378-4.73zM20 37a4 4 0 0 0 4-4a4 4 0 1 0 6.158-3.369C35.854 30.697 42 33.122 42 37v5H6v-5c0-3.878 6.146-6.303 11.842-7.369A4 4 0 0 0 20 37m-6 5v-6h-2v6zm22-6v6h-2v-6z"/><path d="M17.06 29.786C17.509 32.728 20.444 35 24 35s6.491-2.272 6.94-5.214a40 40 0 0 0-1.94-.354v.068c0 1.93-2.232 3.495-4.988 3.5h-.024C21.232 32.995 19 31.43 19 29.5v-.068c-.638.1-1.288.218-1.94.354"/></g></svg>
</template>

CSS

.icon-domestic-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2025c3.437%200%206-2.582%206-5.5S27.437%2014%2024%2014s-6%202.582-6%205.5s2.563%205.5%206%205.5m0%202c4.418%200%208-3.358%208-7.5S28.418%2012%2024%2012s-8%203.358-8%207.5s3.582%207.5%208%207.5%22%2F%3E%3Cpath%20d%3D%22m24%205.943l4.622%201.584A5%205%200%200%201%2032%2012.257V19h-2v-6.743a3%203%200%200%200-2.027-2.838L24%208.057L20.027%209.42A3%203%200%200%200%2018%2012.257V19h-2v-6.743a5%205%200%200%201%203.378-4.73zM20%2037a4%204%200%200%200%204-4a4%204%200%201%200%206.158-3.369C35.854%2030.697%2042%2033.122%2042%2037v5H6v-5c0-3.878%206.146-6.303%2011.842-7.369A4%204%200%200%200%2020%2037m-6%205v-6h-2v6zm22-6v6h-2v-6z%22%2F%3E%3Cpath%20d%3D%22M17.06%2029.786C17.509%2032.728%2020.444%2035%2024%2035s6.491-2.272%206.94-5.214a40%2040%200%200%200-1.94-.354v.068c0%201.93-2.232%203.495-4.988%203.5h-.024C21.232%2032.995%2019%2031.43%2019%2029.5v-.068c-.638.1-1.288.218-1.94.354%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%22M24%2025c3.437%200%206-2.582%206-5.5S27.437%2014%2024%2014s-6%202.582-6%205.5s2.563%205.5%206%205.5m0%202c4.418%200%208-3.358%208-7.5S28.418%2012%2024%2012s-8%203.358-8%207.5s3.582%207.5%208%207.5%22%2F%3E%3Cpath%20d%3D%22m24%205.943l4.622%201.584A5%205%200%200%201%2032%2012.257V19h-2v-6.743a3%203%200%200%200-2.027-2.838L24%208.057L20.027%209.42A3%203%200%200%200%2018%2012.257V19h-2v-6.743a5%205%200%200%201%203.378-4.73zM20%2037a4%204%200%200%200%204-4a4%204%200%201%200%206.158-3.369C35.854%2030.697%2042%2033.122%2042%2037v5H6v-5c0-3.878%206.146-6.303%2011.842-7.369A4%204%200%200%200%2020%2037m-6%205v-6h-2v6zm22-6v6h-2v-6z%22%2F%3E%3Cpath%20d%3D%22M17.06%2029.786C17.509%2032.728%2020.444%2035%2024%2035s6.491-2.272%206.94-5.214a40%2040%200%200%200-1.94-.354v.068c0%201.93-2.232%203.495-4.988%203.5h-.024C21.232%2032.995%2019%2031.43%2019%2029.5v-.068c-.638.1-1.288.218-1.94.354%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/domestic-worker.svg?color=%231a73e8&size=48