old man icon
old-man-24px from Health Icons by Resolve to Save Lives · Filled 24px · People · MIT Free for personal and commercial use.
- Name
- old-man-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- People
- Viewbox
- 24×24
- License
- MIT
3 other variants 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 old man icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M16.196 12.48a1 1 0 0 1-1.177-.784c-.17-.85-.629-1.227-1.23-1.442a3 3 0 0 0-.289-.088V20.93a1.071 1.071 0 0 1-2.131.151L10.643 16h-.286l-.726 5.08a1.071 1.071 0 0 1-2.131-.15V15a3.5 3.5 0 1 1 0-7H12v.002c.702.01 1.617.067 2.461.369c1.149.41 2.19 1.283 2.52 2.933a1 1 0 0 1-.785 1.177M7.5 10a1.5 1.5 0 0 0 0 3z" clip-rule="evenodd"/><path d="M17 14.4c0-.223.087-.365.213-.466a.9.9 0 0 1 .537-.184c.187 0 .392.067.537.184a.56.56 0 0 1 .213.466V21a.75.75 0 0 0 1.5 0v-6.6c0-.71-.32-1.269-.771-1.634a2.4 2.4 0 0 0-1.479-.516c-.5 0-1.045.166-1.479.516A2.06 2.06 0 0 0 15.5 14.4a.75.75 0 0 0 1.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsOldMan24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fillRule="evenodd" d="M16.196 12.48a1 1 0 0 1-1.177-.784c-.17-.85-.629-1.227-1.23-1.442a3 3 0 0 0-.289-.088V20.93a1.071 1.071 0 0 1-2.131.151L10.643 16h-.286l-.726 5.08a1.071 1.071 0 0 1-2.131-.15V15a3.5 3.5 0 1 1 0-7H12v.002c.702.01 1.617.067 2.461.369c1.149.41 2.19 1.283 2.52 2.933a1 1 0 0 1-.785 1.177M7.5 10a1.5 1.5 0 0 0 0 3z" clipRule="evenodd"/><path d="M17 14.4c0-.223.087-.365.213-.466a.9.9 0 0 1 .537-.184c.187 0 .392.067.537.184a.56.56 0 0 1 .213.466V21a.75.75 0 0 0 1.5 0v-6.6c0-.71-.32-1.269-.771-1.634a2.4 2.4 0 0 0-1.479-.516c-.5 0-1.045.166-1.479.516A2.06 2.06 0 0 0 15.5 14.4a.75.75 0 0 0 1.5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M16.196 12.48a1 1 0 0 1-1.177-.784c-.17-.85-.629-1.227-1.23-1.442a3 3 0 0 0-.289-.088V20.93a1.071 1.071 0 0 1-2.131.151L10.643 16h-.286l-.726 5.08a1.071 1.071 0 0 1-2.131-.15V15a3.5 3.5 0 1 1 0-7H12v.002c.702.01 1.617.067 2.461.369c1.149.41 2.19 1.283 2.52 2.933a1 1 0 0 1-.785 1.177M7.5 10a1.5 1.5 0 0 0 0 3z" clip-rule="evenodd"/><path d="M17 14.4c0-.223.087-.365.213-.466a.9.9 0 0 1 .537-.184c.187 0 .392.067.537.184a.56.56 0 0 1 .213.466V21a.75.75 0 0 0 1.5 0v-6.6c0-.71-.32-1.269-.771-1.634a2.4 2.4 0 0 0-1.479-.516c-.5 0-1.045.166-1.479.516A2.06 2.06 0 0 0 15.5 14.4a.75.75 0 0 0 1.5 0"/></g></svg> </template>
CSS
.icon-old-man-24px {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.196%2012.48a1%201%200%200%201-1.177-.784c-.17-.85-.629-1.227-1.23-1.442a3%203%200%200%200-.289-.088V20.93a1.071%201.071%200%200%201-2.131.151L10.643%2016h-.286l-.726%205.08a1.071%201.071%200%200%201-2.131-.15V15a3.5%203.5%200%201%201%200-7H12v.002c.702.01%201.617.067%202.461.369c1.149.41%202.19%201.283%202.52%202.933a1%201%200%200%201-.785%201.177M7.5%2010a1.5%201.5%200%200%200%200%203z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2014.4c0-.223.087-.365.213-.466a.9.9%200%200%201%20.537-.184c.187%200%20.392.067.537.184a.56.56%200%200%201%20.213.466V21a.75.75%200%200%200%201.5%200v-6.6c0-.71-.32-1.269-.771-1.634a2.4%202.4%200%200%200-1.479-.516c-.5%200-1.045.166-1.479.516A2.06%202.06%200%200%200%2015.5%2014.4a.75.75%200%200%200%201.5%200%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.196%2012.48a1%201%200%200%201-1.177-.784c-.17-.85-.629-1.227-1.23-1.442a3%203%200%200%200-.289-.088V20.93a1.071%201.071%200%200%201-2.131.151L10.643%2016h-.286l-.726%205.08a1.071%201.071%200%200%201-2.131-.15V15a3.5%203.5%200%201%201%200-7H12v.002c.702.01%201.617.067%202.461.369c1.149.41%202.19%201.283%202.52%202.933a1%201%200%200%201-.785%201.177M7.5%2010a1.5%201.5%200%200%200%200%203z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2014.4c0-.223.087-.365.213-.466a.9.9%200%200%201%20.537-.184c.187%200%20.392.067.537.184a.56.56%200%200%201%20.213.466V21a.75.75%200%200%200%201.5%200v-6.6c0-.71-.32-1.269-.771-1.634a2.4%202.4%200%200%200-1.479-.516c-.5%200-1.045.166-1.479.516A2.06%202.06%200%200%200%2015.5%2014.4a.75.75%200%200%200%201.5%200%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/old-man-24px.svg?color=%231a73e8&size=48