crisis response center person icon
crisis-response-center-person-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- crisis-response-center-person-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- crisis-response-center-person2x-outline
1 other variant in Health Icons
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 crisis response center person 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="M6 6h17v12H6zm9.5 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-7a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1M25 6h17v12H25zm15.207 3.207l-1.414-1.414l-4.293 4.293l-2.5-2.5l-3.707 3.707l1.414 1.414L32 12.414l2.5 2.5zM6 20v12h12.341A6.002 6.002 0 0 1 23 24.083V20zm3 3v2h2v-2zm0 6v-2h2v2zm4-6v2h2v-2zm0 6v-2h2v2zm4-6v2h2v-2zm12.659 9A6.002 6.002 0 0 0 25 24.083V20h17v12zM39 25h-7a1 1 0 1 1 0-2h7a1 1 0 1 1 0 2m-6 4a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2zm-16 8.546C17 35.853 21.664 35 24 35s7 .853 7 2.545V41H17zm1.779.626l.019-.018q-.018.018-.02.017M19 38.02c.247-.14.64-.305 1.183-.463C21.45 37.19 23.011 37 24 37s2.55.19 3.817.558c.543.158.936.323 1.183.462V39H19zm10.22.15l-.004-.004l-.007-.006l-.007-.007l.02.017z"/><path d="M28 30a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-2 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCrisisResponseCenterPersonOutline(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="M6 6h17v12H6zm9.5 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-7a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1M25 6h17v12H25zm15.207 3.207l-1.414-1.414l-4.293 4.293l-2.5-2.5l-3.707 3.707l1.414 1.414L32 12.414l2.5 2.5zM6 20v12h12.341A6.002 6.002 0 0 1 23 24.083V20zm3 3v2h2v-2zm0 6v-2h2v2zm4-6v2h2v-2zm0 6v-2h2v2zm4-6v2h2v-2zm12.659 9A6.002 6.002 0 0 0 25 24.083V20h17v12zM39 25h-7a1 1 0 1 1 0-2h7a1 1 0 1 1 0 2m-6 4a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2zm-16 8.546C17 35.853 21.664 35 24 35s7 .853 7 2.545V41H17zm1.779.626l.019-.018q-.018.018-.02.017M19 38.02c.247-.14.64-.305 1.183-.463C21.45 37.19 23.011 37 24 37s2.55.19 3.817.558c.543.158.936.323 1.183.462V39H19zm10.22.15l-.004-.004l-.007-.006l-.007-.007l.02.017z"/><path d="M28 30a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-2 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></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="M6 6h17v12H6zm9.5 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-7a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1M25 6h17v12H25zm15.207 3.207l-1.414-1.414l-4.293 4.293l-2.5-2.5l-3.707 3.707l1.414 1.414L32 12.414l2.5 2.5zM6 20v12h12.341A6.002 6.002 0 0 1 23 24.083V20zm3 3v2h2v-2zm0 6v-2h2v2zm4-6v2h2v-2zm0 6v-2h2v2zm4-6v2h2v-2zm12.659 9A6.002 6.002 0 0 0 25 24.083V20h17v12zM39 25h-7a1 1 0 1 1 0-2h7a1 1 0 1 1 0 2m-6 4a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2zm-16 8.546C17 35.853 21.664 35 24 35s7 .853 7 2.545V41H17zm1.779.626l.019-.018q-.018.018-.02.017M19 38.02c.247-.14.64-.305 1.183-.463C21.45 37.19 23.011 37 24 37s2.55.19 3.817.558c.543.158.936.323 1.183.462V39H19zm10.22.15l-.004-.004l-.007-.006l-.007-.007l.02.017z"/><path d="M28 30a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-2 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg> </template>
CSS
.icon-crisis-response-center-person-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%22M6%206h17v12H6zm9.5%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-7a1%201%200%200%200-1%201v3a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1M25%206h17v12H25zm15.207%203.207l-1.414-1.414l-4.293%204.293l-2.5-2.5l-3.707%203.707l1.414%201.414L32%2012.414l2.5%202.5zM6%2020v12h12.341A6.002%206.002%200%200%201%2023%2024.083V20zm3%203v2h2v-2zm0%206v-2h2v2zm4-6v2h2v-2zm0%206v-2h2v2zm4-6v2h2v-2zm12.659%209A6.002%206.002%200%200%200%2025%2024.083V20h17v12zM39%2025h-7a1%201%200%201%201%200-2h7a1%201%200%201%201%200%202m-6%204a1%201%200%201%201%200-2h6a1%201%200%201%201%200%202zm-16%208.546C17%2035.853%2021.664%2035%2024%2035s7%20.853%207%202.545V41H17zm1.779.626l.019-.018q-.018.018-.02.017M19%2038.02c.247-.14.64-.305%201.183-.463C21.45%2037.19%2023.011%2037%2024%2037s2.55.19%203.817.558c.543.158.936.323%201.183.462V39H19zm10.22.15l-.004-.004l-.007-.006l-.007-.007l.02.017z%22%2F%3E%3Cpath%20d%3D%22M28%2030a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-2%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%22M6%206h17v12H6zm9.5%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-7a1%201%200%200%200-1%201v3a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1M25%206h17v12H25zm15.207%203.207l-1.414-1.414l-4.293%204.293l-2.5-2.5l-3.707%203.707l1.414%201.414L32%2012.414l2.5%202.5zM6%2020v12h12.341A6.002%206.002%200%200%201%2023%2024.083V20zm3%203v2h2v-2zm0%206v-2h2v2zm4-6v2h2v-2zm0%206v-2h2v2zm4-6v2h2v-2zm12.659%209A6.002%206.002%200%200%200%2025%2024.083V20h17v12zM39%2025h-7a1%201%200%201%201%200-2h7a1%201%200%201%201%200%202m-6%204a1%201%200%201%201%200-2h6a1%201%200%201%201%200%202zm-16%208.546C17%2035.853%2021.664%2035%2024%2035s7%20.853%207%202.545V41H17zm1.779.626l.019-.018q-.018.018-.02.017M19%2038.02c.247-.14.64-.305%201.183-.463C21.45%2037.19%2023.011%2037%2024%2037s2.55.19%203.817.558c.543.158.936.323%201.183.462V39H19zm10.22.15l-.004-.004l-.007-.006l-.007-.007l.02.017z%22%2F%3E%3Cpath%20d%3D%22M28%2030a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-2%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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/crisis-response-center-person-outline.svg?color=%231a73e8&size=48