outpatient department icon

outpatient-department from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.

Name
outpatient-department
Set
Health Icons
Style
Filled
Category
Specialties
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More specialties icons from Health Icons

Use the outpatient department 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm9.08 18.602c.243-1.961.832-3.73 1.495-5.15l.577 2.197a1.5 1.5 0 0 0 1.45 1.119h4.064a1.5 1.5 0 1 0 0-3H19.76l-1.174-4.467a1.5 1.5 0 0 0-1.45-1.119c-2.111 0-3.801 1.261-4.896 2.82c-1.1 1.565-1.74 3.601-1.74 5.613c0 .578.143 1.168.299 1.658c.162.508.37 1.01.569 1.44a19 19 0 0 0 .712 1.394v6.348a1.5 1.5 0 0 0 3 0zm4.82-11.238c1.464 0 2.695-.973 3.055-2.293c-.99.159-1.904.221-2.832.097c-1.108-.148-2.165-.552-3.361-1.254a3 3 0 0 0-.021.359c0 1.707 1.414 3.09 3.16 3.09m0-6.182c-.884 0-1.684.356-2.258.929c1.102.663 1.94.967 2.747 1.075c.715.096 1.46.046 2.422-.12a3.16 3.16 0 0 0-2.91-1.884m5.531 2.704c0 1.067-.53 1.932-1.185 1.932c-.654 0-1.185-.865-1.185-1.932s.53-1.931 1.185-1.931s1.185.864 1.185 1.931m11.851 3.478c0 1.707-1.414 3.09-3.16 3.09c-1.745 0-3.16-1.383-3.16-3.09s1.415-3.091 3.16-3.091s3.16 1.384 3.16 3.09M31.04 27.085l-.605-1.317a6 6 0 0 0-.258.818c-.175.725-.238 1.539-.191 2.605c.622.2 1.24.369 1.746.5l.388.1l.343.09c.093.024.19.05.272.075c.04.012.096.03.154.051h.002c.023.01.201.072.38.2c.155.11.262.232.281.254l.003.003c.039.044.074.088.1.12c.053.069.11.148.168.228c.117.163.265.378.43.62c.33.486.748 1.117 1.157 1.737a417 417 0 0 1 1.473 2.257l.137.211l-2.519 1.63l-.135-.208a442 442 0 0 0-1.463-2.24a153 153 0 0 0-1.133-1.703l-.264-.385l-.118-.03l-.413-.107a38 38 0 0 1-1.591-.448V38h-1.58v-5.409H19.11V38h-1.58v-7.727h8.02a3 3 0 0 1-.213-.227c-.309-.361-.617-.895-.617-1.576c0-3.634 1.003-5.883 2.214-7.244a5.9 5.9 0 0 1 1.695-1.334a4.6 4.6 0 0 1 .825-.33l.074-.018l.029-.007l.012-.002l.005-.002h.003c.001 0 .003 0 .312 1.467l-.31-1.468a1.5 1.5 0 0 1 1.672.841l2.11 4.587h3.13a1.5 1.5 0 1 1 0 3H32.4a1.5 1.5 0 0 1-1.363-.873m5.98 8.552a1.5 1.5 0 0 1-2.519 1.63z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOutpatientDepartment(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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm9.08 18.602c.243-1.961.832-3.73 1.495-5.15l.577 2.197a1.5 1.5 0 0 0 1.45 1.119h4.064a1.5 1.5 0 1 0 0-3H19.76l-1.174-4.467a1.5 1.5 0 0 0-1.45-1.119c-2.111 0-3.801 1.261-4.896 2.82c-1.1 1.565-1.74 3.601-1.74 5.613c0 .578.143 1.168.299 1.658c.162.508.37 1.01.569 1.44a19 19 0 0 0 .712 1.394v6.348a1.5 1.5 0 0 0 3 0zm4.82-11.238c1.464 0 2.695-.973 3.055-2.293c-.99.159-1.904.221-2.832.097c-1.108-.148-2.165-.552-3.361-1.254a3 3 0 0 0-.021.359c0 1.707 1.414 3.09 3.16 3.09m0-6.182c-.884 0-1.684.356-2.258.929c1.102.663 1.94.967 2.747 1.075c.715.096 1.46.046 2.422-.12a3.16 3.16 0 0 0-2.91-1.884m5.531 2.704c0 1.067-.53 1.932-1.185 1.932c-.654 0-1.185-.865-1.185-1.932s.53-1.931 1.185-1.931s1.185.864 1.185 1.931m11.851 3.478c0 1.707-1.414 3.09-3.16 3.09c-1.745 0-3.16-1.383-3.16-3.09s1.415-3.091 3.16-3.091s3.16 1.384 3.16 3.09M31.04 27.085l-.605-1.317a6 6 0 0 0-.258.818c-.175.725-.238 1.539-.191 2.605c.622.2 1.24.369 1.746.5l.388.1l.343.09c.093.024.19.05.272.075c.04.012.096.03.154.051h.002c.023.01.201.072.38.2c.155.11.262.232.281.254l.003.003c.039.044.074.088.1.12c.053.069.11.148.168.228c.117.163.265.378.43.62c.33.486.748 1.117 1.157 1.737a417 417 0 0 1 1.473 2.257l.137.211l-2.519 1.63l-.135-.208a442 442 0 0 0-1.463-2.24a153 153 0 0 0-1.133-1.703l-.264-.385l-.118-.03l-.413-.107a38 38 0 0 1-1.591-.448V38h-1.58v-5.409H19.11V38h-1.58v-7.727h8.02a3 3 0 0 1-.213-.227c-.309-.361-.617-.895-.617-1.576c0-3.634 1.003-5.883 2.214-7.244a5.9 5.9 0 0 1 1.695-1.334a4.6 4.6 0 0 1 .825-.33l.074-.018l.029-.007l.012-.002l.005-.002h.003c.001 0 .003 0 .312 1.467l-.31-1.468a1.5 1.5 0 0 1 1.672.841l2.11 4.587h3.13a1.5 1.5 0 1 1 0 3H32.4a1.5 1.5 0 0 1-1.363-.873m5.98 8.552a1.5 1.5 0 0 1-2.519 1.63z" 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm9.08 18.602c.243-1.961.832-3.73 1.495-5.15l.577 2.197a1.5 1.5 0 0 0 1.45 1.119h4.064a1.5 1.5 0 1 0 0-3H19.76l-1.174-4.467a1.5 1.5 0 0 0-1.45-1.119c-2.111 0-3.801 1.261-4.896 2.82c-1.1 1.565-1.74 3.601-1.74 5.613c0 .578.143 1.168.299 1.658c.162.508.37 1.01.569 1.44a19 19 0 0 0 .712 1.394v6.348a1.5 1.5 0 0 0 3 0zm4.82-11.238c1.464 0 2.695-.973 3.055-2.293c-.99.159-1.904.221-2.832.097c-1.108-.148-2.165-.552-3.361-1.254a3 3 0 0 0-.021.359c0 1.707 1.414 3.09 3.16 3.09m0-6.182c-.884 0-1.684.356-2.258.929c1.102.663 1.94.967 2.747 1.075c.715.096 1.46.046 2.422-.12a3.16 3.16 0 0 0-2.91-1.884m5.531 2.704c0 1.067-.53 1.932-1.185 1.932c-.654 0-1.185-.865-1.185-1.932s.53-1.931 1.185-1.931s1.185.864 1.185 1.931m11.851 3.478c0 1.707-1.414 3.09-3.16 3.09c-1.745 0-3.16-1.383-3.16-3.09s1.415-3.091 3.16-3.091s3.16 1.384 3.16 3.09M31.04 27.085l-.605-1.317a6 6 0 0 0-.258.818c-.175.725-.238 1.539-.191 2.605c.622.2 1.24.369 1.746.5l.388.1l.343.09c.093.024.19.05.272.075c.04.012.096.03.154.051h.002c.023.01.201.072.38.2c.155.11.262.232.281.254l.003.003c.039.044.074.088.1.12c.053.069.11.148.168.228c.117.163.265.378.43.62c.33.486.748 1.117 1.157 1.737a417 417 0 0 1 1.473 2.257l.137.211l-2.519 1.63l-.135-.208a442 442 0 0 0-1.463-2.24a153 153 0 0 0-1.133-1.703l-.264-.385l-.118-.03l-.413-.107a38 38 0 0 1-1.591-.448V38h-1.58v-5.409H19.11V38h-1.58v-7.727h8.02a3 3 0 0 1-.213-.227c-.309-.361-.617-.895-.617-1.576c0-3.634 1.003-5.883 2.214-7.244a5.9 5.9 0 0 1 1.695-1.334a4.6 4.6 0 0 1 .825-.33l.074-.018l.029-.007l.012-.002l.005-.002h.003c.001 0 .003 0 .312 1.467l-.31-1.468a1.5 1.5 0 0 1 1.672.841l2.11 4.587h3.13a1.5 1.5 0 1 1 0 3H32.4a1.5 1.5 0 0 1-1.363-.873m5.98 8.552a1.5 1.5 0 0 1-2.519 1.63z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-outpatient-department {
  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%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm9.08%2018.602c.243-1.961.832-3.73%201.495-5.15l.577%202.197a1.5%201.5%200%200%200%201.45%201.119h4.064a1.5%201.5%200%201%200%200-3H19.76l-1.174-4.467a1.5%201.5%200%200%200-1.45-1.119c-2.111%200-3.801%201.261-4.896%202.82c-1.1%201.565-1.74%203.601-1.74%205.613c0%20.578.143%201.168.299%201.658c.162.508.37%201.01.569%201.44a19%2019%200%200%200%20.712%201.394v6.348a1.5%201.5%200%200%200%203%200zm4.82-11.238c1.464%200%202.695-.973%203.055-2.293c-.99.159-1.904.221-2.832.097c-1.108-.148-2.165-.552-3.361-1.254a3%203%200%200%200-.021.359c0%201.707%201.414%203.09%203.16%203.09m0-6.182c-.884%200-1.684.356-2.258.929c1.102.663%201.94.967%202.747%201.075c.715.096%201.46.046%202.422-.12a3.16%203.16%200%200%200-2.91-1.884m5.531%202.704c0%201.067-.53%201.932-1.185%201.932c-.654%200-1.185-.865-1.185-1.932s.53-1.931%201.185-1.931s1.185.864%201.185%201.931m11.851%203.478c0%201.707-1.414%203.09-3.16%203.09c-1.745%200-3.16-1.383-3.16-3.09s1.415-3.091%203.16-3.091s3.16%201.384%203.16%203.09M31.04%2027.085l-.605-1.317a6%206%200%200%200-.258.818c-.175.725-.238%201.539-.191%202.605c.622.2%201.24.369%201.746.5l.388.1l.343.09c.093.024.19.05.272.075c.04.012.096.03.154.051h.002c.023.01.201.072.38.2c.155.11.262.232.281.254l.003.003c.039.044.074.088.1.12c.053.069.11.148.168.228c.117.163.265.378.43.62c.33.486.748%201.117%201.157%201.737a417%20417%200%200%201%201.473%202.257l.137.211l-2.519%201.63l-.135-.208a442%20442%200%200%200-1.463-2.24a153%20153%200%200%200-1.133-1.703l-.264-.385l-.118-.03l-.413-.107a38%2038%200%200%201-1.591-.448V38h-1.58v-5.409H19.11V38h-1.58v-7.727h8.02a3%203%200%200%201-.213-.227c-.309-.361-.617-.895-.617-1.576c0-3.634%201.003-5.883%202.214-7.244a5.9%205.9%200%200%201%201.695-1.334a4.6%204.6%200%200%201%20.825-.33l.074-.018l.029-.007l.012-.002l.005-.002h.003c.001%200%20.003%200%20.312%201.467l-.31-1.468a1.5%201.5%200%200%201%201.672.841l2.11%204.587h3.13a1.5%201.5%200%201%201%200%203H32.4a1.5%201.5%200%200%201-1.363-.873m5.98%208.552a1.5%201.5%200%200%201-2.519%201.63z%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%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm9.08%2018.602c.243-1.961.832-3.73%201.495-5.15l.577%202.197a1.5%201.5%200%200%200%201.45%201.119h4.064a1.5%201.5%200%201%200%200-3H19.76l-1.174-4.467a1.5%201.5%200%200%200-1.45-1.119c-2.111%200-3.801%201.261-4.896%202.82c-1.1%201.565-1.74%203.601-1.74%205.613c0%20.578.143%201.168.299%201.658c.162.508.37%201.01.569%201.44a19%2019%200%200%200%20.712%201.394v6.348a1.5%201.5%200%200%200%203%200zm4.82-11.238c1.464%200%202.695-.973%203.055-2.293c-.99.159-1.904.221-2.832.097c-1.108-.148-2.165-.552-3.361-1.254a3%203%200%200%200-.021.359c0%201.707%201.414%203.09%203.16%203.09m0-6.182c-.884%200-1.684.356-2.258.929c1.102.663%201.94.967%202.747%201.075c.715.096%201.46.046%202.422-.12a3.16%203.16%200%200%200-2.91-1.884m5.531%202.704c0%201.067-.53%201.932-1.185%201.932c-.654%200-1.185-.865-1.185-1.932s.53-1.931%201.185-1.931s1.185.864%201.185%201.931m11.851%203.478c0%201.707-1.414%203.09-3.16%203.09c-1.745%200-3.16-1.383-3.16-3.09s1.415-3.091%203.16-3.091s3.16%201.384%203.16%203.09M31.04%2027.085l-.605-1.317a6%206%200%200%200-.258.818c-.175.725-.238%201.539-.191%202.605c.622.2%201.24.369%201.746.5l.388.1l.343.09c.093.024.19.05.272.075c.04.012.096.03.154.051h.002c.023.01.201.072.38.2c.155.11.262.232.281.254l.003.003c.039.044.074.088.1.12c.053.069.11.148.168.228c.117.163.265.378.43.62c.33.486.748%201.117%201.157%201.737a417%20417%200%200%201%201.473%202.257l.137.211l-2.519%201.63l-.135-.208a442%20442%200%200%200-1.463-2.24a153%20153%200%200%200-1.133-1.703l-.264-.385l-.118-.03l-.413-.107a38%2038%200%200%201-1.591-.448V38h-1.58v-5.409H19.11V38h-1.58v-7.727h8.02a3%203%200%200%201-.213-.227c-.309-.361-.617-.895-.617-1.576c0-3.634%201.003-5.883%202.214-7.244a5.9%205.9%200%200%201%201.695-1.334a4.6%204.6%200%200%201%20.825-.33l.074-.018l.029-.007l.012-.002l.005-.002h.003c.001%200%20.003%200%20.312%201.467l-.31-1.468a1.5%201.5%200%200%201%201.672.841l2.11%204.587h3.13a1.5%201.5%200%201%201%200%203H32.4a1.5%201.5%200%200%201-1.363-.873m5.98%208.552a1.5%201.5%200%200%201-2.519%201.63z%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/outpatient-department.svg?color=%231a73e8&size=48