person walking arrow loop left icon

person-walking-arrow-loop-left from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
person-walking-arrow-loop-left
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person walking arrow loop left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M208 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-84.3 104.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1l22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4l-59.3 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.6-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160S568.4 64 480 64H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c53 0 96 43 96 96s-43 96-96 96h-18.7l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonWalkingArrowLoopLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M208 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-84.3 104.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1l22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4l-59.3 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.6-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160S568.4 64 480 64H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c53 0 96 43 96 96s-43 96-96 96h-18.7l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M208 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-84.3 104.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1l22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4l-59.3 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.6-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160S568.4 64 480 64H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c53 0 96 43 96 96s-43 96-96 96h-18.7l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3z"/></svg>
</template>

CSS

.icon-person-walking-arrow-loop-left {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-84.3%20104.5c1-.4%201.9-.8%202.9-1.2l-16.9%2063.5c-5.6%2021.1-.1%2043.6%2014.7%2059.7l70.7%2077.1l22%2088.1c4.3%2017.1%2021.7%2027.6%2038.8%2023.3s27.6-21.7%2023.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6%2023c4.4%2010.6%2012.5%2019.3%2022.8%2024.5l26.7%2013.3c15.8%207.9%2035%201.5%2042.9-14.3s1.5-35-14.3-42.9L281%20232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8%200-45.3%204.8-66.1%2014l-8%203.5c-32.9%2014.6-58.1%2042.4-69.4%2076.5l-2.6%207.8c-5.6%2016.8%203.5%2034.9%2020.2%2040.5s34.9-3.5%2040.5-20.2l2.6-7.8c5.7-17.1%2018.3-30.9%2034.7-38.2l8-3.5zm-30%20135.1l-25%2062.4l-59.3%2059.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l61.6-61.7c4.6-4.6%208.2-10.1%2010.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7%20119c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L461.3%20384H480c88.4%200%20160-71.6%20160-160S568.4%2064%20480%2064H352c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h128c53%200%2096%2043%2096%2096s-43%2096-96%2096h-18.7l25.4-25.4c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-80%2080c-12.5%2012.5-12.5%2032.8%200%2045.3z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-84.3%20104.5c1-.4%201.9-.8%202.9-1.2l-16.9%2063.5c-5.6%2021.1-.1%2043.6%2014.7%2059.7l70.7%2077.1l22%2088.1c4.3%2017.1%2021.7%2027.6%2038.8%2023.3s27.6-21.7%2023.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6%2023c4.4%2010.6%2012.5%2019.3%2022.8%2024.5l26.7%2013.3c15.8%207.9%2035%201.5%2042.9-14.3s1.5-35-14.3-42.9L281%20232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8%200-45.3%204.8-66.1%2014l-8%203.5c-32.9%2014.6-58.1%2042.4-69.4%2076.5l-2.6%207.8c-5.6%2016.8%203.5%2034.9%2020.2%2040.5s34.9-3.5%2040.5-20.2l2.6-7.8c5.7-17.1%2018.3-30.9%2034.7-38.2l8-3.5zm-30%20135.1l-25%2062.4l-59.3%2059.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l61.6-61.7c4.6-4.6%208.2-10.1%2010.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7%20119c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L461.3%20384H480c88.4%200%20160-71.6%20160-160S568.4%2064%20480%2064H352c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h128c53%200%2096%2043%2096%2096s-43%2096-96%2096h-18.7l25.4-25.4c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-80%2080c-12.5%2012.5-12.5%2032.8%200%2045.3z%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-arrow-loop-left.svg?color=%231a73e8&size=48