regular patient icon

regular-patient-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.

Name
regular-patient-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
regular-patient2x-outline

1 other variant in Health Icons

More people icons from Health Icons

Use the regular patient icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M34 16c0 5.525-4.475 10-10 10s-10-4.475-10-10S18.475 6 24 6s10 4.475 10 10m-10 8c4.42 0 8-3.58 8-8s-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8" clip-rule="evenodd"/><path d="M24 28c-6.007 0-18 3.035-18 8v6h18v-2H8v-4c0-.37.22-.979 1.223-1.788c.981-.791 2.443-1.545 4.215-2.197C16.98 30.712 21.247 30 24 30zm4 1h-2v5h5v-2h-1.45l.25-.25q.9-.9 1.962-1.325A5.8 5.8 0 0 1 33.95 30q1.925 0 3.487 1.1A5.93 5.93 0 0 1 39.65 34h2.1q-.7-2.675-2.862-4.337Q36.725 28 33.95 28q-1.5 0-2.975.525T28.35 30.35l-.35.4zm.35 7h-2.1q.7 2.675 2.863 4.337Q31.275 42 34.05 42q1.5 0 2.938-.562q1.437-.563 2.662-1.788l.35-.4V41h2v-5h-5v2h1.45l-.25.25q-.9.9-1.963 1.325A5.8 5.8 0 0 1 34.05 40a5.9 5.9 0 0 1-3.487-1.1A5.93 5.93 0 0 1 28.35 36"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRegularPatientOutline(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 fillRule="evenodd" d="M34 16c0 5.525-4.475 10-10 10s-10-4.475-10-10S18.475 6 24 6s10 4.475 10 10m-10 8c4.42 0 8-3.58 8-8s-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8" clipRule="evenodd"/><path d="M24 28c-6.007 0-18 3.035-18 8v6h18v-2H8v-4c0-.37.22-.979 1.223-1.788c.981-.791 2.443-1.545 4.215-2.197C16.98 30.712 21.247 30 24 30zm4 1h-2v5h5v-2h-1.45l.25-.25q.9-.9 1.962-1.325A5.8 5.8 0 0 1 33.95 30q1.925 0 3.487 1.1A5.93 5.93 0 0 1 39.65 34h2.1q-.7-2.675-2.862-4.337Q36.725 28 33.95 28q-1.5 0-2.975.525T28.35 30.35l-.35.4zm.35 7h-2.1q.7 2.675 2.863 4.337Q31.275 42 34.05 42q1.5 0 2.938-.562q1.437-.563 2.662-1.788l.35-.4V41h2v-5h-5v2h1.45l-.25.25q-.9.9-1.963 1.325A5.8 5.8 0 0 1 34.05 40a5.9 5.9 0 0 1-3.487-1.1A5.93 5.93 0 0 1 28.35 36"/></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 fill-rule="evenodd" d="M34 16c0 5.525-4.475 10-10 10s-10-4.475-10-10S18.475 6 24 6s10 4.475 10 10m-10 8c4.42 0 8-3.58 8-8s-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8" clip-rule="evenodd"/><path d="M24 28c-6.007 0-18 3.035-18 8v6h18v-2H8v-4c0-.37.22-.979 1.223-1.788c.981-.791 2.443-1.545 4.215-2.197C16.98 30.712 21.247 30 24 30zm4 1h-2v5h5v-2h-1.45l.25-.25q.9-.9 1.962-1.325A5.8 5.8 0 0 1 33.95 30q1.925 0 3.487 1.1A5.93 5.93 0 0 1 39.65 34h2.1q-.7-2.675-2.862-4.337Q36.725 28 33.95 28q-1.5 0-2.975.525T28.35 30.35l-.35.4zm.35 7h-2.1q.7 2.675 2.863 4.337Q31.275 42 34.05 42q1.5 0 2.938-.562q1.437-.563 2.662-1.788l.35-.4V41h2v-5h-5v2h1.45l-.25.25q-.9.9-1.963 1.325A5.8 5.8 0 0 1 34.05 40a5.9 5.9 0 0 1-3.487-1.1A5.93 5.93 0 0 1 28.35 36"/></g></svg>
</template>

CSS

.icon-regular-patient-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2016c0%205.525-4.475%2010-10%2010s-10-4.475-10-10S18.475%206%2024%206s10%204.475%2010%2010m-10%208c4.42%200%208-3.58%208-8s-3.58-8-8-8s-8%203.58-8%208s3.58%208%208%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24%2028c-6.007%200-18%203.035-18%208v6h18v-2H8v-4c0-.37.22-.979%201.223-1.788c.981-.791%202.443-1.545%204.215-2.197C16.98%2030.712%2021.247%2030%2024%2030zm4%201h-2v5h5v-2h-1.45l.25-.25q.9-.9%201.962-1.325A5.8%205.8%200%200%201%2033.95%2030q1.925%200%203.487%201.1A5.93%205.93%200%200%201%2039.65%2034h2.1q-.7-2.675-2.862-4.337Q36.725%2028%2033.95%2028q-1.5%200-2.975.525T28.35%2030.35l-.35.4zm.35%207h-2.1q.7%202.675%202.863%204.337Q31.275%2042%2034.05%2042q1.5%200%202.938-.562q1.437-.563%202.662-1.788l.35-.4V41h2v-5h-5v2h1.45l-.25.25q-.9.9-1.963%201.325A5.8%205.8%200%200%201%2034.05%2040a5.9%205.9%200%200%201-3.487-1.1A5.93%205.93%200%200%201%2028.35%2036%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%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2016c0%205.525-4.475%2010-10%2010s-10-4.475-10-10S18.475%206%2024%206s10%204.475%2010%2010m-10%208c4.42%200%208-3.58%208-8s-3.58-8-8-8s-8%203.58-8%208s3.58%208%208%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24%2028c-6.007%200-18%203.035-18%208v6h18v-2H8v-4c0-.37.22-.979%201.223-1.788c.981-.791%202.443-1.545%204.215-2.197C16.98%2030.712%2021.247%2030%2024%2030zm4%201h-2v5h5v-2h-1.45l.25-.25q.9-.9%201.962-1.325A5.8%205.8%200%200%201%2033.95%2030q1.925%200%203.487%201.1A5.93%205.93%200%200%201%2039.65%2034h2.1q-.7-2.675-2.862-4.337Q36.725%2028%2033.95%2028q-1.5%200-2.975.525T28.35%2030.35l-.35.4zm.35%207h-2.1q.7%202.675%202.863%204.337Q31.275%2042%2034.05%2042q1.5%200%202.938-.562q1.437-.563%202.662-1.788l.35-.4V41h2v-5h-5v2h1.45l-.25.25q-.9.9-1.963%201.325A5.8%205.8%200%200%201%2034.05%2040a5.9%205.9%200%200%201-3.487-1.1A5.93%205.93%200%200%201%2028.35%2036%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/regular-patient-outline.svg?color=%231a73e8&size=48