outpatient icon

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

Name
outpatient
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More people icons from Health Icons

Use the outpatient icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.935 10.723a4.001 4.001 0 1 1-7.86-1.494c1.525.926 2.854 1.448 4.239 1.638c1.176.16 2.34.074 3.62-.144m-6.988-3.306a4.002 4.002 0 0 1 6.845 1.301c-1.262.225-2.251.298-3.206.167c-1.08-.148-2.192-.568-3.64-1.468M14.5 15c-2.736 0-4.902 1.67-6.291 3.69C6.81 20.727 6 23.368 6 25.973c0 1.391.645 3.005 1.1 4.02A25 25 0 0 0 8 31.79V40a2 2 0 1 0 4 0V28.544c.292-2.408.978-4.59 1.763-6.374l.657 2.557a2 2 0 0 0 1.937 1.502H21.5a2 2 0 1 0 0-4h-3.592l-1.47-5.727A2 2 0 0 0 14.5 15M37 18a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path fill-rule="evenodd" d="M31.222 18.045a2 2 0 0 1 2.245 1.135l2.648 5.887H40a2 2 0 1 1 0 4h-5.179a2 2 0 0 1-1.824-1.18L31.563 24.7c-.457.842-.758 1.617-.949 2.422c-.2.844-.288 1.765-.272 2.887c.323.135.681.27 1.064.402c.884.304 1.793.558 2.536.757l.37.099h.001l.587.158a9 9 0 0 1 .377.111l.009.003c.061.02.328.103.575.254c.322.195.546.463.592.517l.006.007c.093.11.186.23.27.345c.173.231.377.526.591.845c.434.644.963 1.467 1.471 2.268a275 275 0 0 1 1.817 2.907l.168.272L39.07 40l1.705-1.047a2 2 0 0 1-3.41 2.093l-.162-.265a300 300 0 0 0-1.79-2.865A103 103 0 0 0 34 35.739q-.201-.3-.35-.51l-.334-.089l-.411-.11a43 43 0 0 1-2.803-.838L30 34.156V42h-2v-7H17v7h-2V32h11.033a4 4 0 0 1-.257-.284c-.397-.482-.776-1.176-.776-2.05c0-4.702 1.268-7.621 2.813-9.396a7.6 7.6 0 0 1 2.173-1.748c.313-.165.587-.277.799-.35a4 4 0 0 1 .406-.12l.016-.004l.008-.002h.003s.004-.001.425 1.954zm2.867 17.31l-.034-.011zm-.663-.43l-.01-.012z" clip-rule="evenodd"/><path d="M23.5 12c.828 0 1.5-1.12 1.5-2.5S24.328 7 23.5 7S22 8.12 22 9.5s.672 2.5 1.5 2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOutpatient(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"><path d="M21.935 10.723a4.001 4.001 0 1 1-7.86-1.494c1.525.926 2.854 1.448 4.239 1.638c1.176.16 2.34.074 3.62-.144m-6.988-3.306a4.002 4.002 0 0 1 6.845 1.301c-1.262.225-2.251.298-3.206.167c-1.08-.148-2.192-.568-3.64-1.468M14.5 15c-2.736 0-4.902 1.67-6.291 3.69C6.81 20.727 6 23.368 6 25.973c0 1.391.645 3.005 1.1 4.02A25 25 0 0 0 8 31.79V40a2 2 0 1 0 4 0V28.544c.292-2.408.978-4.59 1.763-6.374l.657 2.557a2 2 0 0 0 1.937 1.502H21.5a2 2 0 1 0 0-4h-3.592l-1.47-5.727A2 2 0 0 0 14.5 15M37 18a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path fillRule="evenodd" d="M31.222 18.045a2 2 0 0 1 2.245 1.135l2.648 5.887H40a2 2 0 1 1 0 4h-5.179a2 2 0 0 1-1.824-1.18L31.563 24.7c-.457.842-.758 1.617-.949 2.422c-.2.844-.288 1.765-.272 2.887c.323.135.681.27 1.064.402c.884.304 1.793.558 2.536.757l.37.099h.001l.587.158a9 9 0 0 1 .377.111l.009.003c.061.02.328.103.575.254c.322.195.546.463.592.517l.006.007c.093.11.186.23.27.345c.173.231.377.526.591.845c.434.644.963 1.467 1.471 2.268a275 275 0 0 1 1.817 2.907l.168.272L39.07 40l1.705-1.047a2 2 0 0 1-3.41 2.093l-.162-.265a300 300 0 0 0-1.79-2.865A103 103 0 0 0 34 35.739q-.201-.3-.35-.51l-.334-.089l-.411-.11a43 43 0 0 1-2.803-.838L30 34.156V42h-2v-7H17v7h-2V32h11.033a4 4 0 0 1-.257-.284c-.397-.482-.776-1.176-.776-2.05c0-4.702 1.268-7.621 2.813-9.396a7.6 7.6 0 0 1 2.173-1.748c.313-.165.587-.277.799-.35a4 4 0 0 1 .406-.12l.016-.004l.008-.002h.003s.004-.001.425 1.954zm2.867 17.31l-.034-.011zm-.663-.43l-.01-.012z" clipRule="evenodd"/><path d="M23.5 12c.828 0 1.5-1.12 1.5-2.5S24.328 7 23.5 7S22 8.12 22 9.5s.672 2.5 1.5 2.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.935 10.723a4.001 4.001 0 1 1-7.86-1.494c1.525.926 2.854 1.448 4.239 1.638c1.176.16 2.34.074 3.62-.144m-6.988-3.306a4.002 4.002 0 0 1 6.845 1.301c-1.262.225-2.251.298-3.206.167c-1.08-.148-2.192-.568-3.64-1.468M14.5 15c-2.736 0-4.902 1.67-6.291 3.69C6.81 20.727 6 23.368 6 25.973c0 1.391.645 3.005 1.1 4.02A25 25 0 0 0 8 31.79V40a2 2 0 1 0 4 0V28.544c.292-2.408.978-4.59 1.763-6.374l.657 2.557a2 2 0 0 0 1.937 1.502H21.5a2 2 0 1 0 0-4h-3.592l-1.47-5.727A2 2 0 0 0 14.5 15M37 18a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path fill-rule="evenodd" d="M31.222 18.045a2 2 0 0 1 2.245 1.135l2.648 5.887H40a2 2 0 1 1 0 4h-5.179a2 2 0 0 1-1.824-1.18L31.563 24.7c-.457.842-.758 1.617-.949 2.422c-.2.844-.288 1.765-.272 2.887c.323.135.681.27 1.064.402c.884.304 1.793.558 2.536.757l.37.099h.001l.587.158a9 9 0 0 1 .377.111l.009.003c.061.02.328.103.575.254c.322.195.546.463.592.517l.006.007c.093.11.186.23.27.345c.173.231.377.526.591.845c.434.644.963 1.467 1.471 2.268a275 275 0 0 1 1.817 2.907l.168.272L39.07 40l1.705-1.047a2 2 0 0 1-3.41 2.093l-.162-.265a300 300 0 0 0-1.79-2.865A103 103 0 0 0 34 35.739q-.201-.3-.35-.51l-.334-.089l-.411-.11a43 43 0 0 1-2.803-.838L30 34.156V42h-2v-7H17v7h-2V32h11.033a4 4 0 0 1-.257-.284c-.397-.482-.776-1.176-.776-2.05c0-4.702 1.268-7.621 2.813-9.396a7.6 7.6 0 0 1 2.173-1.748c.313-.165.587-.277.799-.35a4 4 0 0 1 .406-.12l.016-.004l.008-.002h.003s.004-.001.425 1.954zm2.867 17.31l-.034-.011zm-.663-.43l-.01-.012z" clip-rule="evenodd"/><path d="M23.5 12c.828 0 1.5-1.12 1.5-2.5S24.328 7 23.5 7S22 8.12 22 9.5s.672 2.5 1.5 2.5"/></g></svg>
</template>

