person walking arrow right icon
person-walking-arrow-right from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-walking-arrow-right
- 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 arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M136.5 88c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-8 181.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.9l35.1-35.1c22.8-22.8 53.6-35.6 85.8-35.6c36.9 0 71.8 16.8 94.8 45.6l18 22.5c6.1 7.6 15.3 12 25 12h33.2c17.7 0 32 14.3 32 32s-14.3 32-32 32h-33.2c-29.2 0-56.7-13.3-75-36l-3.8-4.7v115.2l34.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.8L162 411.5c-21.3-18.2-33.5-44.9-33.5-72.9zm.1 165.7c2.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.8zm408.9-26c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H432.5c-13.3 0-24-10.7-24-24s10.7-24 24-24h102.1l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonWalkingArrowRight(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="M136.5 88c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-8 181.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.9l35.1-35.1c22.8-22.8 53.6-35.6 85.8-35.6c36.9 0 71.8 16.8 94.8 45.6l18 22.5c6.1 7.6 15.3 12 25 12h33.2c17.7 0 32 14.3 32 32s-14.3 32-32 32h-33.2c-29.2 0-56.7-13.3-75-36l-3.8-4.7v115.2l34.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.8L162 411.5c-21.3-18.2-33.5-44.9-33.5-72.9zm.1 165.7c2.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.8zm408.9-26c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H432.5c-13.3 0-24-10.7-24-24s10.7-24 24-24h102.1l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M136.5 88c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-8 181.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.9l35.1-35.1c22.8-22.8 53.6-35.6 85.8-35.6c36.9 0 71.8 16.8 94.8 45.6l18 22.5c6.1 7.6 15.3 12 25 12h33.2c17.7 0 32 14.3 32 32s-14.3 32-32 32h-33.2c-29.2 0-56.7-13.3-75-36l-3.8-4.7v115.2l34.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.8L162 411.5c-21.3-18.2-33.5-44.9-33.5-72.9zm.1 165.7c2.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.8zm408.9-26c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H432.5c-13.3 0-24-10.7-24-24s10.7-24 24-24h102.1l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72z"/></svg> </template>
CSS
.icon-person-walking-arrow-right {
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%22M136.5%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-8%20181.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.9l35.1-35.1c22.8-22.8%2053.6-35.6%2085.8-35.6c36.9%200%2071.8%2016.8%2094.8%2045.6l18%2022.5c6.1%207.6%2015.3%2012%2025%2012h33.2c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-33.2c-29.2%200-56.7-13.3-75-36l-3.8-4.7v115.2l34.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.8L162%20411.5c-21.3-18.2-33.5-44.9-33.5-72.9zm.1%20165.7c2.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.8zm408.9-26c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H432.5c-13.3%200-24-10.7-24-24s10.7-24%2024-24h102.1l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9l-72%2072z%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%22M136.5%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-8%20181.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.9l35.1-35.1c22.8-22.8%2053.6-35.6%2085.8-35.6c36.9%200%2071.8%2016.8%2094.8%2045.6l18%2022.5c6.1%207.6%2015.3%2012%2025%2012h33.2c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-33.2c-29.2%200-56.7-13.3-75-36l-3.8-4.7v115.2l34.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.8L162%20411.5c-21.3-18.2-33.5-44.9-33.5-72.9zm.1%20165.7c2.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.8zm408.9-26c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H432.5c-13.3%200-24-10.7-24-24s10.7-24%2024-24h102.1l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9l-72%2072z%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-arrow-right.svg?color=%231a73e8&size=48