elderly woman icon
elderly-woman-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- elderly-woman-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- elderly-woman-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 woman icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.289 5.192q-.691 0-1.192-.5q-.5-.502-.5-1.192q0-.084.08-.504q-.217-.106-.36-.305q-.144-.199-.144-.46q0-.368.24-.607t.606-.24q.262 0 .46.144q.2.143.306.36q.13-.05.251-.065q.122-.015.253-.015q.69 0 1.19.5q.502.501.502 1.192t-.501 1.191q-.501.501-1.191.501m3.65 8.158q-.112-.111-.112-.273v-.475q-1.008-.64-2.027-1.641t-1.61-2.04l-.92 4.098l2.019 5.148v4.525h-1v-4.269H10l-2.708 3.854q-.115.177-.323.208q-.208.03-.385-.085q-.176-.115-.198-.313q-.02-.198.095-.375l2.269-3.289H7.736q-.373 0-.597-.298t-.185-.683q.154-1.951.5-3.55q.348-1.6 1.044-3.344q.696-1.77 1.599-2.89t1.907-1.12q.656 0 1.028.431t.874 1.273q.8 1.35 1.498 2.044q.698.695 1.698 1.314q.179-.258.446-.39q.268-.133.6-.133q.587 0 .979.392q.392.393.392.954v9.885q0 .161-.111.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.17-.407q-.168-.17-.407-.17t-.408.17t-.169.407v.654q0 .162-.112.273q-.111.112-.273.112t-.272-.112"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightElderlyWomanRounded(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.289 5.192q-.691 0-1.192-.5q-.5-.502-.5-1.192q0-.084.08-.504q-.217-.106-.36-.305q-.144-.199-.144-.46q0-.368.24-.607t.606-.24q.262 0 .46.144q.2.143.306.36q.13-.05.251-.065q.122-.015.253-.015q.69 0 1.19.5q.502.501.502 1.192t-.501 1.191q-.501.501-1.191.501m3.65 8.158q-.112-.111-.112-.273v-.475q-1.008-.64-2.027-1.641t-1.61-2.04l-.92 4.098l2.019 5.148v4.525h-1v-4.269H10l-2.708 3.854q-.115.177-.323.208q-.208.03-.385-.085q-.176-.115-.198-.313q-.02-.198.095-.375l2.269-3.289H7.736q-.373 0-.597-.298t-.185-.683q.154-1.951.5-3.55q.348-1.6 1.044-3.344q.696-1.77 1.599-2.89t1.907-1.12q.656 0 1.028.431t.874 1.273q.8 1.35 1.498 2.044q.698.695 1.698 1.314q.179-.258.446-.39q.268-.133.6-.133q.587 0 .979.392q.392.393.392.954v9.885q0 .161-.111.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.17-.407q-.168-.17-.407-.17t-.408.17t-.169.407v.654q0 .162-.112.273q-.111.112-.273.112t-.272-.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.289 5.192q-.691 0-1.192-.5q-.5-.502-.5-1.192q0-.084.08-.504q-.217-.106-.36-.305q-.144-.199-.144-.46q0-.368.24-.607t.606-.24q.262 0 .46.144q.2.143.306.36q.13-.05.251-.065q.122-.015.253-.015q.69 0 1.19.5q.502.501.502 1.192t-.501 1.191q-.501.501-1.191.501m3.65 8.158q-.112-.111-.112-.273v-.475q-1.008-.64-2.027-1.641t-1.61-2.04l-.92 4.098l2.019 5.148v4.525h-1v-4.269H10l-2.708 3.854q-.115.177-.323.208q-.208.03-.385-.085q-.176-.115-.198-.313q-.02-.198.095-.375l2.269-3.289H7.736q-.373 0-.597-.298t-.185-.683q.154-1.951.5-3.55q.348-1.6 1.044-3.344q.696-1.77 1.599-2.89t1.907-1.12q.656 0 1.028.431t.874 1.273q.8 1.35 1.498 2.044q.698.695 1.698 1.314q.179-.258.446-.39q.268-.133.6-.133q.587 0 .979.392q.392.393.392.954v9.885q0 .161-.111.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.17-.407q-.168-.17-.407-.17t-.408.17t-.169.407v.654q0 .162-.112.273q-.111.112-.273.112t-.272-.112"/></svg> </template>
CSS
.icon-elderly-woman-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.289%205.192q-.691%200-1.192-.5q-.5-.502-.5-1.192q0-.084.08-.504q-.217-.106-.36-.305q-.144-.199-.144-.46q0-.368.24-.607t.606-.24q.262%200%20.46.144q.2.143.306.36q.13-.05.251-.065q.122-.015.253-.015q.69%200%201.19.5q.502.501.502%201.192t-.501%201.191q-.501.501-1.191.501m3.65%208.158q-.112-.111-.112-.273v-.475q-1.008-.64-2.027-1.641t-1.61-2.04l-.92%204.098l2.019%205.148v4.525h-1v-4.269H10l-2.708%203.854q-.115.177-.323.208q-.208.03-.385-.085q-.176-.115-.198-.313q-.02-.198.095-.375l2.269-3.289H7.736q-.373%200-.597-.298t-.185-.683q.154-1.951.5-3.55q.348-1.6%201.044-3.344q.696-1.77%201.599-2.89t1.907-1.12q.656%200%201.028.431t.874%201.273q.8%201.35%201.498%202.044q.698.695%201.698%201.314q.179-.258.446-.39q.268-.133.6-.133q.587%200%20.979.392q.392.393.392.954v9.885q0%20.161-.111.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.17-.407q-.168-.17-.407-.17t-.408.17t-.169.407v.654q0%20.162-.112.273q-.111.112-.273.112t-.272-.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.289%205.192q-.691%200-1.192-.5q-.5-.502-.5-1.192q0-.084.08-.504q-.217-.106-.36-.305q-.144-.199-.144-.46q0-.368.24-.607t.606-.24q.262%200%20.46.144q.2.143.306.36q.13-.05.251-.065q.122-.015.253-.015q.69%200%201.19.5q.502.501.502%201.192t-.501%201.191q-.501.501-1.191.501m3.65%208.158q-.112-.111-.112-.273v-.475q-1.008-.64-2.027-1.641t-1.61-2.04l-.92%204.098l2.019%205.148v4.525h-1v-4.269H10l-2.708%203.854q-.115.177-.323.208q-.208.03-.385-.085q-.176-.115-.198-.313q-.02-.198.095-.375l2.269-3.289H7.736q-.373%200-.597-.298t-.185-.683q.154-1.951.5-3.55q.348-1.6%201.044-3.344q.696-1.77%201.599-2.89t1.907-1.12q.656%200%201.028.431t.874%201.273q.8%201.35%201.498%202.044q.698.695%201.698%201.314q.179-.258.446-.39q.268-.133.6-.133q.587%200%20.979.392q.392.393.392.954v9.885q0%20.161-.111.273t-.273.111t-.273-.111t-.112-.273v-9.885q0-.238-.17-.407q-.168-.17-.407-.17t-.408.17t-.169.407v.654q0%20.162-.112.273q-.111.112-.273.112t-.272-.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-woman-rounded.svg?color=%231a73e8&size=48