elderly from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
elderly
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
elderly-outline, elderly-outline-sharp, elderly-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the elderly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8 23l-1.6-1.2L9 18.325V13q0-.775.125-1.687T9.5 9.625L8 10.45V14H6V9.3l4.4-2.5q.625-.35 1.088-.537t.862-.188q.625 0 1.138.538T14.675 8.3q.8 1.35 1.45 2.025t1.4 1.025q.275-.2.475-.275t.475-.075q.625 0 1.075.45T20 12.5V23h-1V12.5q0-.2-.15-.35T18.5 12t-.35.15t-.15.35v1.25h-1v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437 1.713t-.113 1.912L15 16.5V23h-2v-5l-1.775-2.55L11 19zm5.5-17.5q-.825 0-1.412-.587T11.5 3.5t.588-1.412T13.5 1.5t1.413.588T15.5 3.5t-.587 1.413T13.5 5.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElderly(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="m8 23l-1.6-1.2L9 18.325V13q0-.775.125-1.687T9.5 9.625L8 10.45V14H6V9.3l4.4-2.5q.625-.35 1.088-.537t.862-.188q.625 0 1.138.538T14.675 8.3q.8 1.35 1.45 2.025t1.4 1.025q.275-.2.475-.275t.475-.075q.625 0 1.075.45T20 12.5V23h-1V12.5q0-.2-.15-.35T18.5 12t-.35.15t-.15.35v1.25h-1v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437 1.713t-.113 1.912L15 16.5V23h-2v-5l-1.775-2.55L11 19zm5.5-17.5q-.825 0-1.412-.587T11.5 3.5t.588-1.412T13.5 1.5t1.413.588T15.5 3.5t-.587 1.413T13.5 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8 23l-1.6-1.2L9 18.325V13q0-.775.125-1.687T9.5 9.625L8 10.45V14H6V9.3l4.4-2.5q.625-.35 1.088-.537t.862-.188q.625 0 1.138.538T14.675 8.3q.8 1.35 1.45 2.025t1.4 1.025q.275-.2.475-.275t.475-.075q.625 0 1.075.45T20 12.5V23h-1V12.5q0-.2-.15-.35T18.5 12t-.35.15t-.15.35v1.25h-1v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437 1.713t-.113 1.912L15 16.5V23h-2v-5l-1.775-2.55L11 19zm5.5-17.5q-.825 0-1.412-.587T11.5 3.5t.588-1.412T13.5 1.5t1.413.588T15.5 3.5t-.587 1.413T13.5 5.5"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8%2023l-1.6-1.2L9%2018.325V13q0-.775.125-1.687T9.5%209.625L8%2010.45V14H6V9.3l4.4-2.5q.625-.35%201.088-.537t.862-.188q.625%200%201.138.538T14.675%208.3q.8%201.35%201.45%202.025t1.4%201.025q.275-.2.475-.275t.475-.075q.625%200%201.075.45T20%2012.5V23h-1V12.5q0-.2-.15-.35T18.5%2012t-.35.15t-.15.35v1.25h-1v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437%201.713t-.113%201.912L15%2016.5V23h-2v-5l-1.775-2.55L11%2019zm5.5-17.5q-.825%200-1.412-.587T11.5%203.5t.588-1.412T13.5%201.5t1.413.588T15.5%203.5t-.587%201.413T13.5%205.5%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%22m8%2023l-1.6-1.2L9%2018.325V13q0-.775.125-1.687T9.5%209.625L8%2010.45V14H6V9.3l4.4-2.5q.625-.35%201.088-.537t.862-.188q.625%200%201.138.538T14.675%208.3q.8%201.35%201.45%202.025t1.4%201.025q.275-.2.475-.275t.475-.075q.625%200%201.075.45T20%2012.5V23h-1V12.5q0-.2-.15-.35T18.5%2012t-.35.15t-.15.35v1.25h-1v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437%201.713t-.113%201.912L15%2016.5V23h-2v-5l-1.775-2.55L11%2019zm5.5-17.5q-.825%200-1.412-.587T11.5%203.5t.588-1.412T13.5%201.5t1.413.588T15.5%203.5t-.587%201.413T13.5%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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