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

Name
elderly-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
elderly-outline-rounded

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="M13.5 5.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.5m3.65 8.6q-.15-.15-.15-.35v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437 1.713t-.113 1.912l1.8 2.55q.1.125.138.275t.037.3V22q0 .425-.288.713T14 23t-.712-.288T13 22v-4l-1.775-2.55l-.2 3.25q0 .1-.2.55L8.6 22.2q-.25.35-.65.4t-.75-.2t-.4-.65T7 21l2-2.675V13q0-.775.125-1.687T9.5 9.625L8 10.45V13q0 .425-.288.713T7 14t-.712-.288T6 13V9.875q0-.275.125-.513T6.5 9l3.9-2.2q.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.5v10q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35v-10q0-.2-.15-.35T18.5 12t-.35.15t-.15.35v1.25q0 .2-.15.35t-.35.15t-.35-.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElderlyRounded(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="M13.5 5.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.5m3.65 8.6q-.15-.15-.15-.35v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437 1.713t-.113 1.912l1.8 2.55q.1.125.138.275t.037.3V22q0 .425-.288.713T14 23t-.712-.288T13 22v-4l-1.775-2.55l-.2 3.25q0 .1-.2.55L8.6 22.2q-.25.35-.65.4t-.75-.2t-.4-.65T7 21l2-2.675V13q0-.775.125-1.687T9.5 9.625L8 10.45V13q0 .425-.288.713T7 14t-.712-.288T6 13V9.875q0-.275.125-.513T6.5 9l3.9-2.2q.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.5v10q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35v-10q0-.2-.15-.35T18.5 12t-.35.15t-.15.35v1.25q0 .2-.15.35t-.35.15t-.35-.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 5.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.5m3.65 8.6q-.15-.15-.15-.35v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437 1.713t-.113 1.912l1.8 2.55q.1.125.138.275t.037.3V22q0 .425-.288.713T14 23t-.712-.288T13 22v-4l-1.775-2.55l-.2 3.25q0 .1-.2.55L8.6 22.2q-.25.35-.65.4t-.75-.2t-.4-.65T7 21l2-2.675V13q0-.775.125-1.687T9.5 9.625L8 10.45V13q0 .425-.288.713T7 14t-.712-.288T6 13V9.875q0-.275.125-.513T6.5 9l3.9-2.2q.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.5v10q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35v-10q0-.2-.15-.35T18.5 12t-.35.15t-.15.35v1.25q0 .2-.15.35t-.35.15t-.35-.15"/></svg>
</template>

CSS

.icon-elderly-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%22M13.5%205.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.5m3.65%208.6q-.15-.15-.15-.35v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437%201.713t-.113%201.912l1.8%202.55q.1.125.138.275t.037.3V22q0%20.425-.288.713T14%2023t-.712-.288T13%2022v-4l-1.775-2.55l-.2%203.25q0%20.1-.2.55L8.6%2022.2q-.25.35-.65.4t-.75-.2t-.4-.65T7%2021l2-2.675V13q0-.775.125-1.687T9.5%209.625L8%2010.45V13q0%20.425-.288.713T7%2014t-.712-.288T6%2013V9.875q0-.275.125-.513T6.5%209l3.9-2.2q.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.5v10q0%20.2-.15.35t-.35.15t-.35-.15t-.15-.35v-10q0-.2-.15-.35T18.5%2012t-.35.15t-.15.35v1.25q0%20.2-.15.35t-.35.15t-.35-.15%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%22M13.5%205.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.5m3.65%208.6q-.15-.15-.15-.35v-.475q-1.35-.575-2.1-1.287t-1.325-1.913q-.275.7-.437%201.713t-.113%201.912l1.8%202.55q.1.125.138.275t.037.3V22q0%20.425-.288.713T14%2023t-.712-.288T13%2022v-4l-1.775-2.55l-.2%203.25q0%20.1-.2.55L8.6%2022.2q-.25.35-.65.4t-.75-.2t-.4-.65T7%2021l2-2.675V13q0-.775.125-1.687T9.5%209.625L8%2010.45V13q0%20.425-.288.713T7%2014t-.712-.288T6%2013V9.875q0-.275.125-.513T6.5%209l3.9-2.2q.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.5v10q0%20.2-.15.35t-.35.15t-.35-.15t-.15-.35v-10q0-.2-.15-.35T18.5%2012t-.35.15t-.15.35v1.25q0%20.2-.15.35t-.35.15t-.35-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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