person walking with cane icon

person-walking-with-cane from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
person-walking-with-cane
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person walking with cane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M176 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8.4 32c-36.4 0-69.6 20.5-85.9 53.1l-46.3 92.6c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l35.4-70.7v43.2c0 17 6.7 33.3 18.7 45.3l77.3 77.2V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.7-5.1-24.9-14.1-33.9l-49.9-50v-93.4l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-76.8-102.4C250.7 142.2 222.2 128 192 128zm-39.3 218.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2l-52.8-52.8zm322.5 158.3c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonWalkingWithCane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M176 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8.4 32c-36.4 0-69.6 20.5-85.9 53.1l-46.3 92.6c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l35.4-70.7v43.2c0 17 6.7 33.3 18.7 45.3l77.3 77.2V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.7-5.1-24.9-14.1-33.9l-49.9-50v-93.4l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-76.8-102.4C250.7 142.2 222.2 128 192 128zm-39.3 218.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2l-52.8-52.8zm322.5 158.3c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M176 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8.4 32c-36.4 0-69.6 20.5-85.9 53.1l-46.3 92.6c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l35.4-70.7v43.2c0 17 6.7 33.3 18.7 45.3l77.3 77.2V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.7-5.1-24.9-14.1-33.9l-49.9-50v-93.4l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-76.8-102.4C250.7 142.2 222.2 128 192 128zm-39.3 218.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2l-52.8-52.8zm322.5 158.3c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-8.4%2032c-36.4%200-69.6%2020.5-85.9%2053.1l-46.3%2092.6c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l35.4-70.7v43.2c0%2017%206.7%2033.3%2018.7%2045.3l77.3%2077.2V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-89.4c0-12.7-5.1-24.9-14.1-33.9l-49.9-50v-93.4l70.4%2093.9c10.6%2014.1%2030.7%2017%2044.8%206.4s17-30.7%206.4-44.8l-76.8-102.4C250.7%20142.2%20222.2%20128%20192%20128zm-39.3%20218.8L97%20472.2c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l22-88.2l-52.8-52.8zm322.5%20158.3c5%207.3%2015%209.1%2022.3%204s9.1-15%204-22.3L358.9%20316.1c-2.8%203.8-6.1%207.3-10.1%2010.3c-5%203.8-10.5%206.4-16.2%207.9z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-8.4%2032c-36.4%200-69.6%2020.5-85.9%2053.1l-46.3%2092.6c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l35.4-70.7v43.2c0%2017%206.7%2033.3%2018.7%2045.3l77.3%2077.2V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-89.4c0-12.7-5.1-24.9-14.1-33.9l-49.9-50v-93.4l70.4%2093.9c10.6%2014.1%2030.7%2017%2044.8%206.4s17-30.7%206.4-44.8l-76.8-102.4C250.7%20142.2%20222.2%20128%20192%20128zm-39.3%20218.8L97%20472.2c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l22-88.2l-52.8-52.8zm322.5%20158.3c5%207.3%2015%209.1%2022.3%204s9.1-15%204-22.3L358.9%20316.1c-2.8%203.8-6.1%207.3-10.1%2010.3c-5%203.8-10.5%206.4-16.2%207.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/person-walking-with-cane.svg?color=%231a73e8&size=48