community healthworker icon

community-healthworker-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.

Name
community-healthworker-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
community-healthworker2x-outline

3 other variants in Health Icons

More people icons from Health Icons

Use the community healthworker 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="M20.533 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2 0a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clip-rule="evenodd"/><path d="m32.5 7.086l7.207 7.207l-1.414 1.414L37 14.414V20h-3v-2.5a1.5 1.5 0 0 0-3 0V20h-3v-5.586l-1.293 1.293l-1.414-1.414z"/><path fill-rule="evenodd" d="M17.821 16h.379v.014c.37.028.829.106 1.315.305c2.823 1.16 3.539 4.082 3.906 5.58l.002.01c.2.812.204.835.318 1.352c.109.492.32 1.453.917 4.073a3 3 0 0 1-3.265 3.648l.6 3.04c.179.908-.299 1.893-1.277 2.203c-1.005.319-2.854.775-5.216.775s-4.211-.456-5.217-.775c-.978-.31-1.455-1.295-1.276-2.203l.599-3.04a3 3 0 0 1-3.264-3.647c.594-2.612.806-3.574.915-4.068l.002-.006c.114-.517.119-.54.318-1.353l.002-.01c.367-1.497 1.083-4.42 3.906-5.578a4.4 4.4 0 0 1 1.693-.32zM16.2 18h-3.021c-.26 0-.594.03-.935.17c-1.772.727-2.327 2.59-2.724 4.214c-.196.798-.199.812-.306 1.295l-.001.007l-.001.006c-.11.497-.323 1.46-.92 4.086a1 1 0 0 0 1.723.887l1.208-5.847l1.959.405l-1.222 5.91l.045.017l-1.024 5.198c.884.272 2.484.652 4.519.652s3.635-.38 4.518-.652l-1.024-5.2l.045-.017l-1.22-5.908l1.958-.404l1.208 5.845a1 1 0 0 0 1.723-.886c-.598-2.625-.81-3.59-.92-4.086l-.003-.013c-.106-.483-.11-.497-.305-1.295c-.398-1.624-.952-3.487-2.724-4.215a2.5 2.5 0 0 0-.934-.169l-1.622.002z" clip-rule="evenodd"/><path d="M11.859 41.91a1.5 1.5 0 0 1-1.26-1.481v-2.405c1.334.158 2.574.259 3.785.304l-.862 2.577a1.5 1.5 0 0 1-1.663 1.004m5.63-.971l-.934-2.587a45 45 0 0 0 3.845-.238v2.316a1.5 1.5 0 0 1-2.911.509M33 25.586l8.707 8.707l-1.414 1.414l-1.755-1.754v7.201h-3.692v-3.077a1.846 1.846 0 1 0-3.692 0v3.077H27.46v-7.201l-1.754 1.754l-1.414-1.414z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCommunityHealthworkerOutline(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="M20.533 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2 0a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clipRule="evenodd"/><path d="m32.5 7.086l7.207 7.207l-1.414 1.414L37 14.414V20h-3v-2.5a1.5 1.5 0 0 0-3 0V20h-3v-5.586l-1.293 1.293l-1.414-1.414z"/><path fillRule="evenodd" d="M17.821 16h.379v.014c.37.028.829.106 1.315.305c2.823 1.16 3.539 4.082 3.906 5.58l.002.01c.2.812.204.835.318 1.352c.109.492.32 1.453.917 4.073a3 3 0 0 1-3.265 3.648l.6 3.04c.179.908-.299 1.893-1.277 2.203c-1.005.319-2.854.775-5.216.775s-4.211-.456-5.217-.775c-.978-.31-1.455-1.295-1.276-2.203l.599-3.04a3 3 0 0 1-3.264-3.647c.594-2.612.806-3.574.915-4.068l.002-.006c.114-.517.119-.54.318-1.353l.002-.01c.367-1.497 1.083-4.42 3.906-5.578a4.4 4.4 0 0 1 1.693-.32zM16.2 18h-3.021c-.26 0-.594.03-.935.17c-1.772.727-2.327 2.59-2.724 4.214c-.196.798-.199.812-.306 1.295l-.001.007l-.001.006c-.11.497-.323 1.46-.92 4.086a1 1 0 0 0 1.723.887l1.208-5.847l1.959.405l-1.222 5.91l.045.017l-1.024 5.198c.884.272 2.484.652 4.519.652s3.635-.38 4.518-.652l-1.024-5.2l.045-.017l-1.22-5.908l1.958-.404l1.208 5.845a1 1 0 0 0 1.723-.886c-.598-2.625-.81-3.59-.92-4.086l-.003-.013c-.106-.483-.11-.497-.305-1.295c-.398-1.624-.952-3.487-2.724-4.215a2.5 2.5 0 0 0-.934-.169l-1.622.002z" clipRule="evenodd"/><path d="M11.859 41.91a1.5 1.5 0 0 1-1.26-1.481v-2.405c1.334.158 2.574.259 3.785.304l-.862 2.577a1.5 1.5 0 0 1-1.663 1.004m5.63-.971l-.934-2.587a45 45 0 0 0 3.845-.238v2.316a1.5 1.5 0 0 1-2.911.509M33 25.586l8.707 8.707l-1.414 1.414l-1.755-1.754v7.201h-3.692v-3.077a1.846 1.846 0 1 0-3.692 0v3.077H27.46v-7.201l-1.754 1.754l-1.414-1.414z"/></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="M20.533 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2 0a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clip-rule="evenodd"/><path d="m32.5 7.086l7.207 7.207l-1.414 1.414L37 14.414V20h-3v-2.5a1.5 1.5 0 0 0-3 0V20h-3v-5.586l-1.293 1.293l-1.414-1.414z"/><path fill-rule="evenodd" d="M17.821 16h.379v.014c.37.028.829.106 1.315.305c2.823 1.16 3.539 4.082 3.906 5.58l.002.01c.2.812.204.835.318 1.352c.109.492.32 1.453.917 4.073a3 3 0 0 1-3.265 3.648l.6 3.04c.179.908-.299 1.893-1.277 2.203c-1.005.319-2.854.775-5.216.775s-4.211-.456-5.217-.775c-.978-.31-1.455-1.295-1.276-2.203l.599-3.04a3 3 0 0 1-3.264-3.647c.594-2.612.806-3.574.915-4.068l.002-.006c.114-.517.119-.54.318-1.353l.002-.01c.367-1.497 1.083-4.42 3.906-5.578a4.4 4.4 0 0 1 1.693-.32zM16.2 18h-3.021c-.26 0-.594.03-.935.17c-1.772.727-2.327 2.59-2.724 4.214c-.196.798-.199.812-.306 1.295l-.001.007l-.001.006c-.11.497-.323 1.46-.92 4.086a1 1 0 0 0 1.723.887l1.208-5.847l1.959.405l-1.222 5.91l.045.017l-1.024 5.198c.884.272 2.484.652 4.519.652s3.635-.38 4.518-.652l-1.024-5.2l.045-.017l-1.22-5.908l1.958-.404l1.208 5.845a1 1 0 0 0 1.723-.886c-.598-2.625-.81-3.59-.92-4.086l-.003-.013c-.106-.483-.11-.497-.305-1.295c-.398-1.624-.952-3.487-2.724-4.215a2.5 2.5 0 0 0-.934-.169l-1.622.002z" clip-rule="evenodd"/><path d="M11.859 41.91a1.5 1.5 0 0 1-1.26-1.481v-2.405c1.334.158 2.574.259 3.785.304l-.862 2.577a1.5 1.5 0 0 1-1.663 1.004m5.63-.971l-.934-2.587a45 45 0 0 0 3.845-.238v2.316a1.5 1.5 0 0 1-2.911.509M33 25.586l8.707 8.707l-1.414 1.414l-1.755-1.754v7.201h-3.692v-3.077a1.846 1.846 0 1 0-3.692 0v3.077H27.46v-7.201l-1.754 1.754l-1.414-1.414z"/></g></svg>
</template>

CSS

.icon-community-healthworker-outline {
  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%22M20.533%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2%200a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m32.5%207.086l7.207%207.207l-1.414%201.414L37%2014.414V20h-3v-2.5a1.5%201.5%200%200%200-3%200V20h-3v-5.586l-1.293%201.293l-1.414-1.414z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.821%2016h.379v.014c.37.028.829.106%201.315.305c2.823%201.16%203.539%204.082%203.906%205.58l.002.01c.2.812.204.835.318%201.352c.109.492.32%201.453.917%204.073a3%203%200%200%201-3.265%203.648l.6%203.04c.179.908-.299%201.893-1.277%202.203c-1.005.319-2.854.775-5.216.775s-4.211-.456-5.217-.775c-.978-.31-1.455-1.295-1.276-2.203l.599-3.04a3%203%200%200%201-3.264-3.647c.594-2.612.806-3.574.915-4.068l.002-.006c.114-.517.119-.54.318-1.353l.002-.01c.367-1.497%201.083-4.42%203.906-5.578a4.4%204.4%200%200%201%201.693-.32zM16.2%2018h-3.021c-.26%200-.594.03-.935.17c-1.772.727-2.327%202.59-2.724%204.214c-.196.798-.199.812-.306%201.295l-.001.007l-.001.006c-.11.497-.323%201.46-.92%204.086a1%201%200%200%200%201.723.887l1.208-5.847l1.959.405l-1.222%205.91l.045.017l-1.024%205.198c.884.272%202.484.652%204.519.652s3.635-.38%204.518-.652l-1.024-5.2l.045-.017l-1.22-5.908l1.958-.404l1.208%205.845a1%201%200%200%200%201.723-.886c-.598-2.625-.81-3.59-.92-4.086l-.003-.013c-.106-.483-.11-.497-.305-1.295c-.398-1.624-.952-3.487-2.724-4.215a2.5%202.5%200%200%200-.934-.169l-1.622.002z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.859%2041.91a1.5%201.5%200%200%201-1.26-1.481v-2.405c1.334.158%202.574.259%203.785.304l-.862%202.577a1.5%201.5%200%200%201-1.663%201.004m5.63-.971l-.934-2.587a45%2045%200%200%200%203.845-.238v2.316a1.5%201.5%200%200%201-2.911.509M33%2025.586l8.707%208.707l-1.414%201.414l-1.755-1.754v7.201h-3.692v-3.077a1.846%201.846%200%201%200-3.692%200v3.077H27.46v-7.201l-1.754%201.754l-1.414-1.414z%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%22M20.533%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2%200a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m32.5%207.086l7.207%207.207l-1.414%201.414L37%2014.414V20h-3v-2.5a1.5%201.5%200%200%200-3%200V20h-3v-5.586l-1.293%201.293l-1.414-1.414z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.821%2016h.379v.014c.37.028.829.106%201.315.305c2.823%201.16%203.539%204.082%203.906%205.58l.002.01c.2.812.204.835.318%201.352c.109.492.32%201.453.917%204.073a3%203%200%200%201-3.265%203.648l.6%203.04c.179.908-.299%201.893-1.277%202.203c-1.005.319-2.854.775-5.216.775s-4.211-.456-5.217-.775c-.978-.31-1.455-1.295-1.276-2.203l.599-3.04a3%203%200%200%201-3.264-3.647c.594-2.612.806-3.574.915-4.068l.002-.006c.114-.517.119-.54.318-1.353l.002-.01c.367-1.497%201.083-4.42%203.906-5.578a4.4%204.4%200%200%201%201.693-.32zM16.2%2018h-3.021c-.26%200-.594.03-.935.17c-1.772.727-2.327%202.59-2.724%204.214c-.196.798-.199.812-.306%201.295l-.001.007l-.001.006c-.11.497-.323%201.46-.92%204.086a1%201%200%200%200%201.723.887l1.208-5.847l1.959.405l-1.222%205.91l.045.017l-1.024%205.198c.884.272%202.484.652%204.519.652s3.635-.38%204.518-.652l-1.024-5.2l.045-.017l-1.22-5.908l1.958-.404l1.208%205.845a1%201%200%200%200%201.723-.886c-.598-2.625-.81-3.59-.92-4.086l-.003-.013c-.106-.483-.11-.497-.305-1.295c-.398-1.624-.952-3.487-2.724-4.215a2.5%202.5%200%200%200-.934-.169l-1.622.002z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.859%2041.91a1.5%201.5%200%200%201-1.26-1.481v-2.405c1.334.158%202.574.259%203.785.304l-.862%202.577a1.5%201.5%200%200%201-1.663%201.004m5.63-.971l-.934-2.587a45%2045%200%200%200%203.845-.238v2.316a1.5%201.5%200%200%201-2.911.509M33%2025.586l8.707%208.707l-1.414%201.414l-1.755-1.754v7.201h-3.692v-3.077a1.846%201.846%200%201%200-3.692%200v3.077H27.46v-7.201l-1.754%201.754l-1.414-1.414z%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/community-healthworker-outline.svg?color=%231a73e8&size=48