human resoruces icon
human-resoruces-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.
- Name
- human-resoruces-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
- Aliases
- human-resoruces2x-outline
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyintensive-care-unitmedical-recordsnephrologyobstetricsmonia
Use the human resoruces 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="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z" clip-rule="evenodd"/><path d="M19 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0"/><path fill-rule="evenodd" d="M12.256 27.24c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461 1.05-.807 1.637-1.064C13.642 24.257 15.028 24 16 24c.971 0 2.358.257 3.526.767c.587.257 1.178.603 1.637 1.064c.468.471.837 1.108.837 1.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64m16 0c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461 1.05-.807 1.637-1.064C29.642 24.257 31.029 24 32 24s2.358.257 3.526.767c.587.257 1.178.603 1.637 1.064c.468.471.837 1.108.837 1.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64" clip-rule="evenodd"/><path d="M35 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0m-8-2a3 3 0 1 1-6 0a3 3 0 1 1 6 0"/><path fill-rule="evenodd" d="M22.697 24.995c-.283.028-.38.092-.451.171l-1.492-1.332c.525-.588 1.18-.774 1.749-.83c.343-.033.769-.021 1.118-.012c.143.004.273.008.379.008s.236-.004.379-.008c.349-.01.775-.02 1.118.013c.57.055 1.224.241 1.749.829l-1.492 1.332c-.07-.079-.168-.143-.451-.17a5 5 0 0 0-.554-.012l-.202.005c-.17.005-.363.011-.547.011s-.377-.006-.547-.01l-.202-.006a5 5 0 0 0-.554.011" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHumanResorucesOutline(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="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z" clipRule="evenodd"/><path d="M19 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0"/><path fillRule="evenodd" d="M12.256 27.24c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461 1.05-.807 1.637-1.064C13.642 24.257 15.028 24 16 24c.971 0 2.358.257 3.526.767c.587.257 1.178.603 1.637 1.064c.468.471.837 1.108.837 1.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64m16 0c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461 1.05-.807 1.637-1.064C29.642 24.257 31.029 24 32 24s2.358.257 3.526.767c.587.257 1.178.603 1.637 1.064c.468.471.837 1.108.837 1.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64" clipRule="evenodd"/><path d="M35 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0m-8-2a3 3 0 1 1-6 0a3 3 0 1 1 6 0"/><path fillRule="evenodd" d="M22.697 24.995c-.283.028-.38.092-.451.171l-1.492-1.332c.525-.588 1.18-.774 1.749-.83c.343-.033.769-.021 1.118-.012c.143.004.273.008.379.008s.236-.004.379-.008c.349-.01.775-.02 1.118.013c.57.055 1.224.241 1.749.829l-1.492 1.332c-.07-.079-.168-.143-.451-.17a5 5 0 0 0-.554-.012l-.202.005c-.17.005-.363.011-.547.011s-.377-.006-.547-.01l-.202-.006a5 5 0 0 0-.554.011" clipRule="evenodd"/></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="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z" clip-rule="evenodd"/><path d="M19 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0"/><path fill-rule="evenodd" d="M12.256 27.24c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461 1.05-.807 1.637-1.064C13.642 24.257 15.028 24 16 24c.971 0 2.358.257 3.526.767c.587.257 1.178.603 1.637 1.064c.468.471.837 1.108.837 1.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64m16 0c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461 1.05-.807 1.637-1.064C29.642 24.257 31.029 24 32 24s2.358.257 3.526.767c.587.257 1.178.603 1.637 1.064c.468.471.837 1.108.837 1.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64" clip-rule="evenodd"/><path d="M35 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0m-8-2a3 3 0 1 1-6 0a3 3 0 1 1 6 0"/><path fill-rule="evenodd" d="M22.697 24.995c-.283.028-.38.092-.451.171l-1.492-1.332c.525-.588 1.18-.774 1.749-.83c.343-.033.769-.021 1.118-.012c.143.004.273.008.379.008s.236-.004.379-.008c.349-.01.775-.02 1.118.013c.57.055 1.224.241 1.749.829l-1.492 1.332c-.07-.079-.168-.143-.451-.17a5 5 0 0 0-.554-.012l-.202.005c-.17.005-.363.011-.547.011s-.377-.006-.547-.01l-.202-.006a5 5 0 0 0-.554.011" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-human-resoruces-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%22M39%208H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h30a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%2020a3%203%200%201%201-6%200a3%203%200%201%201%206%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.256%2027.24c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461%201.05-.807%201.637-1.064C13.642%2024.257%2015.028%2024%2016%2024c.971%200%202.358.257%203.526.767c.587.257%201.178.603%201.637%201.064c.468.471.837%201.108.837%201.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64m16%200c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461%201.05-.807%201.637-1.064C29.642%2024.257%2031.029%2024%2032%2024s2.358.257%203.526.767c.587.257%201.178.603%201.637%201.064c.468.471.837%201.108.837%201.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M35%2020a3%203%200%201%201-6%200a3%203%200%201%201%206%200m-8-2a3%203%200%201%201-6%200a3%203%200%201%201%206%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.697%2024.995c-.283.028-.38.092-.451.171l-1.492-1.332c.525-.588%201.18-.774%201.749-.83c.343-.033.769-.021%201.118-.012c.143.004.273.008.379.008s.236-.004.379-.008c.349-.01.775-.02%201.118.013c.57.055%201.224.241%201.749.829l-1.492%201.332c-.07-.079-.168-.143-.451-.17a5%205%200%200%200-.554-.012l-.202.005c-.17.005-.363.011-.547.011s-.377-.006-.547-.01l-.202-.006a5%205%200%200%200-.554.011%22%20clip-rule%3D%22evenodd%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%22M39%208H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h30a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%2020a3%203%200%201%201-6%200a3%203%200%201%201%206%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.256%2027.24c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461%201.05-.807%201.637-1.064C13.642%2024.257%2015.028%2024%2016%2024c.971%200%202.358.257%203.526.767c.587.257%201.178.603%201.637%201.064c.468.471.837%201.108.837%201.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64m16%200c-.21.211-.256.369-.256.487V31h-2v-3.273c0-.788.37-1.425.837-1.896c.459-.461%201.05-.807%201.637-1.064C29.642%2024.257%2031.029%2024%2032%2024s2.358.257%203.526.767c.587.257%201.178.603%201.637%201.064c.468.471.837%201.108.837%201.896V31h-2v-3.273c0-.118-.047-.276-.256-.486c-.218-.22-.564-.442-1.019-.641c-.914-.4-2.028-.6-2.725-.6s-1.81.2-2.725.6c-.455.198-.8.42-1.019.64%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M35%2020a3%203%200%201%201-6%200a3%203%200%201%201%206%200m-8-2a3%203%200%201%201-6%200a3%203%200%201%201%206%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.697%2024.995c-.283.028-.38.092-.451.171l-1.492-1.332c.525-.588%201.18-.774%201.749-.83c.343-.033.769-.021%201.118-.012c.143.004.273.008.379.008s.236-.004.379-.008c.349-.01.775-.02%201.118.013c.57.055%201.224.241%201.749.829l-1.492%201.332c-.07-.079-.168-.143-.451-.17a5%205%200%200%200-.554-.012l-.202.005c-.17.005-.363.011-.547.011s-.377-.006-.547-.01l-.202-.006a5%205%200%200%200-.554.011%22%20clip-rule%3D%22evenodd%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/human-resoruces-outline.svg?color=%231a73e8&size=48