hospital user icon
hospital-user from Font Awesome 6 Solid by Dave Gandy · Regular · Buildings · CC-BY-4.0 Attribution required.
- Name
- hospital-user
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Buildings
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
More buildings icons from Font Awesome 6 Solid
Use the hospital user icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M48 0C21.5 0 0 21.5 0 48v208h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48h217.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V48c0-26.5-21.5-48-48-48zm104 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-24v24c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-24h-24c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16m360 208a80 80 0 1 0-160 0a80 80 0 1 0 160 0M288 477.1c0 19.3 15.6 34.9 34.9 34.9h218.2c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHospitalUser(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M48 0C21.5 0 0 21.5 0 48v208h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48h217.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V48c0-26.5-21.5-48-48-48zm104 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-24v24c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-24h-24c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16m360 208a80 80 0 1 0-160 0a80 80 0 1 0 160 0M288 477.1c0 19.3 15.6 34.9 34.9 34.9h218.2c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M48 0C21.5 0 0 21.5 0 48v208h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48h217.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V48c0-26.5-21.5-48-48-48zm104 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-24v24c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-24h-24c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16m360 208a80 80 0 1 0-160 0a80 80 0 1 0 160 0M288 477.1c0 19.3 15.6 34.9 34.9 34.9h218.2c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1"/></svg> </template>
CSS
.icon-hospital-user {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%200C21.5%200%200%2021.5%200%2048v208h144c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H0v64h144c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H0v80c0%2026.5%2021.5%2048%2048%2048h217.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9%2025.8-87.8%2064-109.2V48c0-26.5-21.5-48-48-48zm104%2064h16c8.8%200%2016%207.2%2016%2016v24h24c8.8%200%2016%207.2%2016%2016v16c0%208.8-7.2%2016-16%2016h-24v24c0%208.8-7.2%2016-16%2016h-16c-8.8%200-16-7.2-16-16v-24h-24c-8.8%200-16-7.2-16-16v-16c0-8.8%207.2-16%2016-16h24V80c0-8.8%207.2-16%2016-16m360%20208a80%2080%200%201%200-160%200a80%2080%200%201%200%20160%200M288%20477.1c0%2019.3%2015.6%2034.9%2034.9%2034.9h218.2c19.3%200%2034.9-15.6%2034.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4%200-93.1%2041.7-93.1%2093.1%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%200C21.5%200%200%2021.5%200%2048v208h144c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H0v64h144c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H0v80c0%2026.5%2021.5%2048%2048%2048h217.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9%2025.8-87.8%2064-109.2V48c0-26.5-21.5-48-48-48zm104%2064h16c8.8%200%2016%207.2%2016%2016v24h24c8.8%200%2016%207.2%2016%2016v16c0%208.8-7.2%2016-16%2016h-24v24c0%208.8-7.2%2016-16%2016h-16c-8.8%200-16-7.2-16-16v-24h-24c-8.8%200-16-7.2-16-16v-16c0-8.8%207.2-16%2016-16h24V80c0-8.8%207.2-16%2016-16m360%20208a80%2080%200%201%200-160%200a80%2080%200%201%200%20160%200M288%20477.1c0%2019.3%2015.6%2034.9%2034.9%2034.9h218.2c19.3%200%2034.9-15.6%2034.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4%200-93.1%2041.7-93.1%2093.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hospital-user.svg?color=%231a73e8&size=48