hospital-24px from Health Icons by Resolve to Save Lives · Filled 24px · Places · MIT Free for personal and commercial use.

Name
hospital-24px
Set
Health Icons
Style
Filled 24px
Category
Places
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More places icons from Health Icons

Use the hospital icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.89 4a2 2 0 0 1 2-2h7.894a2 2 0 0 1 2 2v3.713H20a2 2 0 0 1 2 2v9.293a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.713a2 2 0 0 1 2-2h1.89zm0 15.006H4V9.713h1.89zm11.894 0H20V9.713h-2.216zM12.816 5.195h-2v1.512H9.304v2h1.512v1.512h2V8.707h1.512v-2h-1.512zm.707 9.215h-3.414v4.718h3.414z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHospital24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5.89 4a2 2 0 0 1 2-2h7.894a2 2 0 0 1 2 2v3.713H20a2 2 0 0 1 2 2v9.293a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.713a2 2 0 0 1 2-2h1.89zm0 15.006H4V9.713h1.89zm11.894 0H20V9.713h-2.216zM12.816 5.195h-2v1.512H9.304v2h1.512v1.512h2V8.707h1.512v-2h-1.512zm.707 9.215h-3.414v4.718h3.414z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.89 4a2 2 0 0 1 2-2h7.894a2 2 0 0 1 2 2v3.713H20a2 2 0 0 1 2 2v9.293a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.713a2 2 0 0 1 2-2h1.89zm0 15.006H4V9.713h1.89zm11.894 0H20V9.713h-2.216zM12.816 5.195h-2v1.512H9.304v2h1.512v1.512h2V8.707h1.512v-2h-1.512zm.707 9.215h-3.414v4.718h3.414z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-hospital-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.89%204a2%202%200%200%201%202-2h7.894a2%202%200%200%201%202%202v3.713H20a2%202%200%200%201%202%202v9.293a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V9.713a2%202%200%200%201%202-2h1.89zm0%2015.006H4V9.713h1.89zm11.894%200H20V9.713h-2.216zM12.816%205.195h-2v1.512H9.304v2h1.512v1.512h2V8.707h1.512v-2h-1.512zm.707%209.215h-3.414v4.718h3.414z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.89%204a2%202%200%200%201%202-2h7.894a2%202%200%200%201%202%202v3.713H20a2%202%200%200%201%202%202v9.293a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V9.713a2%202%200%200%201%202-2h1.89zm0%2015.006H4V9.713h1.89zm11.894%200H20V9.713h-2.216zM12.816%205.195h-2v1.512H9.304v2h1.512v1.512h2V8.707h1.512v-2h-1.512zm.707%209.215h-3.414v4.718h3.414z%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/hospital-24px.svg?color=%231a73e8&size=48