community healthworker icon

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

Name
community-healthworker
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

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"><path fill="currentColor" d="M18.412 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m1.082 5.541a1.5 1.5 0 0 0-.347-.04h-8.472q-.175 0-.346.041c-1.128.269-1.911.922-2.416 1.86c-.44.818-.654 1.835-.831 2.839l-1.059 6a1.5 1.5 0 0 0 2.954.521l1.06-6c.123-.703.234-1.19.35-1.538l.29 3.276c0 1.866-1.786 10.372-2.424 13.351a.99.99 0 0 0 .83 1.19c4.398.623 7.26.603 11.658-.004a.99.99 0 0 0 .835-1.186c-.633-3.026-2.429-11.747-2.429-13.35l.29-3.277c.115.347.226.835.35 1.537l1.06 6a1.5 1.5 0 1 0 2.953-.521l-1.058-6c-.177-1.003-.392-2.021-.832-2.84c-.504-.936-1.287-1.59-2.416-1.859m-8.221 26.091l-.398-3.013c1.08.124 2.11.205 3.123.243l-.766 2.894a1 1 0 0 1-1.959-.124m5.319.124l-.76-2.871a39 39 0 0 0 3.104-.168l-.386 2.914a1 1 0 0 1-1.958.125m16.82-34.17l7.207 7.207l-1.414 1.414l-1.293-1.293V20h-3v-2.5a1.5 1.5 0 0 0-3 0V20h-3v-5.586l-1.293 1.293l-1.414-1.414zm0 17.5l9.207 9.207l-1.414 1.414l-1.909-1.908v7.74h-3.923v-3.27a1.962 1.962 0 1 0-3.923 0v3.27h-3.923v-7.74l-1.908 1.908l-1.414-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCommunityHealthworker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.412 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m1.082 5.541a1.5 1.5 0 0 0-.347-.04h-8.472q-.175 0-.346.041c-1.128.269-1.911.922-2.416 1.86c-.44.818-.654 1.835-.831 2.839l-1.059 6a1.5 1.5 0 0 0 2.954.521l1.06-6c.123-.703.234-1.19.35-1.538l.29 3.276c0 1.866-1.786 10.372-2.424 13.351a.99.99 0 0 0 .83 1.19c4.398.623 7.26.603 11.658-.004a.99.99 0 0 0 .835-1.186c-.633-3.026-2.429-11.747-2.429-13.35l.29-3.277c.115.347.226.835.35 1.537l1.06 6a1.5 1.5 0 1 0 2.953-.521l-1.058-6c-.177-1.003-.392-2.021-.832-2.84c-.504-.936-1.287-1.59-2.416-1.859m-8.221 26.091l-.398-3.013c1.08.124 2.11.205 3.123.243l-.766 2.894a1 1 0 0 1-1.959-.124m5.319.124l-.76-2.871a39 39 0 0 0 3.104-.168l-.386 2.914a1 1 0 0 1-1.958.125m16.82-34.17l7.207 7.207l-1.414 1.414l-1.293-1.293V20h-3v-2.5a1.5 1.5 0 0 0-3 0V20h-3v-5.586l-1.293 1.293l-1.414-1.414zm0 17.5l9.207 9.207l-1.414 1.414l-1.909-1.908v7.74h-3.923v-3.27a1.962 1.962 0 1 0-3.923 0v3.27h-3.923v-7.74l-1.908 1.908l-1.414-1.414z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.412 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m1.082 5.541a1.5 1.5 0 0 0-.347-.04h-8.472q-.175 0-.346.041c-1.128.269-1.911.922-2.416 1.86c-.44.818-.654 1.835-.831 2.839l-1.059 6a1.5 1.5 0 0 0 2.954.521l1.06-6c.123-.703.234-1.19.35-1.538l.29 3.276c0 1.866-1.786 10.372-2.424 13.351a.99.99 0 0 0 .83 1.19c4.398.623 7.26.603 11.658-.004a.99.99 0 0 0 .835-1.186c-.633-3.026-2.429-11.747-2.429-13.35l.29-3.277c.115.347.226.835.35 1.537l1.06 6a1.5 1.5 0 1 0 2.953-.521l-1.058-6c-.177-1.003-.392-2.021-.832-2.84c-.504-.936-1.287-1.59-2.416-1.859m-8.221 26.091l-.398-3.013c1.08.124 2.11.205 3.123.243l-.766 2.894a1 1 0 0 1-1.959-.124m5.319.124l-.76-2.871a39 39 0 0 0 3.104-.168l-.386 2.914a1 1 0 0 1-1.958.125m16.82-34.17l7.207 7.207l-1.414 1.414l-1.293-1.293V20h-3v-2.5a1.5 1.5 0 0 0-3 0V20h-3v-5.586l-1.293 1.293l-1.414-1.414zm0 17.5l9.207 9.207l-1.414 1.414l-1.909-1.908v7.74h-3.923v-3.27a1.962 1.962 0 1 0-3.923 0v3.27h-3.923v-7.74l-1.908 1.908l-1.414-1.414z"/></svg>
</template>

