inpatient icon
inpatient-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- inpatient-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the inpatient icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.789 14.789L16 12l2.789-2.789l.707.689l-1.594 1.6h3.887v1h-3.887l1.594 1.6zM3.23 21V3h11v18zm1-9.206q.392-.39.902-.592T6.23 11h5q.588 0 1.098.202t.902.592V4h-9zm3.434-3.228Q7.23 8.133 7.23 7.5t.434-1.066Q8.098 6 8.73 6t1.066.434t.434 1.066t-.434 1.066T8.731 9t-1.066-.434M4.23 20h9v-6q0-.825-.588-1.412T11.231 12h-5q-.825 0-1.413.588T4.231 14zm4-1.5h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-4 1.5h9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInpatientOutlineSharp(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" d="M18.789 14.789L16 12l2.789-2.789l.707.689l-1.594 1.6h3.887v1h-3.887l1.594 1.6zM3.23 21V3h11v18zm1-9.206q.392-.39.902-.592T6.23 11h5q.588 0 1.098.202t.902.592V4h-9zm3.434-3.228Q7.23 8.133 7.23 7.5t.434-1.066Q8.098 6 8.73 6t1.066.434t.434 1.066t-.434 1.066T8.731 9t-1.066-.434M4.23 20h9v-6q0-.825-.588-1.412T11.231 12h-5q-.825 0-1.413.588T4.231 14zm4-1.5h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-4 1.5h9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.789 14.789L16 12l2.789-2.789l.707.689l-1.594 1.6h3.887v1h-3.887l1.594 1.6zM3.23 21V3h11v18zm1-9.206q.392-.39.902-.592T6.23 11h5q.588 0 1.098.202t.902.592V4h-9zm3.434-3.228Q7.23 8.133 7.23 7.5t.434-1.066Q8.098 6 8.73 6t1.066.434t.434 1.066t-.434 1.066T8.731 9t-1.066-.434M4.23 20h9v-6q0-.825-.588-1.412T11.231 12h-5q-.825 0-1.413.588T4.231 14zm4-1.5h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-4 1.5h9z"/></svg> </template>
CSS
.icon-inpatient-outline-sharp {
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%20d%3D%22M18.789%2014.789L16%2012l2.789-2.789l.707.689l-1.594%201.6h3.887v1h-3.887l1.594%201.6zM3.23%2021V3h11v18zm1-9.206q.392-.39.902-.592T6.23%2011h5q.588%200%201.098.202t.902.592V4h-9zm3.434-3.228Q7.23%208.133%207.23%207.5t.434-1.066Q8.098%206%208.73%206t1.066.434t.434%201.066t-.434%201.066T8.731%209t-1.066-.434M4.23%2020h9v-6q0-.825-.588-1.412T11.231%2012h-5q-.825%200-1.413.588T4.231%2014zm4-1.5h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-4%201.5h9z%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%20d%3D%22M18.789%2014.789L16%2012l2.789-2.789l.707.689l-1.594%201.6h3.887v1h-3.887l1.594%201.6zM3.23%2021V3h11v18zm1-9.206q.392-.39.902-.592T6.23%2011h5q.588%200%201.098.202t.902.592V4h-9zm3.434-3.228Q7.23%208.133%207.23%207.5t.434-1.066Q8.098%206%208.73%206t1.066.434t.434%201.066t-.434%201.066T8.731%209t-1.066-.434M4.23%2020h9v-6q0-.825-.588-1.412T11.231%2012h-5q-.825%200-1.413.588T4.231%2014zm4-1.5h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-4%201.5h9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/inpatient-outline-sharp.svg?color=%231a73e8&size=48