emergency operations center icon

emergency-operations-center-outline from Health Icons by Resolve to Save Lives · Outline · Places · MIT Free for personal and commercial use.

Name
emergency-operations-center-outline
Set
Health Icons
Style
Outline
Category
Places
Viewbox
48×48
License
MIT
Aliases
emergency-operations-center2x-outline

1 other variant in Health Icons

More places icons from Health Icons

Use the emergency operations center icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M19 32h5v4h-5zm-2 0h-5v4h5z"/><path fill-rule="evenodd" d="M16 10a1 1 0 0 0-1 1v1h-2a3 3 0 1 0 0 6h2v1h-4v2h4v3H6v2h2v14H7a1 1 0 1 0 0 2h34a1 1 0 1 0 0-2h-1V26h2v-2H29v-1.97a7.01 7.01 0 0 0 8.506-2.18l-4.192-4.193l.95-.95a1 1 0 0 0-1.415-1.414l-.95.95l-4.192-4.193a7 7 0 0 0-1.414 1.414a7.01 7.01 0 0 0-.23 8.06L21.585 24H17v-3h4v-2h-4v-1h2a3 3 0 1 0 0-6h-2v-1a1 1 0 0 0-1-1m8.414 14H27v-2.586zM15 14h-2a1 1 0 1 0 0 2h2zm2 0h2a1 1 0 1 1 0 2h-2zm-7 12v1h28v-1zm24.657-6.171a5.002 5.002 0 0 1-6.93-6.93zM10 29h28v11h-2v-8h-5v8H10z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEmergencyOperationsCenterOutline(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 d="M19 32h5v4h-5zm-2 0h-5v4h5z"/><path fillRule="evenodd" d="M16 10a1 1 0 0 0-1 1v1h-2a3 3 0 1 0 0 6h2v1h-4v2h4v3H6v2h2v14H7a1 1 0 1 0 0 2h34a1 1 0 1 0 0-2h-1V26h2v-2H29v-1.97a7.01 7.01 0 0 0 8.506-2.18l-4.192-4.193l.95-.95a1 1 0 0 0-1.415-1.414l-.95.95l-4.192-4.193a7 7 0 0 0-1.414 1.414a7.01 7.01 0 0 0-.23 8.06L21.585 24H17v-3h4v-2h-4v-1h2a3 3 0 1 0 0-6h-2v-1a1 1 0 0 0-1-1m8.414 14H27v-2.586zM15 14h-2a1 1 0 1 0 0 2h2zm2 0h2a1 1 0 1 1 0 2h-2zm-7 12v1h28v-1zm24.657-6.171a5.002 5.002 0 0 1-6.93-6.93zM10 29h28v11h-2v-8h-5v8H10z" 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 d="M19 32h5v4h-5zm-2 0h-5v4h5z"/><path fill-rule="evenodd" d="M16 10a1 1 0 0 0-1 1v1h-2a3 3 0 1 0 0 6h2v1h-4v2h4v3H6v2h2v14H7a1 1 0 1 0 0 2h34a1 1 0 1 0 0-2h-1V26h2v-2H29v-1.97a7.01 7.01 0 0 0 8.506-2.18l-4.192-4.193l.95-.95a1 1 0 0 0-1.415-1.414l-.95.95l-4.192-4.193a7 7 0 0 0-1.414 1.414a7.01 7.01 0 0 0-.23 8.06L21.585 24H17v-3h4v-2h-4v-1h2a3 3 0 1 0 0-6h-2v-1a1 1 0 0 0-1-1m8.414 14H27v-2.586zM15 14h-2a1 1 0 1 0 0 2h2zm2 0h2a1 1 0 1 1 0 2h-2zm-7 12v1h28v-1zm24.657-6.171a5.002 5.002 0 0 1-6.93-6.93zM10 29h28v11h-2v-8h-5v8H10z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-emergency-operations-center-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%20d%3D%22M19%2032h5v4h-5zm-2%200h-5v4h5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2010a1%201%200%200%200-1%201v1h-2a3%203%200%201%200%200%206h2v1h-4v2h4v3H6v2h2v14H7a1%201%200%201%200%200%202h34a1%201%200%201%200%200-2h-1V26h2v-2H29v-1.97a7.01%207.01%200%200%200%208.506-2.18l-4.192-4.193l.95-.95a1%201%200%200%200-1.415-1.414l-.95.95l-4.192-4.193a7%207%200%200%200-1.414%201.414a7.01%207.01%200%200%200-.23%208.06L21.585%2024H17v-3h4v-2h-4v-1h2a3%203%200%201%200%200-6h-2v-1a1%201%200%200%200-1-1m8.414%2014H27v-2.586zM15%2014h-2a1%201%200%201%200%200%202h2zm2%200h2a1%201%200%201%201%200%202h-2zm-7%2012v1h28v-1zm24.657-6.171a5.002%205.002%200%200%201-6.93-6.93zM10%2029h28v11h-2v-8h-5v8H10z%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%20d%3D%22M19%2032h5v4h-5zm-2%200h-5v4h5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2010a1%201%200%200%200-1%201v1h-2a3%203%200%201%200%200%206h2v1h-4v2h4v3H6v2h2v14H7a1%201%200%201%200%200%202h34a1%201%200%201%200%200-2h-1V26h2v-2H29v-1.97a7.01%207.01%200%200%200%208.506-2.18l-4.192-4.193l.95-.95a1%201%200%200%200-1.415-1.414l-.95.95l-4.192-4.193a7%207%200%200%200-1.414%201.414a7.01%207.01%200%200%200-.23%208.06L21.585%2024H17v-3h4v-2h-4v-1h2a3%203%200%201%200%200-6h-2v-1a1%201%200%200%200-1-1m8.414%2014H27v-2.586zM15%2014h-2a1%201%200%201%200%200%202h2zm2%200h2a1%201%200%201%201%200%202h-2zm-7%2012v1h28v-1zm24.657-6.171a5.002%205.002%200%200%201-6.93-6.93zM10%2029h28v11h-2v-8h-5v8H10z%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/emergency-operations-center-outline.svg?color=%231a73e8&size=48