emergency operations center icon
emergency-operations-center from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.
- Name
- emergency-operations-center
- Set
- Health Icons
- Style
- Filled
- Category
- Places
- Viewbox
- 48×48
- License
- MIT
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"><path fill="currentColor" fill-rule="evenodd" d="M15 11a1 1 0 1 1 2 0v1h2a3 3 0 1 1 0 6h-2v1h4v2h-4v3h4.586l4.476-4.477a7.006 7.006 0 0 1 1.645-9.473l4.192 4.193l.95-.95a1 1 0 0 1 1.415 1.414l-.95.95l4.192 4.192a7 7 0 0 1-1.414 1.415A7.01 7.01 0 0 1 29 22.03V24h13v2h-2v14h1a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h1V26H6v-2h9v-3h-4v-2h4v-1h-2a3 3 0 1 1 0-6h2zm12 10.414L24.414 24H27zM31 40h5v-8h-5zM13 14h2v2h-2a1 1 0 1 1 0-2m6 0h-2v2h2a1 1 0 1 0 0-2m15.657 5.829a5.002 5.002 0 0 1-6.93-6.93zM17 36v-4h-5v4zm7 0v-4h-5v4z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEmergencyOperationsCenter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M15 11a1 1 0 1 1 2 0v1h2a3 3 0 1 1 0 6h-2v1h4v2h-4v3h4.586l4.476-4.477a7.006 7.006 0 0 1 1.645-9.473l4.192 4.193l.95-.95a1 1 0 0 1 1.415 1.414l-.95.95l4.192 4.192a7 7 0 0 1-1.414 1.415A7.01 7.01 0 0 1 29 22.03V24h13v2h-2v14h1a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h1V26H6v-2h9v-3h-4v-2h4v-1h-2a3 3 0 1 1 0-6h2zm12 10.414L24.414 24H27zM31 40h5v-8h-5zM13 14h2v2h-2a1 1 0 1 1 0-2m6 0h-2v2h2a1 1 0 1 0 0-2m15.657 5.829a5.002 5.002 0 0 1-6.93-6.93zM17 36v-4h-5v4zm7 0v-4h-5v4z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M15 11a1 1 0 1 1 2 0v1h2a3 3 0 1 1 0 6h-2v1h4v2h-4v3h4.586l4.476-4.477a7.006 7.006 0 0 1 1.645-9.473l4.192 4.193l.95-.95a1 1 0 0 1 1.415 1.414l-.95.95l4.192 4.192a7 7 0 0 1-1.414 1.415A7.01 7.01 0 0 1 29 22.03V24h13v2h-2v14h1a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h1V26H6v-2h9v-3h-4v-2h4v-1h-2a3 3 0 1 1 0-6h2zm12 10.414L24.414 24H27zM31 40h5v-8h-5zM13 14h2v2h-2a1 1 0 1 1 0-2m6 0h-2v2h2a1 1 0 1 0 0-2m15.657 5.829a5.002 5.002 0 0 1-6.93-6.93zM17 36v-4h-5v4zm7 0v-4h-5v4z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-emergency-operations-center {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2011a1%201%200%201%201%202%200v1h2a3%203%200%201%201%200%206h-2v1h4v2h-4v3h4.586l4.476-4.477a7.006%207.006%200%200%201%201.645-9.473l4.192%204.193l.95-.95a1%201%200%200%201%201.415%201.414l-.95.95l4.192%204.192a7%207%200%200%201-1.414%201.415A7.01%207.01%200%200%201%2029%2022.03V24h13v2h-2v14h1a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2h1V26H6v-2h9v-3h-4v-2h4v-1h-2a3%203%200%201%201%200-6h2zm12%2010.414L24.414%2024H27zM31%2040h5v-8h-5zM13%2014h2v2h-2a1%201%200%201%201%200-2m6%200h-2v2h2a1%201%200%201%200%200-2m15.657%205.829a5.002%205.002%200%200%201-6.93-6.93zM17%2036v-4h-5v4zm7%200v-4h-5v4z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2011a1%201%200%201%201%202%200v1h2a3%203%200%201%201%200%206h-2v1h4v2h-4v3h4.586l4.476-4.477a7.006%207.006%200%200%201%201.645-9.473l4.192%204.193l.95-.95a1%201%200%200%201%201.415%201.414l-.95.95l4.192%204.192a7%207%200%200%201-1.414%201.415A7.01%207.01%200%200%201%2029%2022.03V24h13v2h-2v14h1a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2h1V26H6v-2h9v-3h-4v-2h4v-1h-2a3%203%200%201%201%200-6h2zm12%2010.414L24.414%2024H27zM31%2040h5v-8h-5zM13%2014h2v2h-2a1%201%200%201%201%200-2m6%200h-2v2h2a1%201%200%201%200%200-2m15.657%205.829a5.002%205.002%200%200%201-6.93-6.93zM17%2036v-4h-5v4zm7%200v-4h-5v4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/emergency-operations-center.svg?color=%231a73e8&size=48