person walking icon
person-walking from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-walking
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
person-walkingBootstrap Iconsperson-walkingEmoji One (Colored)person-walkingFont Awesome 6 Solidperson-walking-16-filledFluent UI System Iconsperson-walkingFluent Emojiperson-walkingFluent Emoji Flatperson-walkingFluent Emoji High Contrastperson-walkingNoto Emojiperson-walkingOpenMojiperson-walkingTwitter Emoji
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 144c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56m-86.6 147.9l22.6-22.6v69.3c0 28 12.2 54.7 33.5 72.9l71.4 61.2c5.9 5.1 9.8 12.1 10.9 19.8l12.6 88.1c2.5 17.5 18.7 29.7 36.2 27.2s29.7-18.7 27.2-36.2l-12.6-88.1c-3.3-23.1-14.9-44.1-32.6-59.3l-34.5-29.6V279.4l3.8 4.7c18.2 22.8 45.8 36 75 36h33.2c17.7 0 32-14.3 32-32s-14.3-32-32-32h-33.2c-9.7 0-18.9-4.4-25-12L404 221.7c-23-28.8-57.9-45.6-94.8-45.6c-32.2 0-63.1 12.8-85.8 35.6l-35.3 34.9c-18 18-28.1 42.4-28.1 67.9V352c0 17.7 14.3 32 32 32s32-14.3 32-32v-37.5c0-8.5 3.4-16.6 9.4-22.6m12.4 179.4c-1.5 5.2-4.3 10-8.1 13.8l-68.3 68.3c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.3-68.3c11.5-11.5 19.9-25.8 24.4-41.5l2.2-7.6l-46-39.4c-2.5-2.2-5-4.4-7.4-6.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonWalking(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="M320 144c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56m-86.6 147.9l22.6-22.6v69.3c0 28 12.2 54.7 33.5 72.9l71.4 61.2c5.9 5.1 9.8 12.1 10.9 19.8l12.6 88.1c2.5 17.5 18.7 29.7 36.2 27.2s29.7-18.7 27.2-36.2l-12.6-88.1c-3.3-23.1-14.9-44.1-32.6-59.3l-34.5-29.6V279.4l3.8 4.7c18.2 22.8 45.8 36 75 36h33.2c17.7 0 32-14.3 32-32s-14.3-32-32-32h-33.2c-9.7 0-18.9-4.4-25-12L404 221.7c-23-28.8-57.9-45.6-94.8-45.6c-32.2 0-63.1 12.8-85.8 35.6l-35.3 34.9c-18 18-28.1 42.4-28.1 67.9V352c0 17.7 14.3 32 32 32s32-14.3 32-32v-37.5c0-8.5 3.4-16.6 9.4-22.6m12.4 179.4c-1.5 5.2-4.3 10-8.1 13.8l-68.3 68.3c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.3-68.3c11.5-11.5 19.9-25.8 24.4-41.5l2.2-7.6l-46-39.4c-2.5-2.2-5-4.4-7.4-6.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 144c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56m-86.6 147.9l22.6-22.6v69.3c0 28 12.2 54.7 33.5 72.9l71.4 61.2c5.9 5.1 9.8 12.1 10.9 19.8l12.6 88.1c2.5 17.5 18.7 29.7 36.2 27.2s29.7-18.7 27.2-36.2l-12.6-88.1c-3.3-23.1-14.9-44.1-32.6-59.3l-34.5-29.6V279.4l3.8 4.7c18.2 22.8 45.8 36 75 36h33.2c17.7 0 32-14.3 32-32s-14.3-32-32-32h-33.2c-9.7 0-18.9-4.4-25-12L404 221.7c-23-28.8-57.9-45.6-94.8-45.6c-32.2 0-63.1 12.8-85.8 35.6l-35.3 34.9c-18 18-28.1 42.4-28.1 67.9V352c0 17.7 14.3 32 32 32s32-14.3 32-32v-37.5c0-8.5 3.4-16.6 9.4-22.6m12.4 179.4c-1.5 5.2-4.3 10-8.1 13.8l-68.3 68.3c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.3-68.3c11.5-11.5 19.9-25.8 24.4-41.5l2.2-7.6l-46-39.4c-2.5-2.2-5-4.4-7.4-6.8z"/></svg> </template>
CSS
.icon-person-walking {
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%22M320%20144c30.9%200%2056-25.1%2056-56s-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056m-86.6%20147.9l22.6-22.6v69.3c0%2028%2012.2%2054.7%2033.5%2072.9l71.4%2061.2c5.9%205.1%209.8%2012.1%2010.9%2019.8l12.6%2088.1c2.5%2017.5%2018.7%2029.7%2036.2%2027.2s29.7-18.7%2027.2-36.2l-12.6-88.1c-3.3-23.1-14.9-44.1-32.6-59.3l-34.5-29.6V279.4l3.8%204.7c18.2%2022.8%2045.8%2036%2075%2036h33.2c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-33.2c-9.7%200-18.9-4.4-25-12L404%20221.7c-23-28.8-57.9-45.6-94.8-45.6c-32.2%200-63.1%2012.8-85.8%2035.6l-35.3%2034.9c-18%2018-28.1%2042.4-28.1%2067.9V352c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-37.5c0-8.5%203.4-16.6%209.4-22.6m12.4%20179.4c-1.5%205.2-4.3%2010-8.1%2013.8l-68.3%2068.3c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l68.3-68.3c11.5-11.5%2019.9-25.8%2024.4-41.5l2.2-7.6l-46-39.4c-2.5-2.2-5-4.4-7.4-6.8z%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%22M320%20144c30.9%200%2056-25.1%2056-56s-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056m-86.6%20147.9l22.6-22.6v69.3c0%2028%2012.2%2054.7%2033.5%2072.9l71.4%2061.2c5.9%205.1%209.8%2012.1%2010.9%2019.8l12.6%2088.1c2.5%2017.5%2018.7%2029.7%2036.2%2027.2s29.7-18.7%2027.2-36.2l-12.6-88.1c-3.3-23.1-14.9-44.1-32.6-59.3l-34.5-29.6V279.4l3.8%204.7c18.2%2022.8%2045.8%2036%2075%2036h33.2c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-33.2c-9.7%200-18.9-4.4-25-12L404%20221.7c-23-28.8-57.9-45.6-94.8-45.6c-32.2%200-63.1%2012.8-85.8%2035.6l-35.3%2034.9c-18%2018-28.1%2042.4-28.1%2067.9V352c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-37.5c0-8.5%203.4-16.6%209.4-22.6m12.4%20179.4c-1.5%205.2-4.3%2010-8.1%2013.8l-68.3%2068.3c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l68.3-68.3c11.5-11.5%2019.9-25.8%2024.4-41.5l2.2-7.6l-46-39.4c-2.5-2.2-5-4.4-7.4-6.8z%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.svg?color=%231a73e8&size=48