geriatrics icon
geriatrics from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- geriatrics
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrologyobstetricsmonia
Use the geriatrics icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm14.867 10c-3 0-5.013 1.847-6.174 3.68C16.558 21.472 16 23.59 16 25c0 .404.092.78.163 1.03c.08.28.184.567.293.838c.217.542.494 1.13.755 1.651c.264.528.526 1.02.72 1.376l.069.125V36a2 2 0 1 0 4 0v-6.5c0-2.198.511-4.308 1.18-6.074l.215.849a2 2 0 0 0 1.555 1.47l3.666.718a2 2 0 1 0 .768-3.926l-2.424-.474l-1.155-4.555A2 2 0 0 0 23.867 16m4.78 10.497a2.5 2.5 0 0 0-2.5 2.5h2a.5.5 0 0 1 .5-.5h.084c.323 0 .584.262.584.584v7.975a1 1 0 1 0 2 0V29.08a2.584 2.584 0 0 0-2.584-2.584zM33 14.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGeriatrics(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm14.867 10c-3 0-5.013 1.847-6.174 3.68C16.558 21.472 16 23.59 16 25c0 .404.092.78.163 1.03c.08.28.184.567.293.838c.217.542.494 1.13.755 1.651c.264.528.526 1.02.72 1.376l.069.125V36a2 2 0 1 0 4 0v-6.5c0-2.198.511-4.308 1.18-6.074l.215.849a2 2 0 0 0 1.555 1.47l3.666.718a2 2 0 1 0 .768-3.926l-2.424-.474l-1.155-4.555A2 2 0 0 0 23.867 16m4.78 10.497a2.5 2.5 0 0 0-2.5 2.5h2a.5.5 0 0 1 .5-.5h.084c.323 0 .584.262.584.584v7.975a1 1 0 1 0 2 0V29.08a2.584 2.584 0 0 0-2.584-2.584zM33 14.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm14.867 10c-3 0-5.013 1.847-6.174 3.68C16.558 21.472 16 23.59 16 25c0 .404.092.78.163 1.03c.08.28.184.567.293.838c.217.542.494 1.13.755 1.651c.264.528.526 1.02.72 1.376l.069.125V36a2 2 0 1 0 4 0v-6.5c0-2.198.511-4.308 1.18-6.074l.215.849a2 2 0 0 0 1.555 1.47l3.666.718a2 2 0 1 0 .768-3.926l-2.424-.474l-1.155-4.555A2 2 0 0 0 23.867 16m4.78 10.497a2.5 2.5 0 0 0-2.5 2.5h2a.5.5 0 0 1 .5-.5h.084c.323 0 .584.262.584.584v7.975a1 1 0 1 0 2 0V29.08a2.584 2.584 0 0 0-2.584-2.584zM33 14.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-geriatrics {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm14.867%2010c-3%200-5.013%201.847-6.174%203.68C16.558%2021.472%2016%2023.59%2016%2025c0%20.404.092.78.163%201.03c.08.28.184.567.293.838c.217.542.494%201.13.755%201.651c.264.528.526%201.02.72%201.376l.069.125V36a2%202%200%201%200%204%200v-6.5c0-2.198.511-4.308%201.18-6.074l.215.849a2%202%200%200%200%201.555%201.47l3.666.718a2%202%200%201%200%20.768-3.926l-2.424-.474l-1.155-4.555A2%202%200%200%200%2023.867%2016m4.78%2010.497a2.5%202.5%200%200%200-2.5%202.5h2a.5.5%200%200%201%20.5-.5h.084c.323%200%20.584.262.584.584v7.975a1%201%200%201%200%202%200V29.08a2.584%202.584%200%200%200-2.584-2.584zM33%2014.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm14.867%2010c-3%200-5.013%201.847-6.174%203.68C16.558%2021.472%2016%2023.59%2016%2025c0%20.404.092.78.163%201.03c.08.28.184.567.293.838c.217.542.494%201.13.755%201.651c.264.528.526%201.02.72%201.376l.069.125V36a2%202%200%201%200%204%200v-6.5c0-2.198.511-4.308%201.18-6.074l.215.849a2%202%200%200%200%201.555%201.47l3.666.718a2%202%200%201%200%20.768-3.926l-2.424-.474l-1.155-4.555A2%202%200%200%200%2023.867%2016m4.78%2010.497a2.5%202.5%200%200%200-2.5%202.5h2a.5.5%200%200%201%20.5-.5h.084c.323%200%20.584.262.584.584v7.975a1%201%200%201%200%202%200V29.08a2.584%202.584%200%200%200-2.584-2.584zM33%2014.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/geriatrics.svg?color=%231a73e8&size=48