patient-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.

Name
patient-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the patient icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGT3rGAdDp)" d="M8.5 2A3.5 3.5 0 0 0 5 5.5V21h22V5.5A3.5 3.5 0 0 0 23.5 2z"/><path fill="url(#SVGN0KMUi9L)" d="M10 21v-4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4z"/><path fill="url(#SVGabqKsblW)" d="M20 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill="url(#SVGw9EFOdNo)" d="M23.5 30a3.5 3.5 0 0 0 3.5-3.5V20H5v6.5A3.5 3.5 0 0 0 8.5 30z"/><path fill="url(#SVG09KRGcxi)" fill-opacity=".7" d="M23.5 30a3.5 3.5 0 0 0 3.5-3.5V20H5v6.5A3.5 3.5 0 0 0 8.5 30z"/><path fill="url(#SVGmPOC4cQs)" d="M10 24a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVGT3rGAdDp" x1="12.857" x2="19.377" y1="2" y2="20.643" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGN0KMUi9L" x1="12.854" x2="14.792" y1="15.798" y2="21.988" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGabqKsblW" x1="13.902" x2="17.98" y1="7.063" y2="13.574" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGw9EFOdNo" x1="-.5" x2="27.773" y1=".02" y2="29.184" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVG09KRGcxi" x1="16" x2="18.267" y1="10.833" y2="34.734" gradientUnits="userSpaceOnUse"><stop offset=".619" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGmPOC4cQs" x1="11.692" x2="11.937" y1="24.154" y2="28.306" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorPatient32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGT3rGAdDp)" d="M8.5 2A3.5 3.5 0 0 0 5 5.5V21h22V5.5A3.5 3.5 0 0 0 23.5 2z"/><path fill="url(#SVGN0KMUi9L)" d="M10 21v-4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4z"/><path fill="url(#SVGabqKsblW)" d="M20 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill="url(#SVGw9EFOdNo)" d="M23.5 30a3.5 3.5 0 0 0 3.5-3.5V20H5v6.5A3.5 3.5 0 0 0 8.5 30z"/><path fill="url(#SVG09KRGcxi)" fillOpacity=".7" d="M23.5 30a3.5 3.5 0 0 0 3.5-3.5V20H5v6.5A3.5 3.5 0 0 0 8.5 30z"/><path fill="url(#SVGmPOC4cQs)" d="M10 24a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVGT3rGAdDp" x1="12.857" x2="19.377" y1="2" y2="20.643" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#8cd0ff"/></linearGradient><linearGradient id="SVGN0KMUi9L" x1="12.854" x2="14.792" y1="15.798" y2="21.988" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGabqKsblW" x1="13.902" x2="17.98" y1="7.063" y2="13.574" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGw9EFOdNo" x1="-.5" x2="27.773" y1=".02" y2="29.184" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVG09KRGcxi" x1="16" x2="18.267" y1="10.833" y2="34.734" gradientUnits="userSpaceOnUse"><stop offset=".619" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGmPOC4cQs" x1="11.692" x2="11.937" y1="24.154" y2="28.306" gradientUnits="userSpaceOnUse"><stop stopColor="#fff"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGT3rGAdDp)" d="M8.5 2A3.5 3.5 0 0 0 5 5.5V21h22V5.5A3.5 3.5 0 0 0 23.5 2z"/><path fill="url(#SVGN0KMUi9L)" d="M10 21v-4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4z"/><path fill="url(#SVGabqKsblW)" d="M20 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill="url(#SVGw9EFOdNo)" d="M23.5 30a3.5 3.5 0 0 0 3.5-3.5V20H5v6.5A3.5 3.5 0 0 0 8.5 30z"/><path fill="url(#SVG09KRGcxi)" fill-opacity=".7" d="M23.5 30a3.5 3.5 0 0 0 3.5-3.5V20H5v6.5A3.5 3.5 0 0 0 8.5 30z"/><path fill="url(#SVGmPOC4cQs)" d="M10 24a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVGT3rGAdDp" x1="12.857" x2="19.377" y1="2" y2="20.643" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGN0KMUi9L" x1="12.854" x2="14.792" y1="15.798" y2="21.988" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGabqKsblW" x1="13.902" x2="17.98" y1="7.063" y2="13.574" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGw9EFOdNo" x1="-.5" x2="27.773" y1=".02" y2="29.184" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVG09KRGcxi" x1="16" x2="18.267" y1="10.833" y2="34.734" gradientUnits="userSpaceOnUse"><stop offset=".619" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGmPOC4cQs" x1="11.692" x2="11.937" y1="24.154" y2="28.306" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-patient-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGT3rGAdDp)%22%20d%3D%22M8.5%202A3.5%203.5%200%200%200%205%205.5V21h22V5.5A3.5%203.5%200%200%200%2023.5%202z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGN0KMUi9L)%22%20d%3D%22M10%2021v-4a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGabqKsblW)%22%20d%3D%22M20%2010a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGw9EFOdNo)%22%20d%3D%22M23.5%2030a3.5%203.5%200%200%200%203.5-3.5V20H5v6.5A3.5%203.5%200%200%200%208.5%2030z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG09KRGcxi)%22%20fill-opacity%3D%22.7%22%20d%3D%22M23.5%2030a3.5%203.5%200%200%200%203.5-3.5V20H5v6.5A3.5%203.5%200%200%200%208.5%2030z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmPOC4cQs)%22%20d%3D%22M10%2024a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGT3rGAdDp%22%20x1%3D%2212.857%22%20x2%3D%2219.377%22%20y1%3D%222%22%20y2%3D%2220.643%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGN0KMUi9L%22%20x1%3D%2212.854%22%20x2%3D%2214.792%22%20y1%3D%2215.798%22%20y2%3D%2221.988%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGabqKsblW%22%20x1%3D%2213.902%22%20x2%3D%2217.98%22%20y1%3D%227.063%22%20y2%3D%2213.574%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGw9EFOdNo%22%20x1%3D%22-.5%22%20x2%3D%2227.773%22%20y1%3D%22.02%22%20y2%3D%2229.184%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG09KRGcxi%22%20x1%3D%2216%22%20x2%3D%2218.267%22%20y1%3D%2210.833%22%20y2%3D%2234.734%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.619%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGmPOC4cQs%22%20x1%3D%2211.692%22%20x2%3D%2211.937%22%20y1%3D%2224.154%22%20y2%3D%2228.306%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGT3rGAdDp)%22%20d%3D%22M8.5%202A3.5%203.5%200%200%200%205%205.5V21h22V5.5A3.5%203.5%200%200%200%2023.5%202z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGN0KMUi9L)%22%20d%3D%22M10%2021v-4a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGabqKsblW)%22%20d%3D%22M20%2010a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGw9EFOdNo)%22%20d%3D%22M23.5%2030a3.5%203.5%200%200%200%203.5-3.5V20H5v6.5A3.5%203.5%200%200%200%208.5%2030z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG09KRGcxi)%22%20fill-opacity%3D%22.7%22%20d%3D%22M23.5%2030a3.5%203.5%200%200%200%203.5-3.5V20H5v6.5A3.5%203.5%200%200%200%208.5%2030z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmPOC4cQs)%22%20d%3D%22M10%2024a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGT3rGAdDp%22%20x1%3D%2212.857%22%20x2%3D%2219.377%22%20y1%3D%222%22%20y2%3D%2220.643%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGN0KMUi9L%22%20x1%3D%2212.854%22%20x2%3D%2214.792%22%20y1%3D%2215.798%22%20y2%3D%2221.988%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGabqKsblW%22%20x1%3D%2213.902%22%20x2%3D%2217.98%22%20y1%3D%227.063%22%20y2%3D%2213.574%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGw9EFOdNo%22%20x1%3D%22-.5%22%20x2%3D%2227.773%22%20y1%3D%22.02%22%20y2%3D%2229.184%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG09KRGcxi%22%20x1%3D%2216%22%20x2%3D%2218.267%22%20y1%3D%2210.833%22%20y2%3D%2234.734%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.619%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGmPOC4cQs%22%20x1%3D%2211.692%22%20x2%3D%2211.937%22%20y1%3D%2224.154%22%20y2%3D%2228.306%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/patient-32.svg?color=%231a73e8&size=48