crisis response center person negative icon

crisis-response-center-person-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
crisis-response-center-person-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the crisis response center person 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(#healthiconsCrisisResponseCenterPersonNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23 6H6v12h17zm19 0H25v12h17zM6 32V20h17v4.083A6.002 6.002 0 0 0 18.341 32zm24-2a6 6 0 0 1-.341 2H42V20H25v4.083c2.838.476 5 2.944 5 5.917M14.5 16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-1-7a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0zM32 25h7a1 1 0 1 0 0-2h-7a1 1 0 1 0 0 2M9 25v-2h2v2zm0 2v2h2v-2zm4-2v-2h2v2zm0 2v2h2v-2zm4-2v-2h2v2zm15 3a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2h-6a1 1 0 0 0-1 1m8.207-18.793L34.5 14.914l-2.5-2.5l-2.293 2.293l-1.414-1.414L32 9.586l2.5 2.5l4.293-4.293zM24 36c-2.336 0-7 .71-7 2.121V41h14v-2.879C31 36.711 26.336 36 24 36m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCrisisResponseCenterPersonNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCrisisResponseCenterPersonNegative(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(#healthiconsCrisisResponseCenterPersonNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM23 6H6v12h17zm19 0H25v12h17zM6 32V20h17v4.083A6.002 6.002 0 0 0 18.341 32zm24-2a6 6 0 0 1-.341 2H42V20H25v4.083c2.838.476 5 2.944 5 5.917M14.5 16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-1-7a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0zM32 25h7a1 1 0 1 0 0-2h-7a1 1 0 1 0 0 2M9 25v-2h2v2zm0 2v2h2v-2zm4-2v-2h2v2zm0 2v2h2v-2zm4-2v-2h2v2zm15 3a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2h-6a1 1 0 0 0-1 1m8.207-18.793L34.5 14.914l-2.5-2.5l-2.293 2.293l-1.414-1.414L32 9.586l2.5 2.5l4.293-4.293zM24 36c-2.336 0-7 .71-7 2.121V41h14v-2.879C31 36.711 26.336 36 24 36m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCrisisResponseCenterPersonNegative"><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(#healthiconsCrisisResponseCenterPersonNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23 6H6v12h17zm19 0H25v12h17zM6 32V20h17v4.083A6.002 6.002 0 0 0 18.341 32zm24-2a6 6 0 0 1-.341 2H42V20H25v4.083c2.838.476 5 2.944 5 5.917M14.5 16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-1-7a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0zM32 25h7a1 1 0 1 0 0-2h-7a1 1 0 1 0 0 2M9 25v-2h2v2zm0 2v2h2v-2zm4-2v-2h2v2zm0 2v2h2v-2zm4-2v-2h2v2zm15 3a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2h-6a1 1 0 0 0-1 1m8.207-18.793L34.5 14.914l-2.5-2.5l-2.293 2.293l-1.414-1.414L32 9.586l2.5 2.5l4.293-4.293zM24 36c-2.336 0-7 .71-7 2.121V41h14v-2.879C31 36.711 26.336 36 24 36m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCrisisResponseCenterPersonNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-crisis-response-center-person-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(%23healthiconsCrisisResponseCenterPersonNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23%206H6v12h17zm19%200H25v12h17zM6%2032V20h17v4.083A6.002%206.002%200%200%200%2018.341%2032zm24-2a6%206%200%200%201-.341%202H42V20H25v4.083c2.838.476%205%202.944%205%205.917M14.5%2016a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-1-7a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200zM32%2025h7a1%201%200%201%200%200-2h-7a1%201%200%201%200%200%202M9%2025v-2h2v2zm0%202v2h2v-2zm4-2v-2h2v2zm0%202v2h2v-2zm4-2v-2h2v2zm15%203a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2h-6a1%201%200%200%200-1%201m8.207-18.793L34.5%2014.914l-2.5-2.5l-2.293%202.293l-1.414-1.414L32%209.586l2.5%202.5l4.293-4.293zM24%2036c-2.336%200-7%20.71-7%202.121V41h14v-2.879C31%2036.711%2026.336%2036%2024%2036m0-2a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCrisisResponseCenterPersonNegative%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(%23healthiconsCrisisResponseCenterPersonNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23%206H6v12h17zm19%200H25v12h17zM6%2032V20h17v4.083A6.002%206.002%200%200%200%2018.341%2032zm24-2a6%206%200%200%201-.341%202H42V20H25v4.083c2.838.476%205%202.944%205%205.917M14.5%2016a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-1-7a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200zM32%2025h7a1%201%200%201%200%200-2h-7a1%201%200%201%200%200%202M9%2025v-2h2v2zm0%202v2h2v-2zm4-2v-2h2v2zm0%202v2h2v-2zm4-2v-2h2v2zm15%203a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2h-6a1%201%200%200%200-1%201m8.207-18.793L34.5%2014.914l-2.5-2.5l-2.293%202.293l-1.414-1.414L32%209.586l2.5%202.5l4.293-4.293zM24%2036c-2.336%200-7%20.71-7%202.121V41h14v-2.879C31%2036.711%2026.336%2036%2024%2036m0-2a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCrisisResponseCenterPersonNegative%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/crisis-response-center-person-negative.svg?color=%231a73e8&size=48