CSS

.icon-outpatient {
  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%3E%3Cpath%20d%3D%22M21.935%2010.723a4.001%204.001%200%201%201-7.86-1.494c1.525.926%202.854%201.448%204.239%201.638c1.176.16%202.34.074%203.62-.144m-6.988-3.306a4.002%204.002%200%200%201%206.845%201.301c-1.262.225-2.251.298-3.206.167c-1.08-.148-2.192-.568-3.64-1.468M14.5%2015c-2.736%200-4.902%201.67-6.291%203.69C6.81%2020.727%206%2023.368%206%2025.973c0%201.391.645%203.005%201.1%204.02A25%2025%200%200%200%208%2031.79V40a2%202%200%201%200%204%200V28.544c.292-2.408.978-4.59%201.763-6.374l.657%202.557a2%202%200%200%200%201.937%201.502H21.5a2%202%200%201%200%200-4h-3.592l-1.47-5.727A2%202%200%200%200%2014.5%2015M37%2018a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.222%2018.045a2%202%200%200%201%202.245%201.135l2.648%205.887H40a2%202%200%201%201%200%204h-5.179a2%202%200%200%201-1.824-1.18L31.563%2024.7c-.457.842-.758%201.617-.949%202.422c-.2.844-.288%201.765-.272%202.887c.323.135.681.27%201.064.402c.884.304%201.793.558%202.536.757l.37.099h.001l.587.158a9%209%200%200%201%20.377.111l.009.003c.061.02.328.103.575.254c.322.195.546.463.592.517l.006.007c.093.11.186.23.27.345c.173.231.377.526.591.845c.434.644.963%201.467%201.471%202.268a275%20275%200%200%201%201.817%202.907l.168.272L39.07%2040l1.705-1.047a2%202%200%200%201-3.41%202.093l-.162-.265a300%20300%200%200%200-1.79-2.865A103%20103%200%200%200%2034%2035.739q-.201-.3-.35-.51l-.334-.089l-.411-.11a43%2043%200%200%201-2.803-.838L30%2034.156V42h-2v-7H17v7h-2V32h11.033a4%204%200%200%201-.257-.284c-.397-.482-.776-1.176-.776-2.05c0-4.702%201.268-7.621%202.813-9.396a7.6%207.6%200%200%201%202.173-1.748c.313-.165.587-.277.799-.35a4%204%200%200%201%20.406-.12l.016-.004l.008-.002h.003s.004-.001.425%201.954zm2.867%2017.31l-.034-.011zm-.663-.43l-.01-.012z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.5%2012c.828%200%201.5-1.12%201.5-2.5S24.328%207%2023.5%207S22%208.12%2022%209.5s.672%202.5%201.5%202.5%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%3E%3Cpath%20d%3D%22M21.935%2010.723a4.001%204.001%200%201%201-7.86-1.494c1.525.926%202.854%201.448%204.239%201.638c1.176.16%202.34.074%203.62-.144m-6.988-3.306a4.002%204.002%200%200%201%206.845%201.301c-1.262.225-2.251.298-3.206.167c-1.08-.148-2.192-.568-3.64-1.468M14.5%2015c-2.736%200-4.902%201.67-6.291%203.69C6.81%2020.727%206%2023.368%206%2025.973c0%201.391.645%203.005%201.1%204.02A25%2025%200%200%200%208%2031.79V40a2%202%200%201%200%204%200V28.544c.292-2.408.978-4.59%201.763-6.374l.657%202.557a2%202%200%200%200%201.937%201.502H21.5a2%202%200%201%200%200-4h-3.592l-1.47-5.727A2%202%200%200%200%2014.5%2015M37%2018a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.222%2018.045a2%202%200%200%201%202.245%201.135l2.648%205.887H40a2%202%200%201%201%200%204h-5.179a2%202%200%200%201-1.824-1.18L31.563%2024.7c-.457.842-.758%201.617-.949%202.422c-.2.844-.288%201.765-.272%202.887c.323.135.681.27%201.064.402c.884.304%201.793.558%202.536.757l.37.099h.001l.587.158a9%209%200%200%201%20.377.111l.009.003c.061.02.328.103.575.254c.322.195.546.463.592.517l.006.007c.093.11.186.23.27.345c.173.231.377.526.591.845c.434.644.963%201.467%201.471%202.268a275%20275%200%200%201%201.817%202.907l.168.272L39.07%2040l1.705-1.047a2%202%200%200%201-3.41%202.093l-.162-.265a300%20300%200%200%200-1.79-2.865A103%20103%200%200%200%2034%2035.739q-.201-.3-.35-.51l-.334-.089l-.411-.11a43%2043%200%200%201-2.803-.838L30%2034.156V42h-2v-7H17v7h-2V32h11.033a4%204%200%200%201-.257-.284c-.397-.482-.776-1.176-.776-2.05c0-4.702%201.268-7.621%202.813-9.396a7.6%207.6%200%200%201%202.173-1.748c.313-.165.587-.277.799-.35a4%204%200%200%201%20.406-.12l.016-.004l.008-.002h.003s.004-.001.425%201.954zm2.867%2017.31l-.034-.011zm-.663-.43l-.01-.012z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.5%2012c.828%200%201.5-1.12%201.5-2.5S24.328%207%2023.5%207S22%208.12%2022%209.5s.672%202.5%201.5%202.5%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/outpatient.svg?color=%231a73e8&size=48