hospital icon
hospital from Font Awesome 6 Regular by Dave Gandy · Regular · Buildings · CC-BY-4.0 Attribution required.
- Name
- hospital
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Category
- Buildings
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
hospitalBootstrap IconshospitalCarbonhospitalEmoji One (Colored)hospitalFont Awesome 6 SolidhospitalFont Awesome RegularhospitalFont Awesome SolidhospitalFluent EmojihospitalFluent Emoji FlathospitalFluent Emoji High ContrasthospitalFirefox OS EmojihospitalHealth IconshospitalIconParkhospitalIconPark OutlinehospitalIconPark SolidhospitalIconPark TwoTonehospitalIconoirhospitalLine AwesomehospitalLucidehospitalMaterial Design Iconshospital-fillMingCute IconhospitalMyna UI IconshospitalNoto EmojihospitalOpenMojihospitalPhosphor
More buildings icons from Font Awesome 6 Regular
Use the hospital icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M232 0c-39.8 0-72 32.2-72 72v8H72c-39.8 0-72 32.2-72 72v288c0 39.8 32.2 72 72 72h486.4c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72h-88v-8c0-39.8-32.2-72-72-72zm248 128h88c13.3 0 24 10.7 24 24v40h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v104c0 13.3-10.7 24-24 24h-88zm-408 0h88v336H77.5c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-48h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-40c0-13.3 10.7-24 24-24zm136-56c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v392h-64v-64c0-26.5-21.5-48-48-48s-48 21.5-48 48v64h-64zm88 24v24h-24c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-24h24c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-24V96c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularHospital(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M232 0c-39.8 0-72 32.2-72 72v8H72c-39.8 0-72 32.2-72 72v288c0 39.8 32.2 72 72 72h486.4c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72h-88v-8c0-39.8-32.2-72-72-72zm248 128h88c13.3 0 24 10.7 24 24v40h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v104c0 13.3-10.7 24-24 24h-88zm-408 0h88v336H77.5c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-48h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-40c0-13.3 10.7-24 24-24zm136-56c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v392h-64v-64c0-26.5-21.5-48-48-48s-48 21.5-48 48v64h-64zm88 24v24h-24c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-24h24c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-24V96c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M232 0c-39.8 0-72 32.2-72 72v8H72c-39.8 0-72 32.2-72 72v288c0 39.8 32.2 72 72 72h486.4c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72h-88v-8c0-39.8-32.2-72-72-72zm248 128h88c13.3 0 24 10.7 24 24v40h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v104c0 13.3-10.7 24-24 24h-88zm-408 0h88v336H77.5c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-48h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-40c0-13.3 10.7-24 24-24zm136-56c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v392h-64v-64c0-26.5-21.5-48-48-48s-48 21.5-48 48v64h-64zm88 24v24h-24c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-24h24c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-24V96c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16"/></svg> </template>
CSS
.icon-hospital {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%200c-39.8%200-72%2032.2-72%2072v8H72c-39.8%200-72%2032.2-72%2072v288c0%2039.8%2032.2%2072%2072%2072h486.4c39.8%200%2072-32.2%2072-72V152c0-39.8-32.2-72-72-72h-88v-8c0-39.8-32.2-72-72-72zm248%20128h88c13.3%200%2024%2010.7%2024%2024v40h-56c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56v48h-56c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56v104c0%2013.3-10.7%2024-24%2024h-88zm-408%200h88v336H77.5c-13.2%200-24-10.7-24-24V336h56c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-56v-48h56c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-56v-40c0-13.3%2010.7-24%2024-24zm136-56c0-13.3%2010.7-24%2024-24h176c13.3%200%2024%2010.7%2024%2024v392h-64v-64c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v64h-64zm88%2024v24h-24c-8.8%200-16%207.2-16%2016v16c0%208.8%207.2%2016%2016%2016h24v24c0%208.8%207.2%2016%2016%2016h16c8.8%200%2016-7.2%2016-16v-24h24c8.8%200%2016-7.2%2016-16v-16c0-8.8-7.2-16-16-16h-24V96c0-8.8-7.2-16-16-16h-16c-8.8%200-16%207.2-16%2016%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%200c-39.8%200-72%2032.2-72%2072v8H72c-39.8%200-72%2032.2-72%2072v288c0%2039.8%2032.2%2072%2072%2072h486.4c39.8%200%2072-32.2%2072-72V152c0-39.8-32.2-72-72-72h-88v-8c0-39.8-32.2-72-72-72zm248%20128h88c13.3%200%2024%2010.7%2024%2024v40h-56c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56v48h-56c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56v104c0%2013.3-10.7%2024-24%2024h-88zm-408%200h88v336H77.5c-13.2%200-24-10.7-24-24V336h56c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-56v-48h56c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-56v-40c0-13.3%2010.7-24%2024-24zm136-56c0-13.3%2010.7-24%2024-24h176c13.3%200%2024%2010.7%2024%2024v392h-64v-64c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v64h-64zm88%2024v24h-24c-8.8%200-16%207.2-16%2016v16c0%208.8%207.2%2016%2016%2016h24v24c0%208.8%207.2%2016%2016%2016h16c8.8%200%2016-7.2%2016-16v-24h24c8.8%200%2016-7.2%2016-16v-16c0-8.8-7.2-16-16-16h-24V96c0-8.8-7.2-16-16-16h-16c-8.8%200-16%207.2-16%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/hospital.svg?color=%231a73e8&size=48