community healthworker negative icon
community-healthworker-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- community-healthworker-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the community healthworker negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCommunityHealthworkerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.912 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4.235 2q.177 0 .347.041c1.129.269 1.912.922 2.416 1.86c.44.818.655 1.835.832 2.839l1.058 6a1.5 1.5 0 1 1-2.954.521l-1.059-6c-.124-.702-.235-1.19-.35-1.537L19.146 22c0 1.604 1.796 10.325 2.43 13.351a.99.99 0 0 1-.836 1.186c-4.397.606-7.26.627-11.659.005a.99.99 0 0 1-.83-1.19c.639-2.98 2.425-11.486 2.425-13.352l-.29-3.276c-.116.348-.227.835-.35 1.538l-1.06 6a1.5 1.5 0 0 1-2.954-.521l1.059-6c.177-1.004.391-2.021.832-2.84c.504-.937 1.287-1.59 2.415-1.859q.172-.04.346-.04L12.728 15zm-8.272 23.118l.398 3.013a1 1 0 0 0 1.959.125l.766-2.894a41 41 0 0 1-3.123-.244m4.957.267l.76 2.87a1 1 0 0 0 1.958-.124l.386-2.914a39 39 0 0 1-3.104.168m17.58-31.3l7.207 7.208l-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.208l-1.414 1.414l-1.909-1.908v7.74h-3.923v-3.27a1.962 1.962 0 0 0-3.923 0v3.27h-3.923v-7.74l-1.908 1.908l-1.414-1.414z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCommunityHealthworkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCommunityHealthworkerNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsCommunityHealthworkerNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM14.912 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4.235 2q.177 0 .347.041c1.129.269 1.912.922 2.416 1.86c.44.818.655 1.835.832 2.839l1.058 6a1.5 1.5 0 1 1-2.954.521l-1.059-6c-.124-.702-.235-1.19-.35-1.537L19.146 22c0 1.604 1.796 10.325 2.43 13.351a.99.99 0 0 1-.836 1.186c-4.397.606-7.26.627-11.659.005a.99.99 0 0 1-.83-1.19c.639-2.98 2.425-11.486 2.425-13.352l-.29-3.276c-.116.348-.227.835-.35 1.538l-1.06 6a1.5 1.5 0 0 1-2.954-.521l1.059-6c.177-1.004.391-2.021.832-2.84c.504-.937 1.287-1.59 2.415-1.859q.172-.04.346-.04L12.728 15zm-8.272 23.118l.398 3.013a1 1 0 0 0 1.959.125l.766-2.894a41 41 0 0 1-3.123-.244m4.957.267l.76 2.87a1 1 0 0 0 1.958-.124l.386-2.914a39 39 0 0 1-3.104.168m17.58-31.3l7.207 7.208l-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.208l-1.414 1.414l-1.909-1.908v7.74h-3.923v-3.27a1.962 1.962 0 0 0-3.923 0v3.27h-3.923v-7.74l-1.908 1.908l-1.414-1.414z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCommunityHealthworkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCommunityHealthworkerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.912 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4.235 2q.177 0 .347.041c1.129.269 1.912.922 2.416 1.86c.44.818.655 1.835.832 2.839l1.058 6a1.5 1.5 0 1 1-2.954.521l-1.059-6c-.124-.702-.235-1.19-.35-1.537L19.146 22c0 1.604 1.796 10.325 2.43 13.351a.99.99 0 0 1-.836 1.186c-4.397.606-7.26.627-11.659.005a.99.99 0 0 1-.83-1.19c.639-2.98 2.425-11.486 2.425-13.352l-.29-3.276c-.116.348-.227.835-.35 1.538l-1.06 6a1.5 1.5 0 0 1-2.954-.521l1.059-6c.177-1.004.391-2.021.832-2.84c.504-.937 1.287-1.59 2.415-1.859q.172-.04.346-.04L12.728 15zm-8.272 23.118l.398 3.013a1 1 0 0 0 1.959.125l.766-2.894a41 41 0 0 1-3.123-.244m4.957.267l.76 2.87a1 1 0 0 0 1.958-.124l.386-2.914a39 39 0 0 1-3.104.168m17.58-31.3l7.207 7.208l-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.208l-1.414 1.414l-1.909-1.908v7.74h-3.923v-3.27a1.962 1.962 0 0 0-3.923 0v3.27h-3.923v-7.74l-1.908 1.908l-1.414-1.414z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCommunityHealthworkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-community-healthworker-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCommunityHealthworkerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.912%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m4.235%202q.177%200%20.347.041c1.129.269%201.912.922%202.416%201.86c.44.818.655%201.835.832%202.839l1.058%206a1.5%201.5%200%201%201-2.954.521l-1.059-6c-.124-.702-.235-1.19-.35-1.537L19.146%2022c0%201.604%201.796%2010.325%202.43%2013.351a.99.99%200%200%201-.836%201.186c-4.397.606-7.26.627-11.659.005a.99.99%200%200%201-.83-1.19c.639-2.98%202.425-11.486%202.425-13.352l-.29-3.276c-.116.348-.227.835-.35%201.538l-1.06%206a1.5%201.5%200%200%201-2.954-.521l1.059-6c.177-1.004.391-2.021.832-2.84c.504-.937%201.287-1.59%202.415-1.859q.172-.04.346-.04L12.728%2015zm-8.272%2023.118l.398%203.013a1%201%200%200%200%201.959.125l.766-2.894a41%2041%200%200%201-3.123-.244m4.957.267l.76%202.87a1%201%200%200%200%201.958-.124l.386-2.914a39%2039%200%200%201-3.104.168m17.58-31.3l7.207%207.208l-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.208l-1.414%201.414l-1.909-1.908v7.74h-3.923v-3.27a1.962%201.962%200%200%200-3.923%200v3.27h-3.923v-7.74l-1.908%201.908l-1.414-1.414z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCommunityHealthworkerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCommunityHealthworkerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.912%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m4.235%202q.177%200%20.347.041c1.129.269%201.912.922%202.416%201.86c.44.818.655%201.835.832%202.839l1.058%206a1.5%201.5%200%201%201-2.954.521l-1.059-6c-.124-.702-.235-1.19-.35-1.537L19.146%2022c0%201.604%201.796%2010.325%202.43%2013.351a.99.99%200%200%201-.836%201.186c-4.397.606-7.26.627-11.659.005a.99.99%200%200%201-.83-1.19c.639-2.98%202.425-11.486%202.425-13.352l-.29-3.276c-.116.348-.227.835-.35%201.538l-1.06%206a1.5%201.5%200%200%201-2.954-.521l1.059-6c.177-1.004.391-2.021.832-2.84c.504-.937%201.287-1.59%202.415-1.859q.172-.04.346-.04L12.728%2015zm-8.272%2023.118l.398%203.013a1%201%200%200%200%201.959.125l.766-2.894a41%2041%200%200%201-3.123-.244m4.957.267l.76%202.87a1%201%200%200%200%201.958-.124l.386-2.914a39%2039%200%200%201-3.104.168m17.58-31.3l7.207%207.208l-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.208l-1.414%201.414l-1.909-1.908v7.74h-3.923v-3.27a1.962%201.962%200%200%200-3.923%200v3.27h-3.923v-7.74l-1.908%201.908l-1.414-1.414z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCommunityHealthworkerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48