inpatient icon
inpatient-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- inpatient-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- inpatient2x-outline
3 other variants in Health Icons
The same icon in other sets
More devices icons from Health Icons
Use the inpatient 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="M16.096 11.105a3.77 3.77 0 0 0-5.333-.002l-.704.704a3.95 3.95 0 0 0-3.892 1.021a4.034 4.034 0 0 0 0 5.676l.833.839V30H4v2h2.05a3.5 3.5 0 1 0 4.899 0h26.102a3.5 3.5 0 1 0 4.899 0H44v-2h-4v-3.113a3.96 3.96 0 0 0 3-3.854c0-2.19-1.761-3.967-3.934-3.967H18.11a.3.3 0 0 1-.218-.09l-.366-.37l.369-.367a3.77 3.77 0 0 0 .001-5.333zm.02 6.083l.365-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM41 23.033c0-1.102-.882-1.967-1.934-1.967H18.11a2.3 2.3 0 0 1-1.636-.68l-6.106-6.148a1.953 1.953 0 0 0-2.782 0a2.034 2.034 0 0 0 0 2.857L15.438 25h23.628C40.12 25 41 24.135 41 23.033m-26.725 3.634c.212.213.498.333.797.333H38v3H9v-8.644zM10 34.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M39.5 36a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsInpatientOutline(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="M16.096 11.105a3.77 3.77 0 0 0-5.333-.002l-.704.704a3.95 3.95 0 0 0-3.892 1.021a4.034 4.034 0 0 0 0 5.676l.833.839V30H4v2h2.05a3.5 3.5 0 1 0 4.899 0h26.102a3.5 3.5 0 1 0 4.899 0H44v-2h-4v-3.113a3.96 3.96 0 0 0 3-3.854c0-2.19-1.761-3.967-3.934-3.967H18.11a.3.3 0 0 1-.218-.09l-.366-.37l.369-.367a3.77 3.77 0 0 0 .001-5.333zm.02 6.083l.365-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM41 23.033c0-1.102-.882-1.967-1.934-1.967H18.11a2.3 2.3 0 0 1-1.636-.68l-6.106-6.148a1.953 1.953 0 0 0-2.782 0a2.034 2.034 0 0 0 0 2.857L15.438 25h23.628C40.12 25 41 24.135 41 23.033m-26.725 3.634c.212.213.498.333.797.333H38v3H9v-8.644zM10 34.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M39.5 36a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" 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="M16.096 11.105a3.77 3.77 0 0 0-5.333-.002l-.704.704a3.95 3.95 0 0 0-3.892 1.021a4.034 4.034 0 0 0 0 5.676l.833.839V30H4v2h2.05a3.5 3.5 0 1 0 4.899 0h26.102a3.5 3.5 0 1 0 4.899 0H44v-2h-4v-3.113a3.96 3.96 0 0 0 3-3.854c0-2.19-1.761-3.967-3.934-3.967H18.11a.3.3 0 0 1-.218-.09l-.366-.37l.369-.367a3.77 3.77 0 0 0 .001-5.333zm.02 6.083l.365-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM41 23.033c0-1.102-.882-1.967-1.934-1.967H18.11a2.3 2.3 0 0 1-1.636-.68l-6.106-6.148a1.953 1.953 0 0 0-2.782 0a2.034 2.034 0 0 0 0 2.857L15.438 25h23.628C40.12 25 41 24.135 41 23.033m-26.725 3.634c.212.213.498.333.797.333H38v3H9v-8.644zM10 34.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M39.5 36a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clip-rule="evenodd"/></svg> </template>
CSS
.icon-inpatient-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.096%2011.105a3.77%203.77%200%200%200-5.333-.002l-.704.704a3.95%203.95%200%200%200-3.892%201.021a4.034%204.034%200%200%200%200%205.676l.833.839V30H4v2h2.05a3.5%203.5%200%201%200%204.899%200h26.102a3.5%203.5%200%201%200%204.899%200H44v-2h-4v-3.113a3.96%203.96%200%200%200%203-3.854c0-2.19-1.761-3.967-3.934-3.967H18.11a.3.3%200%200%201-.218-.09l-.366-.37l.369-.367a3.77%203.77%200%200%200%20.001-5.333zm.02%206.083l.365-.364a1.77%201.77%200%200%200%200-2.504l-1.8-1.8a1.77%201.77%200%200%200-2.504-.002l-.35.35zM41%2023.033c0-1.102-.882-1.967-1.934-1.967H18.11a2.3%202.3%200%200%201-1.636-.68l-6.106-6.148a1.953%201.953%200%200%200-2.782%200a2.034%202.034%200%200%200%200%202.857L15.438%2025h23.628C40.12%2025%2041%2024.135%2041%2023.033m-26.725%203.634c.212.213.498.333.797.333H38v3H9v-8.644zM10%2034.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M39.5%2036a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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%22M16.096%2011.105a3.77%203.77%200%200%200-5.333-.002l-.704.704a3.95%203.95%200%200%200-3.892%201.021a4.034%204.034%200%200%200%200%205.676l.833.839V30H4v2h2.05a3.5%203.5%200%201%200%204.899%200h26.102a3.5%203.5%200%201%200%204.899%200H44v-2h-4v-3.113a3.96%203.96%200%200%200%203-3.854c0-2.19-1.761-3.967-3.934-3.967H18.11a.3.3%200%200%201-.218-.09l-.366-.37l.369-.367a3.77%203.77%200%200%200%20.001-5.333zm.02%206.083l.365-.364a1.77%201.77%200%200%200%200-2.504l-1.8-1.8a1.77%201.77%200%200%200-2.504-.002l-.35.35zM41%2023.033c0-1.102-.882-1.967-1.934-1.967H18.11a2.3%202.3%200%200%201-1.636-.68l-6.106-6.148a1.953%201.953%200%200%200-2.782%200a2.034%202.034%200%200%200%200%202.857L15.438%2025h23.628C40.12%2025%2041%2024.135%2041%2023.033m-26.725%203.634c.212.213.498.333.797.333H38v3H9v-8.644zM10%2034.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M39.5%2036a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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/inpatient-outline.svg?color=%231a73e8&size=48