health worker icon
health-worker-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- health-worker-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- health-worker2x-outline
3 other variants in Health Icons
The same icon in other sets
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the health 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="M19 30s-1.497-2.102-2-1.987c-5.404 1.23-11 4.782-11 8.557V42h36v-5.43c0-3.775-5.596-7.327-11-8.557c-.503-.115-2 1.987-2 1.987zm6.685 2H17.97l-.598-.84l-.01-.013l-.04-.055a16 16 0 0 0-.727-.915c-2.185.603-4.324 1.595-5.942 2.776C8.73 34.355 8 35.667 8 36.57V40h32v-3.43c0-.903-.73-2.215-2.652-3.617c-1.618-1.18-3.757-2.173-5.942-2.776l-.075.086a14 14 0 0 0-.652.828l-.04.056l-.01.012v.001l-.598.84z"/><path d="M32 38v-6h2v6z"/><path d="M36 36h-6v-2h6zM24 24a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S29.523 6 24 6s-10 4.477-10 10s4.477 10 10 10"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHealthWorkerOutline(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="M19 30s-1.497-2.102-2-1.987c-5.404 1.23-11 4.782-11 8.557V42h36v-5.43c0-3.775-5.596-7.327-11-8.557c-.503-.115-2 1.987-2 1.987zm6.685 2H17.97l-.598-.84l-.01-.013l-.04-.055a16 16 0 0 0-.727-.915c-2.185.603-4.324 1.595-5.942 2.776C8.73 34.355 8 35.667 8 36.57V40h32v-3.43c0-.903-.73-2.215-2.652-3.617c-1.618-1.18-3.757-2.173-5.942-2.776l-.075.086a14 14 0 0 0-.652.828l-.04.056l-.01.012v.001l-.598.84z"/><path d="M32 38v-6h2v6z"/><path d="M36 36h-6v-2h6zM24 24a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S29.523 6 24 6s-10 4.477-10 10s4.477 10 10 10"/></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="M19 30s-1.497-2.102-2-1.987c-5.404 1.23-11 4.782-11 8.557V42h36v-5.43c0-3.775-5.596-7.327-11-8.557c-.503-.115-2 1.987-2 1.987zm6.685 2H17.97l-.598-.84l-.01-.013l-.04-.055a16 16 0 0 0-.727-.915c-2.185.603-4.324 1.595-5.942 2.776C8.73 34.355 8 35.667 8 36.57V40h32v-3.43c0-.903-.73-2.215-2.652-3.617c-1.618-1.18-3.757-2.173-5.942-2.776l-.075.086a14 14 0 0 0-.652.828l-.04.056l-.01.012v.001l-.598.84z"/><path d="M32 38v-6h2v6z"/><path d="M36 36h-6v-2h6zM24 24a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S29.523 6 24 6s-10 4.477-10 10s4.477 10 10 10"/></g></svg> </template>
CSS
.icon-health-worker-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19%2030s-1.497-2.102-2-1.987c-5.404%201.23-11%204.782-11%208.557V42h36v-5.43c0-3.775-5.596-7.327-11-8.557c-.503-.115-2%201.987-2%201.987zm6.685%202H17.97l-.598-.84l-.01-.013l-.04-.055a16%2016%200%200%200-.727-.915c-2.185.603-4.324%201.595-5.942%202.776C8.73%2034.355%208%2035.667%208%2036.57V40h32v-3.43c0-.903-.73-2.215-2.652-3.617c-1.618-1.18-3.757-2.173-5.942-2.776l-.075.086a14%2014%200%200%200-.652.828l-.04.056l-.01.012v.001l-.598.84z%22%2F%3E%3Cpath%20d%3D%22M32%2038v-6h2v6z%22%2F%3E%3Cpath%20d%3D%22M36%2036h-6v-2h6zM24%2024a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202c5.523%200%2010-4.477%2010-10S29.523%206%2024%206s-10%204.477-10%2010s4.477%2010%2010%2010%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%22M19%2030s-1.497-2.102-2-1.987c-5.404%201.23-11%204.782-11%208.557V42h36v-5.43c0-3.775-5.596-7.327-11-8.557c-.503-.115-2%201.987-2%201.987zm6.685%202H17.97l-.598-.84l-.01-.013l-.04-.055a16%2016%200%200%200-.727-.915c-2.185.603-4.324%201.595-5.942%202.776C8.73%2034.355%208%2035.667%208%2036.57V40h32v-3.43c0-.903-.73-2.215-2.652-3.617c-1.618-1.18-3.757-2.173-5.942-2.776l-.075.086a14%2014%200%200%200-.652.828l-.04.056l-.01.012v.001l-.598.84z%22%2F%3E%3Cpath%20d%3D%22M32%2038v-6h2v6z%22%2F%3E%3Cpath%20d%3D%22M36%2036h-6v-2h6zM24%2024a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202c5.523%200%2010-4.477%2010-10S29.523%206%2024%206s-10%204.477-10%2010s4.477%2010%2010%2010%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/health-worker-outline.svg?color=%231a73e8&size=48