elderly icon
elderly from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- elderly
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the elderly icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18 15a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-5.484 5.935A9 9 0 0 1 13 20.4V38a2 2 0 0 0 3.988.22L17.79 31h.42l.802 7.22A2 2 0 0 0 23 38V24.36c.15-.796.711-1.949 1.596-3.032c.793.975 1.326 2.006 1.532 2.784c-.021 1.651-1.35 7.83-1.896 10.309a.986.986 0 0 0 .825 1.194c3.693.507 6.884.506 10.546.04c.683-.087 1.082-.844.834-1.487c-.737-1.913-1.937-5.886-1.937-11.49v-2.926c.39.3.8.694 1.208 1.183c1.057 1.267 1.713 2.718 1.799 3.62a1.5 1.5 0 0 0 2.986-.285c-.163-1.716-1.2-3.721-2.481-5.256C36.768 17.522 34.893 16 32.79 16h-4.628c-1.283 0-2.501.515-3.562 1.248C23.543 16.515 22.328 16 21.048 16h-5.614c-2.103 0-3.977 1.522-5.222 3.014c-1.28 1.535-2.318 3.54-2.481 5.256a1.5 1.5 0 0 0 2.986.285c.086-.902.742-2.353 1.8-3.62"/><path d="M6 28.5a2.5 2.5 0 0 1 5 0V39a1 1 0 1 1-2 0V28.5a.5.5 0 0 0-1 0v1.013a1 1 0 1 1-2 0zM30.5 15a4 4 0 1 0 0-8a4 4 0 0 0 0 8m9 11a2.5 2.5 0 0 0-2.5 2.5v1.013a1 1 0 1 0 2 0V28.5a.5.5 0 0 1 1 0V39a1 1 0 1 0 2 0V28.5a2.5 2.5 0 0 0-2.5-2.5m-14 13.388v-2.236a36 36 0 0 0 3.588.282l-.64 2.348a1.5 1.5 0 0 1-2.948-.394m7.053.394l-.654-2.397A42 42 0 0 0 35.5 37v2.388a1.5 1.5 0 0 1-2.947.394"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsElderly(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 d="M18 15a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-5.484 5.935A9 9 0 0 1 13 20.4V38a2 2 0 0 0 3.988.22L17.79 31h.42l.802 7.22A2 2 0 0 0 23 38V24.36c.15-.796.711-1.949 1.596-3.032c.793.975 1.326 2.006 1.532 2.784c-.021 1.651-1.35 7.83-1.896 10.309a.986.986 0 0 0 .825 1.194c3.693.507 6.884.506 10.546.04c.683-.087 1.082-.844.834-1.487c-.737-1.913-1.937-5.886-1.937-11.49v-2.926c.39.3.8.694 1.208 1.183c1.057 1.267 1.713 2.718 1.799 3.62a1.5 1.5 0 0 0 2.986-.285c-.163-1.716-1.2-3.721-2.481-5.256C36.768 17.522 34.893 16 32.79 16h-4.628c-1.283 0-2.501.515-3.562 1.248C23.543 16.515 22.328 16 21.048 16h-5.614c-2.103 0-3.977 1.522-5.222 3.014c-1.28 1.535-2.318 3.54-2.481 5.256a1.5 1.5 0 0 0 2.986.285c.086-.902.742-2.353 1.8-3.62"/><path d="M6 28.5a2.5 2.5 0 0 1 5 0V39a1 1 0 1 1-2 0V28.5a.5.5 0 0 0-1 0v1.013a1 1 0 1 1-2 0zM30.5 15a4 4 0 1 0 0-8a4 4 0 0 0 0 8m9 11a2.5 2.5 0 0 0-2.5 2.5v1.013a1 1 0 1 0 2 0V28.5a.5.5 0 0 1 1 0V39a1 1 0 1 0 2 0V28.5a2.5 2.5 0 0 0-2.5-2.5m-14 13.388v-2.236a36 36 0 0 0 3.588.282l-.64 2.348a1.5 1.5 0 0 1-2.948-.394m7.053.394l-.654-2.397A42 42 0 0 0 35.5 37v2.388a1.5 1.5 0 0 1-2.947.394"/></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 d="M18 15a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-5.484 5.935A9 9 0 0 1 13 20.4V38a2 2 0 0 0 3.988.22L17.79 31h.42l.802 7.22A2 2 0 0 0 23 38V24.36c.15-.796.711-1.949 1.596-3.032c.793.975 1.326 2.006 1.532 2.784c-.021 1.651-1.35 7.83-1.896 10.309a.986.986 0 0 0 .825 1.194c3.693.507 6.884.506 10.546.04c.683-.087 1.082-.844.834-1.487c-.737-1.913-1.937-5.886-1.937-11.49v-2.926c.39.3.8.694 1.208 1.183c1.057 1.267 1.713 2.718 1.799 3.62a1.5 1.5 0 0 0 2.986-.285c-.163-1.716-1.2-3.721-2.481-5.256C36.768 17.522 34.893 16 32.79 16h-4.628c-1.283 0-2.501.515-3.562 1.248C23.543 16.515 22.328 16 21.048 16h-5.614c-2.103 0-3.977 1.522-5.222 3.014c-1.28 1.535-2.318 3.54-2.481 5.256a1.5 1.5 0 0 0 2.986.285c.086-.902.742-2.353 1.8-3.62"/><path d="M6 28.5a2.5 2.5 0 0 1 5 0V39a1 1 0 1 1-2 0V28.5a.5.5 0 0 0-1 0v1.013a1 1 0 1 1-2 0zM30.5 15a4 4 0 1 0 0-8a4 4 0 0 0 0 8m9 11a2.5 2.5 0 0 0-2.5 2.5v1.013a1 1 0 1 0 2 0V28.5a.5.5 0 0 1 1 0V39a1 1 0 1 0 2 0V28.5a2.5 2.5 0 0 0-2.5-2.5m-14 13.388v-2.236a36 36 0 0 0 3.588.282l-.64 2.348a1.5 1.5 0 0 1-2.948-.394m7.053.394l-.654-2.397A42 42 0 0 0 35.5 37v2.388a1.5 1.5 0 0 1-2.947.394"/></g></svg> </template>
CSS
.icon-elderly {
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%20d%3D%22M18%2015a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-5.484%205.935A9%209%200%200%201%2013%2020.4V38a2%202%200%200%200%203.988.22L17.79%2031h.42l.802%207.22A2%202%200%200%200%2023%2038V24.36c.15-.796.711-1.949%201.596-3.032c.793.975%201.326%202.006%201.532%202.784c-.021%201.651-1.35%207.83-1.896%2010.309a.986.986%200%200%200%20.825%201.194c3.693.507%206.884.506%2010.546.04c.683-.087%201.082-.844.834-1.487c-.737-1.913-1.937-5.886-1.937-11.49v-2.926c.39.3.8.694%201.208%201.183c1.057%201.267%201.713%202.718%201.799%203.62a1.5%201.5%200%200%200%202.986-.285c-.163-1.716-1.2-3.721-2.481-5.256C36.768%2017.522%2034.893%2016%2032.79%2016h-4.628c-1.283%200-2.501.515-3.562%201.248C23.543%2016.515%2022.328%2016%2021.048%2016h-5.614c-2.103%200-3.977%201.522-5.222%203.014c-1.28%201.535-2.318%203.54-2.481%205.256a1.5%201.5%200%200%200%202.986.285c.086-.902.742-2.353%201.8-3.62%22%2F%3E%3Cpath%20d%3D%22M6%2028.5a2.5%202.5%200%200%201%205%200V39a1%201%200%201%201-2%200V28.5a.5.5%200%200%200-1%200v1.013a1%201%200%201%201-2%200zM30.5%2015a4%204%200%201%200%200-8a4%204%200%200%200%200%208m9%2011a2.5%202.5%200%200%200-2.5%202.5v1.013a1%201%200%201%200%202%200V28.5a.5.5%200%200%201%201%200V39a1%201%200%201%200%202%200V28.5a2.5%202.5%200%200%200-2.5-2.5m-14%2013.388v-2.236a36%2036%200%200%200%203.588.282l-.64%202.348a1.5%201.5%200%200%201-2.948-.394m7.053.394l-.654-2.397A42%2042%200%200%200%2035.5%2037v2.388a1.5%201.5%200%200%201-2.947.394%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%20d%3D%22M18%2015a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-5.484%205.935A9%209%200%200%201%2013%2020.4V38a2%202%200%200%200%203.988.22L17.79%2031h.42l.802%207.22A2%202%200%200%200%2023%2038V24.36c.15-.796.711-1.949%201.596-3.032c.793.975%201.326%202.006%201.532%202.784c-.021%201.651-1.35%207.83-1.896%2010.309a.986.986%200%200%200%20.825%201.194c3.693.507%206.884.506%2010.546.04c.683-.087%201.082-.844.834-1.487c-.737-1.913-1.937-5.886-1.937-11.49v-2.926c.39.3.8.694%201.208%201.183c1.057%201.267%201.713%202.718%201.799%203.62a1.5%201.5%200%200%200%202.986-.285c-.163-1.716-1.2-3.721-2.481-5.256C36.768%2017.522%2034.893%2016%2032.79%2016h-4.628c-1.283%200-2.501.515-3.562%201.248C23.543%2016.515%2022.328%2016%2021.048%2016h-5.614c-2.103%200-3.977%201.522-5.222%203.014c-1.28%201.535-2.318%203.54-2.481%205.256a1.5%201.5%200%200%200%202.986.285c.086-.902.742-2.353%201.8-3.62%22%2F%3E%3Cpath%20d%3D%22M6%2028.5a2.5%202.5%200%200%201%205%200V39a1%201%200%201%201-2%200V28.5a.5.5%200%200%200-1%200v1.013a1%201%200%201%201-2%200zM30.5%2015a4%204%200%201%200%200-8a4%204%200%200%200%200%208m9%2011a2.5%202.5%200%200%200-2.5%202.5v1.013a1%201%200%201%200%202%200V28.5a.5.5%200%200%201%201%200V39a1%201%200%201%200%202%200V28.5a2.5%202.5%200%200%200-2.5-2.5m-14%2013.388v-2.236a36%2036%200%200%200%203.588.282l-.64%202.348a1.5%201.5%200%200%201-2.948-.394m7.053.394l-.654-2.397A42%2042%200%200%200%2035.5%2037v2.388a1.5%201.5%200%200%201-2.947.394%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/elderly.svg?color=%231a73e8&size=48