CSS

.icon-community-healthworker {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.412%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m1.082%205.541a1.5%201.5%200%200%200-.347-.04h-8.472q-.175%200-.346.041c-1.128.269-1.911.922-2.416%201.86c-.44.818-.654%201.835-.831%202.839l-1.059%206a1.5%201.5%200%200%200%202.954.521l1.06-6c.123-.703.234-1.19.35-1.538l.29%203.276c0%201.866-1.786%2010.372-2.424%2013.351a.99.99%200%200%200%20.83%201.19c4.398.623%207.26.603%2011.658-.004a.99.99%200%200%200%20.835-1.186c-.633-3.026-2.429-11.747-2.429-13.35l.29-3.277c.115.347.226.835.35%201.537l1.06%206a1.5%201.5%200%201%200%202.953-.521l-1.058-6c-.177-1.003-.392-2.021-.832-2.84c-.504-.936-1.287-1.59-2.416-1.859m-8.221%2026.091l-.398-3.013c1.08.124%202.11.205%203.123.243l-.766%202.894a1%201%200%200%201-1.959-.124m5.319.124l-.76-2.871a39%2039%200%200%200%203.104-.168l-.386%202.914a1%201%200%200%201-1.958.125m16.82-34.17l7.207%207.207l-1.414%201.414l-1.293-1.293V20h-3v-2.5a1.5%201.5%200%200%200-3%200V20h-3v-5.586l-1.293%201.293l-1.414-1.414zm0%2017.5l9.207%209.207l-1.414%201.414l-1.909-1.908v7.74h-3.923v-3.27a1.962%201.962%200%201%200-3.923%200v3.27h-3.923v-7.74l-1.908%201.908l-1.414-1.414z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.412%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m1.082%205.541a1.5%201.5%200%200%200-.347-.04h-8.472q-.175%200-.346.041c-1.128.269-1.911.922-2.416%201.86c-.44.818-.654%201.835-.831%202.839l-1.059%206a1.5%201.5%200%200%200%202.954.521l1.06-6c.123-.703.234-1.19.35-1.538l.29%203.276c0%201.866-1.786%2010.372-2.424%2013.351a.99.99%200%200%200%20.83%201.19c4.398.623%207.26.603%2011.658-.004a.99.99%200%200%200%20.835-1.186c-.633-3.026-2.429-11.747-2.429-13.35l.29-3.277c.115.347.226.835.35%201.537l1.06%206a1.5%201.5%200%201%200%202.953-.521l-1.058-6c-.177-1.003-.392-2.021-.832-2.84c-.504-.936-1.287-1.59-2.416-1.859m-8.221%2026.091l-.398-3.013c1.08.124%202.11.205%203.123.243l-.766%202.894a1%201%200%200%201-1.959-.124m5.319.124l-.76-2.871a39%2039%200%200%200%203.104-.168l-.386%202.914a1%201%200%200%201-1.958.125m16.82-34.17l7.207%207.207l-1.414%201.414l-1.293-1.293V20h-3v-2.5a1.5%201.5%200%200%200-3%200V20h-3v-5.586l-1.293%201.293l-1.414-1.414zm0%2017.5l9.207%209.207l-1.414%201.414l-1.909-1.908v7.74h-3.923v-3.27a1.962%201.962%200%201%200-3.923%200v3.27h-3.923v-7.74l-1.908%201.908l-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/community-healthworker.svg?color=%231a73e8&size=48