patient-list-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
patient-list-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the patient list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.289 12.966q-.655-.65-.655-1.577t.65-1.581t1.577-.654t1.581.65t.654 1.576t-.65 1.582t-1.576.654t-1.581-.65m-2.847 5.88q-.343 0-.575-.232t-.232-.575v-.324q0-.326.163-.622t.44-.474q1.049-.598 2.196-.916t2.432-.319q1.284 0 2.431.319q1.147.318 2.195.916q.277.179.44.474t.164.622v.323q0 .344-.232.576t-.575.232zm.227-1.307v.307h8.393v-.307q-.99-.558-2.052-.856t-2.144-.298q-1.083 0-2.145.298q-1.061.298-2.052.856m5.063-5.288q.364-.364.364-.866t-.364-.867t-.866-.364t-.867.364t-.364.867t.364.866t.867.365q.501 0 .866-.365M10.385 13.5h-6q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.144.357t-.144.356t-.356.143m4-8h-10q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h10q.212 0 .356.144t.144.357t-.144.356t-.356.143m-2.689 4H4.385q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h7.884q-.177.233-.322.473t-.25.527"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPatientListOutlineRounded(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" d="M14.289 12.966q-.655-.65-.655-1.577t.65-1.581t1.577-.654t1.581.65t.654 1.576t-.65 1.582t-1.576.654t-1.581-.65m-2.847 5.88q-.343 0-.575-.232t-.232-.575v-.324q0-.326.163-.622t.44-.474q1.049-.598 2.196-.916t2.432-.319q1.284 0 2.431.319q1.147.318 2.195.916q.277.179.44.474t.164.622v.323q0 .344-.232.576t-.575.232zm.227-1.307v.307h8.393v-.307q-.99-.558-2.052-.856t-2.144-.298q-1.083 0-2.145.298q-1.061.298-2.052.856m5.063-5.288q.364-.364.364-.866t-.364-.867t-.866-.364t-.867.364t-.364.867t.364.866t.867.365q.501 0 .866-.365M10.385 13.5h-6q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.144.357t-.144.356t-.356.143m4-8h-10q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h10q.212 0 .356.144t.144.357t-.144.356t-.356.143m-2.689 4H4.385q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h7.884q-.177.233-.322.473t-.25.527"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.289 12.966q-.655-.65-.655-1.577t.65-1.581t1.577-.654t1.581.65t.654 1.576t-.65 1.582t-1.576.654t-1.581-.65m-2.847 5.88q-.343 0-.575-.232t-.232-.575v-.324q0-.326.163-.622t.44-.474q1.049-.598 2.196-.916t2.432-.319q1.284 0 2.431.319q1.147.318 2.195.916q.277.179.44.474t.164.622v.323q0 .344-.232.576t-.575.232zm.227-1.307v.307h8.393v-.307q-.99-.558-2.052-.856t-2.144-.298q-1.083 0-2.145.298q-1.061.298-2.052.856m5.063-5.288q.364-.364.364-.866t-.364-.867t-.866-.364t-.867.364t-.364.867t.364.866t.867.365q.501 0 .866-.365M10.385 13.5h-6q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.144.357t-.144.356t-.356.143m4-8h-10q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h10q.212 0 .356.144t.144.357t-.144.356t-.356.143m-2.689 4H4.385q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h7.884q-.177.233-.322.473t-.25.527"/></svg>
</template>

CSS

.icon-patient-list-outline-rounded {
  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%20d%3D%22M14.289%2012.966q-.655-.65-.655-1.577t.65-1.581t1.577-.654t1.581.65t.654%201.576t-.65%201.582t-1.576.654t-1.581-.65m-2.847%205.88q-.343%200-.575-.232t-.232-.575v-.324q0-.326.163-.622t.44-.474q1.049-.598%202.196-.916t2.432-.319q1.284%200%202.431.319q1.147.318%202.195.916q.277.179.44.474t.164.622v.323q0%20.344-.232.576t-.575.232zm.227-1.307v.307h8.393v-.307q-.99-.558-2.052-.856t-2.144-.298q-1.083%200-2.145.298q-1.061.298-2.052.856m5.063-5.288q.364-.364.364-.866t-.364-.867t-.866-.364t-.867.364t-.364.867t.364.866t.867.365q.501%200%20.866-.365M10.385%2013.5h-6q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144t.144.357t-.144.356t-.356.143m4-8h-10q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h10q.212%200%20.356.144t.144.357t-.144.356t-.356.143m-2.689%204H4.385q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h7.884q-.177.233-.322.473t-.25.527%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%20d%3D%22M14.289%2012.966q-.655-.65-.655-1.577t.65-1.581t1.577-.654t1.581.65t.654%201.576t-.65%201.582t-1.576.654t-1.581-.65m-2.847%205.88q-.343%200-.575-.232t-.232-.575v-.324q0-.326.163-.622t.44-.474q1.049-.598%202.196-.916t2.432-.319q1.284%200%202.431.319q1.147.318%202.195.916q.277.179.44.474t.164.622v.323q0%20.344-.232.576t-.575.232zm.227-1.307v.307h8.393v-.307q-.99-.558-2.052-.856t-2.144-.298q-1.083%200-2.145.298q-1.061.298-2.052.856m5.063-5.288q.364-.364.364-.866t-.364-.867t-.866-.364t-.867.364t-.364.867t.364.866t.867.365q.501%200%20.866-.365M10.385%2013.5h-6q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144t.144.357t-.144.356t-.356.143m4-8h-10q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h10q.212%200%20.356.144t.144.357t-.144.356t-.356.143m-2.689%204H4.385q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h7.884q-.177.233-.322.473t-.25.527%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/patient-list-outline-rounded.svg?color=%231a73e8&size=48