Hospital2 icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHospital2 } from "@devigner-ui/icons";
<IconHospital2 className="size-6" />
<script setup>
import { IconHospital2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHospital2 class="size-6" />
</template>
<script>
import { IconHospital2 } from "@devigner-ui/icons-svelte";
</script>
<IconHospital2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 22h20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.67 2h-10c-3 0-4 1.79-4 4v16h18V6c0-2.21-1-4-4-4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14.73 15H10.6a.95.95 0 0 0-.94.94V22h6v-6.06a.9.9 0 0 0-.93-.94" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M12.67 6v5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.17 8.5h5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>