inpatient icon
inpatient-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- inpatient-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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="M4.846 21q-.666 0-1.14-.475t-.475-1.14V4.615q0-.666.474-1.14T4.846 3h7.77q.666 0 1.14.475t.475 1.14v14.77q0 .666-.475 1.14t-1.14.475zm-.615-9.206q.392-.39.902-.592T6.23 11h5q.588 0 1.098.202t.902.592V4.615q0-.269-.173-.442T12.616 4h-7.77q-.269 0-.442.173t-.173.443zm3.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.846 20h7.77q.269 0 .442-.173t.173-.442V14q0-.825-.588-1.412T11.231 12h-5q-.825 0-1.413.588T4.231 14v5.385q0 .269.173.442t.442.173m3.385-3.5V18q0 .212.144.356t.357.144t.356-.144T9.23 18v-1.5h1.5q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-1.5V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T8.23 14v1.5h-1.5q-.213 0-.356.144t-.144.357t.144.356t.356.143zM4.846 20h-.615h9zm14.045-5.546q-.156.146-.357.146t-.348-.146l-1.863-1.889q-.242-.242-.242-.565t.242-.565l1.864-1.889q.146-.146.347-.146t.357.146t.155.354t-.146.36l-1.265 1.24h3.405q.213 0 .357.144t.144.357t-.144.356t-.356.143h-3.387l1.246 1.24q.146.152.146.36t-.155.354"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInpatientOutlineRounded(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="M4.846 21q-.666 0-1.14-.475t-.475-1.14V4.615q0-.666.474-1.14T4.846 3h7.77q.666 0 1.14.475t.475 1.14v14.77q0 .666-.475 1.14t-1.14.475zm-.615-9.206q.392-.39.902-.592T6.23 11h5q.588 0 1.098.202t.902.592V4.615q0-.269-.173-.442T12.616 4h-7.77q-.269 0-.442.173t-.173.443zm3.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.846 20h7.77q.269 0 .442-.173t.173-.442V14q0-.825-.588-1.412T11.231 12h-5q-.825 0-1.413.588T4.231 14v5.385q0 .269.173.442t.442.173m3.385-3.5V18q0 .212.144.356t.357.144t.356-.144T9.23 18v-1.5h1.5q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-1.5V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T8.23 14v1.5h-1.5q-.213 0-.356.144t-.144.357t.144.356t.356.143zM4.846 20h-.615h9zm14.045-5.546q-.156.146-.357.146t-.348-.146l-1.863-1.889q-.242-.242-.242-.565t.242-.565l1.864-1.889q.146-.146.347-.146t.357.146t.155.354t-.146.36l-1.265 1.24h3.405q.213 0 .357.144t.144.357t-.144.356t-.356.143h-3.387l1.246 1.24q.146.152.146.36t-.155.354"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.846 21q-.666 0-1.14-.475t-.475-1.14V4.615q0-.666.474-1.14T4.846 3h7.77q.666 0 1.14.475t.475 1.14v14.77q0 .666-.475 1.14t-1.14.475zm-.615-9.206q.392-.39.902-.592T6.23 11h5q.588 0 1.098.202t.902.592V4.615q0-.269-.173-.442T12.616 4h-7.77q-.269 0-.442.173t-.173.443zm3.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.846 20h7.77q.269 0 .442-.173t.173-.442V14q0-.825-.588-1.412T11.231 12h-5q-.825 0-1.413.588T4.231 14v5.385q0 .269.173.442t.442.173m3.385-3.5V18q0 .212.144.356t.357.144t.356-.144T9.23 18v-1.5h1.5q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-1.5V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T8.23 14v1.5h-1.5q-.213 0-.356.144t-.144.357t.144.356t.356.143zM4.846 20h-.615h9zm14.045-5.546q-.156.146-.357.146t-.348-.146l-1.863-1.889q-.242-.242-.242-.565t.242-.565l1.864-1.889q.146-.146.347-.146t.357.146t.155.354t-.146.36l-1.265 1.24h3.405q.213 0 .357.144t.144.357t-.144.356t-.356.143h-3.387l1.246 1.24q.146.152.146.36t-.155.354"/></svg> </template>
CSS
.icon-inpatient-outline-rounded {
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%22M4.846%2021q-.666%200-1.14-.475t-.475-1.14V4.615q0-.666.474-1.14T4.846%203h7.77q.666%200%201.14.475t.475%201.14v14.77q0%20.666-.475%201.14t-1.14.475zm-.615-9.206q.392-.39.902-.592T6.23%2011h5q.588%200%201.098.202t.902.592V4.615q0-.269-.173-.442T12.616%204h-7.77q-.269%200-.442.173t-.173.443zm3.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.846%2020h7.77q.269%200%20.442-.173t.173-.442V14q0-.825-.588-1.412T11.231%2012h-5q-.825%200-1.413.588T4.231%2014v5.385q0%20.269.173.442t.442.173m3.385-3.5V18q0%20.212.144.356t.357.144t.356-.144T9.23%2018v-1.5h1.5q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143h-1.5V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T8.23%2014v1.5h-1.5q-.213%200-.356.144t-.144.357t.144.356t.356.143zM4.846%2020h-.615h9zm14.045-5.546q-.156.146-.357.146t-.348-.146l-1.863-1.889q-.242-.242-.242-.565t.242-.565l1.864-1.889q.146-.146.347-.146t.357.146t.155.354t-.146.36l-1.265%201.24h3.405q.213%200%20.357.144t.144.357t-.144.356t-.356.143h-3.387l1.246%201.24q.146.152.146.36t-.155.354%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%22M4.846%2021q-.666%200-1.14-.475t-.475-1.14V4.615q0-.666.474-1.14T4.846%203h7.77q.666%200%201.14.475t.475%201.14v14.77q0%20.666-.475%201.14t-1.14.475zm-.615-9.206q.392-.39.902-.592T6.23%2011h5q.588%200%201.098.202t.902.592V4.615q0-.269-.173-.442T12.616%204h-7.77q-.269%200-.442.173t-.173.443zm3.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.846%2020h7.77q.269%200%20.442-.173t.173-.442V14q0-.825-.588-1.412T11.231%2012h-5q-.825%200-1.413.588T4.231%2014v5.385q0%20.269.173.442t.442.173m3.385-3.5V18q0%20.212.144.356t.357.144t.356-.144T9.23%2018v-1.5h1.5q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143h-1.5V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T8.23%2014v1.5h-1.5q-.213%200-.356.144t-.144.357t.144.356t.356.143zM4.846%2020h-.615h9zm14.045-5.546q-.156.146-.357.146t-.348-.146l-1.863-1.889q-.242-.242-.242-.565t.242-.565l1.864-1.889q.146-.146.347-.146t.357.146t.155.354t-.146.36l-1.265%201.24h3.405q.213%200%20.357.144t.144.357t-.144.356t-.356.143h-3.387l1.246%201.24q.146.152.146.36t-.155.354%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-rounded.svg?color=%231a73e8&size=48