elderly icon
elderly-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- elderly-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- elderly-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.48 5.192q-.69 0-1.19-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.502.501 1.192t-.501 1.191t-1.191.501m3.65 8.158q-.112-.111-.112-.273v-.475q-1.33-.806-2.09-1.547T13.383 8.92q-.525 1.143-.784 2.434t-.151 2.287l1.877 3.281q.062.087.09.198t.027.223v4.848q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V17.75l-2.37-3.32l-.085 3.636q0 .08-.162.473L7.85 22.277q-.134.177-.323.208q-.188.03-.365-.104q-.177-.135-.198-.333t.113-.375l2.885-3.694l-.423-4.325q-.154-1.14.048-2.515t.682-2.553l-2.634 1.556V13q0 .214-.144.357t-.356.143t-.357-.143T6.635 13v-2.971q0-.217.096-.407t.288-.295l3.708-2.2q.452-.254.809-.393q.356-.14.66-.14q.529 0 .965.403t.937 1.245q.8 1.35 1.498 2.044q.698.695 1.698 1.314q.179-.258.447-.39q.267-.133.6-.133q.586 0 .978.392t.393.954v9.885q0 .161-.112.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.169-.407q-.17-.17-.408-.17t-.407.17t-.17.407v.654q0 .162-.111.273t-.273.112t-.273-.112"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightElderlyRounded(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.48 5.192q-.69 0-1.19-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.502.501 1.192t-.501 1.191t-1.191.501m3.65 8.158q-.112-.111-.112-.273v-.475q-1.33-.806-2.09-1.547T13.383 8.92q-.525 1.143-.784 2.434t-.151 2.287l1.877 3.281q.062.087.09.198t.027.223v4.848q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V17.75l-2.37-3.32l-.085 3.636q0 .08-.162.473L7.85 22.277q-.134.177-.323.208q-.188.03-.365-.104q-.177-.135-.198-.333t.113-.375l2.885-3.694l-.423-4.325q-.154-1.14.048-2.515t.682-2.553l-2.634 1.556V13q0 .214-.144.357t-.356.143t-.357-.143T6.635 13v-2.971q0-.217.096-.407t.288-.295l3.708-2.2q.452-.254.809-.393q.356-.14.66-.14q.529 0 .965.403t.937 1.245q.8 1.35 1.498 2.044q.698.695 1.698 1.314q.179-.258.447-.39q.267-.133.6-.133q.586 0 .978.392t.393.954v9.885q0 .161-.112.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.169-.407q-.17-.17-.408-.17t-.407.17t-.17.407v.654q0 .162-.111.273t-.273.112t-.273-.112"/></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.48 5.192q-.69 0-1.19-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.502.501 1.192t-.501 1.191t-1.191.501m3.65 8.158q-.112-.111-.112-.273v-.475q-1.33-.806-2.09-1.547T13.383 8.92q-.525 1.143-.784 2.434t-.151 2.287l1.877 3.281q.062.087.09.198t.027.223v4.848q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V17.75l-2.37-3.32l-.085 3.636q0 .08-.162.473L7.85 22.277q-.134.177-.323.208q-.188.03-.365-.104q-.177-.135-.198-.333t.113-.375l2.885-3.694l-.423-4.325q-.154-1.14.048-2.515t.682-2.553l-2.634 1.556V13q0 .214-.144.357t-.356.143t-.357-.143T6.635 13v-2.971q0-.217.096-.407t.288-.295l3.708-2.2q.452-.254.809-.393q.356-.14.66-.14q.529 0 .965.403t.937 1.245q.8 1.35 1.498 2.044q.698.695 1.698 1.314q.179-.258.447-.39q.267-.133.6-.133q.586 0 .978.392t.393.954v9.885q0 .161-.112.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.169-.407q-.17-.17-.408-.17t-.407.17t-.17.407v.654q0 .162-.111.273t-.273.112t-.273-.112"/></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.48%205.192q-.69%200-1.19-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5q.501.502.501%201.192t-.501%201.191t-1.191.501m3.65%208.158q-.112-.111-.112-.273v-.475q-1.33-.806-2.09-1.547T13.383%208.92q-.525%201.143-.784%202.434t-.151%202.287l1.877%203.281q.062.087.09.198t.027.223v4.848q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V17.75l-2.37-3.32l-.085%203.636q0%20.08-.162.473L7.85%2022.277q-.134.177-.323.208q-.188.03-.365-.104q-.177-.135-.198-.333t.113-.375l2.885-3.694l-.423-4.325q-.154-1.14.048-2.515t.682-2.553l-2.634%201.556V13q0%20.214-.144.357t-.356.143t-.357-.143T6.635%2013v-2.971q0-.217.096-.407t.288-.295l3.708-2.2q.452-.254.809-.393q.356-.14.66-.14q.529%200%20.965.403t.937%201.245q.8%201.35%201.498%202.044q.698.695%201.698%201.314q.179-.258.447-.39q.267-.133.6-.133q.586%200%20.978.392t.393.954v9.885q0%20.161-.112.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.169-.407q-.17-.17-.408-.17t-.407.17t-.17.407v.654q0%20.162-.111.273t-.273.112t-.273-.112%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.48%205.192q-.69%200-1.19-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5q.501.502.501%201.192t-.501%201.191t-1.191.501m3.65%208.158q-.112-.111-.112-.273v-.475q-1.33-.806-2.09-1.547T13.383%208.92q-.525%201.143-.784%202.434t-.151%202.287l1.877%203.281q.062.087.09.198t.027.223v4.848q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V17.75l-2.37-3.32l-.085%203.636q0%20.08-.162.473L7.85%2022.277q-.134.177-.323.208q-.188.03-.365-.104q-.177-.135-.198-.333t.113-.375l2.885-3.694l-.423-4.325q-.154-1.14.048-2.515t.682-2.553l-2.634%201.556V13q0%20.214-.144.357t-.356.143t-.357-.143T6.635%2013v-2.971q0-.217.096-.407t.288-.295l3.708-2.2q.452-.254.809-.393q.356-.14.66-.14q.529%200%20.965.403t.937%201.245q.8%201.35%201.498%202.044q.698.695%201.698%201.314q.179-.258.447-.39q.267-.133.6-.133q.586%200%20.978.392t.393.954v9.885q0%20.161-.112.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.169-.407q-.17-.17-.408-.17t-.407.17t-.17.407v.654q0%20.162-.111.273t-.273.112t-.273-.112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/elderly-rounded.svg?color=%231a73e8&size=48