ambulatory clinic icon
ambulatory-clinic-24px from Health Icons by Resolve to Save Lives · Filled 24px · Places · MIT Free for personal and commercial use.
- Name
- ambulatory-clinic-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Places
- Viewbox
- 24×24
- License
- MIT
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.989 4c-.74-.624-1.696-1-2.739-1s-2 .376-2.739 1H2l1 4v10a1 1 0 1 0 0 2h9v-8h5v8h4a1 1 0 1 0 0-2V8l1-4zM10 5H8.5v1.5H7V8h1.5v1.5H10V8h1.5V6.5H10z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAmbulatoryClinic24px(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" fillRule="evenodd" d="M11.989 4c-.74-.624-1.696-1-2.739-1s-2 .376-2.739 1H2l1 4v10a1 1 0 1 0 0 2h9v-8h5v8h4a1 1 0 1 0 0-2V8l1-4zM10 5H8.5v1.5H7V8h1.5v1.5H10V8h1.5V6.5H10z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.989 4c-.74-.624-1.696-1-2.739-1s-2 .376-2.739 1H2l1 4v10a1 1 0 1 0 0 2h9v-8h5v8h4a1 1 0 1 0 0-2V8l1-4zM10 5H8.5v1.5H7V8h1.5v1.5H10V8h1.5V6.5H10z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ambulatory-clinic-24px {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.989%204c-.74-.624-1.696-1-2.739-1s-2%20.376-2.739%201H2l1%204v10a1%201%200%201%200%200%202h9v-8h5v8h4a1%201%200%201%200%200-2V8l1-4zM10%205H8.5v1.5H7V8h1.5v1.5H10V8h1.5V6.5H10z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.989%204c-.74-.624-1.696-1-2.739-1s-2%20.376-2.739%201H2l1%204v10a1%201%200%201%200%200%202h9v-8h5v8h4a1%201%200%201%200%200-2V8l1-4zM10%205H8.5v1.5H7V8h1.5v1.5H10V8h1.5V6.5H10z%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/ambulatory-clinic-24px.svg?color=%231a73e8&size=48