person walking luggage icon

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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person walking luggage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M432 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.9L505 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.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-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.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4l-54.4-31.4c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8l43.8-75.7c4.4-7.7 1.8-17.4-5.9-21.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonWalkingLuggage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M432 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.9L505 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.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-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.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4l-54.4-31.4c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8l43.8-75.7c4.4-7.7 1.8-17.4-5.9-21.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M432 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.9L505 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.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-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.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4l-54.4-31.4c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8l43.8-75.7c4.4-7.7 1.8-17.4-5.9-21.9"/></svg>
</template>

CSS

.icon-person-walking-luggage {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%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.9L505%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.4%2059.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l61.7-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.6zM256%20274.1c-7.7-4.4-17.4-1.8-21.9%205.9l-32%2055.4l-54.4-31.4c-15.3-8.8-34.9-3.6-43.7%2011.7L40%20426.6c-8.8%2015.3-3.6%2034.9%2011.7%2043.7l55.4%2032c15.3%208.8%2034.9%203.6%2043.7-11.7l64-110.9c1.5-2.6%202.6-5.2%203.3-8l43.8-75.7c4.4-7.7%201.8-17.4-5.9-21.9%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%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.9L505%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.4%2059.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l61.7-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.6zM256%20274.1c-7.7-4.4-17.4-1.8-21.9%205.9l-32%2055.4l-54.4-31.4c-15.3-8.8-34.9-3.6-43.7%2011.7L40%20426.6c-8.8%2015.3-3.6%2034.9%2011.7%2043.7l55.4%2032c15.3%208.8%2034.9%203.6%2043.7-11.7l64-110.9c1.5-2.6%202.6-5.2%203.3-8l43.8-75.7c4.4-7.7%201.8-17.4-5.9-21.9%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-luggage.svg?color=%231a73e8&size=48