person walking with cane icon
person-walking-with-cane from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-walking-with-cane
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
person-arrow-down-to-lineperson-arrow-up-from-lineperson-bikingperson-boothperson-breastfeedingperson-burstperson-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-diggingperson-dots-from-lineperson-dressperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-hiking
Use the person walking with cane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-64 237.3l-22.6 22.6c-6 6-9.4 14.1-9.4 22.6V352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-37.5c0-25.5 10.1-49.9 28.1-67.9l34.4-34.4c23.2-23.2 54.6-36.2 87.3-36.2c36.1 0 70.3 15.8 93.8 43.1l68.6 80c11.5 13.4 9.9 33.6-3.5 45.1s-33.6 9.9-45.1-3.5l-55.7-65v118.6l34.5 29.6c17.7 15.2 29.3 36.2 32.6 59.3l12.6 88.1c2.5 17.5-9.7 33.7-27.2 36.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9V269zm.1 165.8c2.4 2.3 4.8 4.6 7.4 6.8l46 39.4l-2.2 7.6c-4.5 15.7-12.9 30-24.4 41.5l-68.3 68.3c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l68.3-68.3c3.8-3.8 6.6-8.6 8.1-13.8l10.4-36.3zm233.5-62.2c10.6-8 25.6-5.8 33.6 4.8l144 192c8 10.6 5.8 25.6-4.8 33.6s-25.6 5.8-33.6-4.8l-144-192c-8-10.6-5.8-25.6 4.8-33.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonWalkingWithCane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-64 237.3l-22.6 22.6c-6 6-9.4 14.1-9.4 22.6V352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-37.5c0-25.5 10.1-49.9 28.1-67.9l34.4-34.4c23.2-23.2 54.6-36.2 87.3-36.2c36.1 0 70.3 15.8 93.8 43.1l68.6 80c11.5 13.4 9.9 33.6-3.5 45.1s-33.6 9.9-45.1-3.5l-55.7-65v118.6l34.5 29.6c17.7 15.2 29.3 36.2 32.6 59.3l12.6 88.1c2.5 17.5-9.7 33.7-27.2 36.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9V269zm.1 165.8c2.4 2.3 4.8 4.6 7.4 6.8l46 39.4l-2.2 7.6c-4.5 15.7-12.9 30-24.4 41.5l-68.3 68.3c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l68.3-68.3c3.8-3.8 6.6-8.6 8.1-13.8l10.4-36.3zm233.5-62.2c10.6-8 25.6-5.8 33.6 4.8l144 192c8 10.6 5.8 25.6-4.8 33.6s-25.6 5.8-33.6-4.8l-144-192c-8-10.6-5.8-25.6 4.8-33.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-64 237.3l-22.6 22.6c-6 6-9.4 14.1-9.4 22.6V352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-37.5c0-25.5 10.1-49.9 28.1-67.9l34.4-34.4c23.2-23.2 54.6-36.2 87.3-36.2c36.1 0 70.3 15.8 93.8 43.1l68.6 80c11.5 13.4 9.9 33.6-3.5 45.1s-33.6 9.9-45.1-3.5l-55.7-65v118.6l34.5 29.6c17.7 15.2 29.3 36.2 32.6 59.3l12.6 88.1c2.5 17.5-9.7 33.7-27.2 36.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9V269zm.1 165.8c2.4 2.3 4.8 4.6 7.4 6.8l46 39.4l-2.2 7.6c-4.5 15.7-12.9 30-24.4 41.5l-68.3 68.3c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l68.3-68.3c3.8-3.8 6.6-8.6 8.1-13.8l10.4-36.3zm233.5-62.2c10.6-8 25.6-5.8 33.6 4.8l144 192c8 10.6 5.8 25.6-4.8 33.6s-25.6 5.8-33.6-4.8l-144-192c-8-10.6-5.8-25.6 4.8-33.6"/></svg> </template>
CSS
.icon-person-walking-with-cane {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m-64%20237.3l-22.6%2022.6c-6%206-9.4%2014.1-9.4%2022.6V352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-37.5c0-25.5%2010.1-49.9%2028.1-67.9l34.4-34.4c23.2-23.2%2054.6-36.2%2087.3-36.2c36.1%200%2070.3%2015.8%2093.8%2043.1l68.6%2080c11.5%2013.4%209.9%2033.6-3.5%2045.1s-33.6%209.9-45.1-3.5l-55.7-65v118.6l34.5%2029.6c17.7%2015.2%2029.3%2036.2%2032.6%2059.3l12.6%2088.1c2.5%2017.5-9.7%2033.7-27.2%2036.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9V269zm.1%20165.8c2.4%202.3%204.8%204.6%207.4%206.8l46%2039.4l-2.2%207.6c-4.5%2015.7-12.9%2030-24.4%2041.5l-68.3%2068.3c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l68.3-68.3c3.8-3.8%206.6-8.6%208.1-13.8l10.4-36.3zm233.5-62.2c10.6-8%2025.6-5.8%2033.6%204.8l144%20192c8%2010.6%205.8%2025.6-4.8%2033.6s-25.6%205.8-33.6-4.8l-144-192c-8-10.6-5.8-25.6%204.8-33.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m-64%20237.3l-22.6%2022.6c-6%206-9.4%2014.1-9.4%2022.6V352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-37.5c0-25.5%2010.1-49.9%2028.1-67.9l34.4-34.4c23.2-23.2%2054.6-36.2%2087.3-36.2c36.1%200%2070.3%2015.8%2093.8%2043.1l68.6%2080c11.5%2013.4%209.9%2033.6-3.5%2045.1s-33.6%209.9-45.1-3.5l-55.7-65v118.6l34.5%2029.6c17.7%2015.2%2029.3%2036.2%2032.6%2059.3l12.6%2088.1c2.5%2017.5-9.7%2033.7-27.2%2036.2s-33.7-9.7-36.2-27.2l-12.6-88.1c-1.1-7.7-5-14.7-10.9-19.8l-71.4-61.2c-21.3-18.2-33.5-44.9-33.5-72.9V269zm.1%20165.8c2.4%202.3%204.8%204.6%207.4%206.8l46%2039.4l-2.2%207.6c-4.5%2015.7-12.9%2030-24.4%2041.5l-68.3%2068.3c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l68.3-68.3c3.8-3.8%206.6-8.6%208.1-13.8l10.4-36.3zm233.5-62.2c10.6-8%2025.6-5.8%2033.6%204.8l144%20192c8%2010.6%205.8%2025.6-4.8%2033.6s-25.6%205.8-33.6-4.8l-144-192c-8-10.6-5.8-25.6%204.8-33.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/person-walking-with-cane.svg?color=%231a73e8&size=48