ambulatory clinic icon

ambulatory-clinic-outline from Health Icons by Resolve to Save Lives · Outline · Places · MIT Free for personal and commercial use.

Name
ambulatory-clinic-outline
Set
Health Icons
Style
Outline
Category
Places
Viewbox
48×48
License
MIT
Aliases
ambulatory-clinic2x-outline

3 other variants in Health Icons

More places icons from Health Icons

Use the ambulatory clinic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M14 24v8h8v-8zm6 6v-4h-4v4z"/><path d="M19 6a6 6 0 0 0-5.653 3.985H6v2.481l4 3.03V40H7a1 1 0 1 0 0 2h3v.015h28V42h3a1 1 0 1 0 0-2h-3V15.532l4.5-3.03V9.984H24.653A6 6 0 0 0 19 6m5.659 8A6 6 0 0 0 25 12v-.015h14.687L36.695 14zm-1.187 2A6 6 0 0 1 19 18a6 6 0 0 1-4.472-2H12v24h12V24h10v16h2V16zM13 12c0 .701.12 1.374.341 2h-2.005l-2.66-2.015H13zm7-1V9h-2v2h-2v2h2v2h2v-2h2v-2zm12 15v14h-6V26z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAmbulatoryClinicOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M14 24v8h8v-8zm6 6v-4h-4v4z"/><path d="M19 6a6 6 0 0 0-5.653 3.985H6v2.481l4 3.03V40H7a1 1 0 1 0 0 2h3v.015h28V42h3a1 1 0 1 0 0-2h-3V15.532l4.5-3.03V9.984H24.653A6 6 0 0 0 19 6m5.659 8A6 6 0 0 0 25 12v-.015h14.687L36.695 14zm-1.187 2A6 6 0 0 1 19 18a6 6 0 0 1-4.472-2H12v24h12V24h10v16h2V16zM13 12c0 .701.12 1.374.341 2h-2.005l-2.66-2.015H13zm7-1V9h-2v2h-2v2h2v2h2v-2h2v-2zm12 15v14h-6V26z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M14 24v8h8v-8zm6 6v-4h-4v4z"/><path d="M19 6a6 6 0 0 0-5.653 3.985H6v2.481l4 3.03V40H7a1 1 0 1 0 0 2h3v.015h28V42h3a1 1 0 1 0 0-2h-3V15.532l4.5-3.03V9.984H24.653A6 6 0 0 0 19 6m5.659 8A6 6 0 0 0 25 12v-.015h14.687L36.695 14zm-1.187 2A6 6 0 0 1 19 18a6 6 0 0 1-4.472-2H12v24h12V24h10v16h2V16zM13 12c0 .701.12 1.374.341 2h-2.005l-2.66-2.015H13zm7-1V9h-2v2h-2v2h2v2h2v-2h2v-2zm12 15v14h-6V26z"/></g></svg>
</template>

CSS

.icon-ambulatory-clinic-outline {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M14%2024v8h8v-8zm6%206v-4h-4v4z%22%2F%3E%3Cpath%20d%3D%22M19%206a6%206%200%200%200-5.653%203.985H6v2.481l4%203.03V40H7a1%201%200%201%200%200%202h3v.015h28V42h3a1%201%200%201%200%200-2h-3V15.532l4.5-3.03V9.984H24.653A6%206%200%200%200%2019%206m5.659%208A6%206%200%200%200%2025%2012v-.015h14.687L36.695%2014zm-1.187%202A6%206%200%200%201%2019%2018a6%206%200%200%201-4.472-2H12v24h12V24h10v16h2V16zM13%2012c0%20.701.12%201.374.341%202h-2.005l-2.66-2.015H13zm7-1V9h-2v2h-2v2h2v2h2v-2h2v-2zm12%2015v14h-6V26z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M14%2024v8h8v-8zm6%206v-4h-4v4z%22%2F%3E%3Cpath%20d%3D%22M19%206a6%206%200%200%200-5.653%203.985H6v2.481l4%203.03V40H7a1%201%200%201%200%200%202h3v.015h28V42h3a1%201%200%201%200%200-2h-3V15.532l4.5-3.03V9.984H24.653A6%206%200%200%200%2019%206m5.659%208A6%206%200%200%200%2025%2012v-.015h14.687L36.695%2014zm-1.187%202A6%206%200%200%201%2019%2018a6%206%200%200%201-4.472-2H12v24h12V24h10v16h2V16zM13%2012c0%20.701.12%201.374.341%202h-2.005l-2.66-2.015H13zm7-1V9h-2v2h-2v2h2v2h2v-2h2v-2zm12%2015v14h-6V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/ambulatory-clinic-outline.svg?color=%231a73e8&size=48