human resoruces negative icon
human-resoruces-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- human-resoruces-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the human resoruces 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(#healthiconsHumanResorucesNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm7 17a3 3 0 1 0 0-6a3 3 0 1 0 0 6m-3.744 4.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.64M28 27.728c0-.118.047-.276.256-.486c.218-.22.564-.442 1.019-.641c.914-.4 2.028-.6 2.725-.6s1.81.2 2.725.6c.455.198.8.42 1.019.64c.21.211.256.369.256.487V31h2v-3.273c0-.788-.37-1.425-.837-1.896c-.458-.461-1.05-.807-1.637-1.064C34.358 24.257 32.971 24 32 24s-2.358.257-3.526.767c-.587.257-1.178.603-1.637 1.064c-.468.471-.837 1.108-.837 1.896V31h2zM35 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0m-11 1a3 3 0 1 0 0-6a3 3 0 1 0 0 6m-1.303 3.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><defs><clipPath id="healthiconsHumanResorucesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHumanResorucesNegative(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(#healthiconsHumanResorucesNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm7 17a3 3 0 1 0 0-6a3 3 0 1 0 0 6m-3.744 4.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.64M28 27.728c0-.118.047-.276.256-.486c.218-.22.564-.442 1.019-.641c.914-.4 2.028-.6 2.725-.6s1.81.2 2.725.6c.455.198.8.42 1.019.64c.21.211.256.369.256.487V31h2v-3.273c0-.788-.37-1.425-.837-1.896c-.458-.461-1.05-.807-1.637-1.064C34.358 24.257 32.971 24 32 24s-2.358.257-3.526.767c-.587.257-1.178.603-1.637 1.064c-.468.471-.837 1.108-.837 1.896V31h2zM35 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0m-11 1a3 3 0 1 0 0-6a3 3 0 1 0 0 6m-1.303 3.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><defs><clipPath id="healthiconsHumanResorucesNegative"><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(#healthiconsHumanResorucesNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm7 17a3 3 0 1 0 0-6a3 3 0 1 0 0 6m-3.744 4.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.64M28 27.728c0-.118.047-.276.256-.486c.218-.22.564-.442 1.019-.641c.914-.4 2.028-.6 2.725-.6s1.81.2 2.725.6c.455.198.8.42 1.019.64c.21.211.256.369.256.487V31h2v-3.273c0-.788-.37-1.425-.837-1.896c-.458-.461-1.05-.807-1.637-1.064C34.358 24.257 32.971 24 32 24s-2.358.257-3.526.767c-.587.257-1.178.603-1.637 1.064c-.468.471-.837 1.108-.837 1.896V31h2zM35 20a3 3 0 1 1-6 0a3 3 0 1 1 6 0m-11 1a3 3 0 1 0 0-6a3 3 0 1 0 0 6m-1.303 3.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><defs><clipPath id="healthiconsHumanResorucesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-human-resoruces-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(%23healthiconsHumanResorucesNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm7%2017a3%203%200%201%200%200-6a3%203%200%201%200%200%206m-3.744%204.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.64M28%2027.728c0-.118.047-.276.256-.486c.218-.22.564-.442%201.019-.641c.914-.4%202.028-.6%202.725-.6s1.81.2%202.725.6c.455.198.8.42%201.019.64c.21.211.256.369.256.487V31h2v-3.273c0-.788-.37-1.425-.837-1.896c-.458-.461-1.05-.807-1.637-1.064C34.358%2024.257%2032.971%2024%2032%2024s-2.358.257-3.526.767c-.587.257-1.178.603-1.637%201.064c-.468.471-.837%201.108-.837%201.896V31h2zM35%2020a3%203%200%201%201-6%200a3%203%200%201%201%206%200m-11%201a3%203%200%201%200%200-6a3%203%200%201%200%200%206m-1.303%203.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%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHumanResorucesNegative%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(%23healthiconsHumanResorucesNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm7%2017a3%203%200%201%200%200-6a3%203%200%201%200%200%206m-3.744%204.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.64M28%2027.728c0-.118.047-.276.256-.486c.218-.22.564-.442%201.019-.641c.914-.4%202.028-.6%202.725-.6s1.81.2%202.725.6c.455.198.8.42%201.019.64c.21.211.256.369.256.487V31h2v-3.273c0-.788-.37-1.425-.837-1.896c-.458-.461-1.05-.807-1.637-1.064C34.358%2024.257%2032.971%2024%2032%2024s-2.358.257-3.526.767c-.587.257-1.178.603-1.637%201.064c-.468.471-.837%201.108-.837%201.896V31h2zM35%2020a3%203%200%201%201-6%200a3%203%200%201%201%206%200m-11%201a3%203%200%201%200%200-6a3%203%200%201%200%200%206m-1.303%203.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%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHumanResorucesNegative%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/human-resoruces-negative.svg?color=%231a73e8&size=48