hospital from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
hospital
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the hospital icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 20.5V5.094c0-.88.672-1.594 1.5-1.594h8c.828 0 1.5.714 1.5 1.594v13.812c0 .88-.672 1.594-1.5 1.594zm0 0H4.5c-.828 0-1.5-.714-1.5-1.594v-5.312C3 12.714 3.672 12 4.5 12h4c.828 0 1.5.713 1.5 1.594zm3.5 0v-4.781c0-.88.672-1.594 1.5-1.594h1c.828 0 1.5.713 1.5 1.594V20.5m-.1-11.333h-3.6m-6.3 5.666H5.7m1.8 2.834H5.7m9.9-10.39v3.779"/></svg>

React

import type { SVGProps } from "react";

export function MynauiHospital(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10 20.5V5.094c0-.88.672-1.594 1.5-1.594h8c.828 0 1.5.714 1.5 1.594v13.812c0 .88-.672 1.594-1.5 1.594zm0 0H4.5c-.828 0-1.5-.714-1.5-1.594v-5.312C3 12.714 3.672 12 4.5 12h4c.828 0 1.5.713 1.5 1.594zm3.5 0v-4.781c0-.88.672-1.594 1.5-1.594h1c.828 0 1.5.713 1.5 1.594V20.5m-.1-11.333h-3.6m-6.3 5.666H5.7m1.8 2.834H5.7m9.9-10.39v3.779"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 20.5V5.094c0-.88.672-1.594 1.5-1.594h8c.828 0 1.5.714 1.5 1.594v13.812c0 .88-.672 1.594-1.5 1.594zm0 0H4.5c-.828 0-1.5-.714-1.5-1.594v-5.312C3 12.714 3.672 12 4.5 12h4c.828 0 1.5.713 1.5 1.594zm3.5 0v-4.781c0-.88.672-1.594 1.5-1.594h1c.828 0 1.5.713 1.5 1.594V20.5m-.1-11.333h-3.6m-6.3 5.666H5.7m1.8 2.834H5.7m9.9-10.39v3.779"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2020.5V5.094c0-.88.672-1.594%201.5-1.594h8c.828%200%201.5.714%201.5%201.594v13.812c0%20.88-.672%201.594-1.5%201.594zm0%200H4.5c-.828%200-1.5-.714-1.5-1.594v-5.312C3%2012.714%203.672%2012%204.5%2012h4c.828%200%201.5.713%201.5%201.594zm3.5%200v-4.781c0-.88.672-1.594%201.5-1.594h1c.828%200%201.5.713%201.5%201.594V20.5m-.1-11.333h-3.6m-6.3%205.666H5.7m1.8%202.834H5.7m9.9-10.39v3.779%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2020.5V5.094c0-.88.672-1.594%201.5-1.594h8c.828%200%201.5.714%201.5%201.594v13.812c0%20.88-.672%201.594-1.5%201.594zm0%200H4.5c-.828%200-1.5-.714-1.5-1.594v-5.312C3%2012.714%203.672%2012%204.5%2012h4c.828%200%201.5.713%201.5%201.594zm3.5%200v-4.781c0-.88.672-1.594%201.5-1.594h1c.828%200%201.5.713%201.5%201.594V20.5m-.1-11.333h-3.6m-6.3%205.666H5.7m1.8%202.834H5.7m9.9-10.39v3.779%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/hospital.svg?color=%231a73e8&size=48