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

Name
patient-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
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 24 24"><g fill="none"><path fill="url(#SVGENjjMcdE)" d="M20 4.25A2.25 2.25 0 0 0 17.75 2H6.25l-.154.005A2.25 2.25 0 0 0 4 4.25V15.5h16z"/><path fill="url(#SVGtcXIPbeV)" d="M8 15.5v-3.254c0-.648.492-1.18 1.122-1.244l.128-.006h5.5c.647 0 1.18.492 1.243 1.122l.007.128V15.5z"/><path fill="url(#SVGHKwtze2B)" d="M12 4.996a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/><path fill="url(#SVGXNTgYd1Y)" d="M20 15v4.755a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.755V15z"/><path fill="url(#SVGXjb1GcHd)" fill-opacity=".7" d="M20 15v4.755a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.755V15z"/><path fill="url(#SVGUXsoBdHj)" d="M7.751 17.5h8.5a.75.75 0 0 1 .1 1.493l-.1.007h-8.5a.75.75 0 0 1-.101-1.493zh8.5z"/><defs><linearGradient id="SVGENjjMcdE" x1="9.714" x2="14.263" y1="2" y2="15.313" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGtcXIPbeV" x1="9.902" x2="11.503" y1="11.594" y2="16.133" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGHKwtze2B" x1="10.689" x2="13.237" y1="5.66" y2="9.729" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGXNTgYd1Y" x1="0" x2="19.767" y1="1.004" y2="22.176" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGXjb1GcHd" x1="12" x2="13.531" y1="8.579" y2="25.331" gradientUnits="userSpaceOnUse"><stop offset=".619" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGUXsoBdHj" x1="8.924" x2="9.117" y1="17.615" y2="20.729" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorPatient24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGENjjMcdE)" d="M20 4.25A2.25 2.25 0 0 0 17.75 2H6.25l-.154.005A2.25 2.25 0 0 0 4 4.25V15.5h16z"/><path fill="url(#SVGtcXIPbeV)" d="M8 15.5v-3.254c0-.648.492-1.18 1.122-1.244l.128-.006h5.5c.647 0 1.18.492 1.243 1.122l.007.128V15.5z"/><path fill="url(#SVGHKwtze2B)" d="M12 4.996a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/><path fill="url(#SVGXNTgYd1Y)" d="M20 15v4.755a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.755V15z"/><path fill="url(#SVGXjb1GcHd)" fillOpacity=".7" d="M20 15v4.755a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.755V15z"/><path fill="url(#SVGUXsoBdHj)" d="M7.751 17.5h8.5a.75.75 0 0 1 .1 1.493l-.1.007h-8.5a.75.75 0 0 1-.101-1.493zh8.5z"/><defs><linearGradient id="SVGENjjMcdE" x1="9.714" x2="14.263" y1="2" y2="15.313" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#8cd0ff"/></linearGradient><linearGradient id="SVGtcXIPbeV" x1="9.902" x2="11.503" y1="11.594" y2="16.133" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGHKwtze2B" x1="10.689" x2="13.237" y1="5.66" y2="9.729" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGXNTgYd1Y" x1="0" x2="19.767" y1="1.004" y2="22.176" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGXjb1GcHd" x1="12" x2="13.531" y1="8.579" y2="25.331" gradientUnits="userSpaceOnUse"><stop offset=".619" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGUXsoBdHj" x1="8.924" x2="9.117" y1="17.615" y2="20.729" 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 24 24"><g fill="none"><path fill="url(#SVGENjjMcdE)" d="M20 4.25A2.25 2.25 0 0 0 17.75 2H6.25l-.154.005A2.25 2.25 0 0 0 4 4.25V15.5h16z"/><path fill="url(#SVGtcXIPbeV)" d="M8 15.5v-3.254c0-.648.492-1.18 1.122-1.244l.128-.006h5.5c.647 0 1.18.492 1.243 1.122l.007.128V15.5z"/><path fill="url(#SVGHKwtze2B)" d="M12 4.996a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/><path fill="url(#SVGXNTgYd1Y)" d="M20 15v4.755a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.755V15z"/><path fill="url(#SVGXjb1GcHd)" fill-opacity=".7" d="M20 15v4.755a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.755V15z"/><path fill="url(#SVGUXsoBdHj)" d="M7.751 17.5h8.5a.75.75 0 0 1 .1 1.493l-.1.007h-8.5a.75.75 0 0 1-.101-1.493zh8.5z"/><defs><linearGradient id="SVGENjjMcdE" x1="9.714" x2="14.263" y1="2" y2="15.313" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGtcXIPbeV" x1="9.902" x2="11.503" y1="11.594" y2="16.133" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGHKwtze2B" x1="10.689" x2="13.237" y1="5.66" y2="9.729" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGXNTgYd1Y" x1="0" x2="19.767" y1="1.004" y2="22.176" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGXjb1GcHd" x1="12" x2="13.531" y1="8.579" y2="25.331" gradientUnits="userSpaceOnUse"><stop offset=".619" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGUXsoBdHj" x1="8.924" x2="9.117" y1="17.615" y2="20.729" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-patient-24 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGENjjMcdE)%22%20d%3D%22M20%204.25A2.25%202.25%200%200%200%2017.75%202H6.25l-.154.005A2.25%202.25%200%200%200%204%204.25V15.5h16z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGtcXIPbeV)%22%20d%3D%22M8%2015.5v-3.254c0-.648.492-1.18%201.122-1.244l.128-.006h5.5c.647%200%201.18.492%201.243%201.122l.007.128V15.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHKwtze2B)%22%20d%3D%22M12%204.996a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXNTgYd1Y)%22%20d%3D%22M20%2015v4.755a2.25%202.25%200%200%201-2.25%202.25H6.25A2.25%202.25%200%200%201%204%2019.755V15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXjb1GcHd)%22%20fill-opacity%3D%22.7%22%20d%3D%22M20%2015v4.755a2.25%202.25%200%200%201-2.25%202.25H6.25A2.25%202.25%200%200%201%204%2019.755V15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUXsoBdHj)%22%20d%3D%22M7.751%2017.5h8.5a.75.75%200%200%201%20.1%201.493l-.1.007h-8.5a.75.75%200%200%201-.101-1.493zh8.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGENjjMcdE%22%20x1%3D%229.714%22%20x2%3D%2214.263%22%20y1%3D%222%22%20y2%3D%2215.313%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%22SVGtcXIPbeV%22%20x1%3D%229.902%22%20x2%3D%2211.503%22%20y1%3D%2211.594%22%20y2%3D%2216.133%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%22SVGHKwtze2B%22%20x1%3D%2210.689%22%20x2%3D%2213.237%22%20y1%3D%225.66%22%20y2%3D%229.729%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%22SVGXNTgYd1Y%22%20x1%3D%220%22%20x2%3D%2219.767%22%20y1%3D%221.004%22%20y2%3D%2222.176%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%22SVGXjb1GcHd%22%20x1%3D%2212%22%20x2%3D%2213.531%22%20y1%3D%228.579%22%20y2%3D%2225.331%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%22SVGUXsoBdHj%22%20x1%3D%228.924%22%20x2%3D%229.117%22%20y1%3D%2217.615%22%20y2%3D%2220.729%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGENjjMcdE)%22%20d%3D%22M20%204.25A2.25%202.25%200%200%200%2017.75%202H6.25l-.154.005A2.25%202.25%200%200%200%204%204.25V15.5h16z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGtcXIPbeV)%22%20d%3D%22M8%2015.5v-3.254c0-.648.492-1.18%201.122-1.244l.128-.006h5.5c.647%200%201.18.492%201.243%201.122l.007.128V15.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHKwtze2B)%22%20d%3D%22M12%204.996a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXNTgYd1Y)%22%20d%3D%22M20%2015v4.755a2.25%202.25%200%200%201-2.25%202.25H6.25A2.25%202.25%200%200%201%204%2019.755V15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXjb1GcHd)%22%20fill-opacity%3D%22.7%22%20d%3D%22M20%2015v4.755a2.25%202.25%200%200%201-2.25%202.25H6.25A2.25%202.25%200%200%201%204%2019.755V15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUXsoBdHj)%22%20d%3D%22M7.751%2017.5h8.5a.75.75%200%200%201%20.1%201.493l-.1.007h-8.5a.75.75%200%200%201-.101-1.493zh8.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGENjjMcdE%22%20x1%3D%229.714%22%20x2%3D%2214.263%22%20y1%3D%222%22%20y2%3D%2215.313%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%22SVGtcXIPbeV%22%20x1%3D%229.902%22%20x2%3D%2211.503%22%20y1%3D%2211.594%22%20y2%3D%2216.133%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%22SVGHKwtze2B%22%20x1%3D%2210.689%22%20x2%3D%2213.237%22%20y1%3D%225.66%22%20y2%3D%229.729%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%22SVGXNTgYd1Y%22%20x1%3D%220%22%20x2%3D%2219.767%22%20y1%3D%221.004%22%20y2%3D%2222.176%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%22SVGXjb1GcHd%22%20x1%3D%2212%22%20x2%3D%2213.531%22%20y1%3D%228.579%22%20y2%3D%2225.331%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%22SVGUXsoBdHj%22%20x1%3D%228.924%22%20x2%3D%229.117%22%20y1%3D%2217.615%22%20y2%3D%2220.729%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-24.svg?color=%231a73e8&size=48