person-walking-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
person-walking-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the person walking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M10 5a3 3 0 1 1 5.266 1.966l.005.003c.19.11.36.26.51.43c.09.1.18.22.25.33L17 9.258c.06.08.109.15.159.23l.17.27l1.928.969a2.26 2.26 0 0 1 1.01 3.018a2.247 2.247 0 0 1-3.018 1.01l-2.468-1.23c-.16-.08-.31-.17-.45-.29c0 0-.06-.06-.1-.09c0 .13.05.27.13.39l.84 1.23c.33.49.53 1.039.579 1.628l.23 3.188a2.235 2.235 0 0 1-2.079 2.399a2.23 2.23 0 0 1-2.398-2.079l-.2-2.778l-1.039-1.26l-1.928 4.738c-.36.87-1.2 1.399-2.079 1.399l-.04-.01c-.28 0-.57-.05-.85-.17a2.244 2.244 0 0 1-1.228-2.928l1.798-4.417a2.246 2.246 0 0 1-1.819-3.028l.92-2.4s.02-.05.03-.07l.52-1.358c.25-.66.8-1.16 1.479-1.36l2.248-.66q.045-.014.09-.024t.09-.025c.02 0 .04 0 .07-.01q.226-.045.446-.04A3 3 0 0 1 10 5m.216 2.028a.75.75 0 0 0-.41.002l-2.3.665a.75.75 0 0 0-.493.453L5.55 11.983a.75.75 0 0 0 1.386.571l1.226-2.766a.619.619 0 0 1 1.14.483l-.862 2.13l-2.884 7.066a.75.75 0 0 0 1.389.566l2.201-5.393a1.14 1.14 0 0 1 1.892-.202l1.68 2.042a.25.25 0 0 1 .057.141l.227 3.182a.75.75 0 0 0 1.496-.106l-.227-3.182a1.75 1.75 0 0 0-.311-.879l-.006-.009l-.007-.01l-.84-1.228a2.25 2.25 0 0 1-.245-2.069l.245-.643l.265-.535a.71.71 0 0 1 1.167-.152l.578.912a.75.75 0 0 0 .298.269l2.5 1.25a.75.75 0 1 0 .67-1.342l-2.31-1.155l-.395-.634a2 2 0 0 0-.12-.174l-1.032-1.628a.75.75 0 0 0-.431-.32z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonWalking24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M10 5a3 3 0 1 1 5.266 1.966l.005.003c.19.11.36.26.51.43c.09.1.18.22.25.33L17 9.258c.06.08.109.15.159.23l.17.27l1.928.969a2.26 2.26 0 0 1 1.01 3.018a2.247 2.247 0 0 1-3.018 1.01l-2.468-1.23c-.16-.08-.31-.17-.45-.29c0 0-.06-.06-.1-.09c0 .13.05.27.13.39l.84 1.23c.33.49.53 1.039.579 1.628l.23 3.188a2.235 2.235 0 0 1-2.079 2.399a2.23 2.23 0 0 1-2.398-2.079l-.2-2.778l-1.039-1.26l-1.928 4.738c-.36.87-1.2 1.399-2.079 1.399l-.04-.01c-.28 0-.57-.05-.85-.17a2.244 2.244 0 0 1-1.228-2.928l1.798-4.417a2.246 2.246 0 0 1-1.819-3.028l.92-2.4s.02-.05.03-.07l.52-1.358c.25-.66.8-1.16 1.479-1.36l2.248-.66q.045-.014.09-.024t.09-.025c.02 0 .04 0 .07-.01q.226-.045.446-.04A3 3 0 0 1 10 5m.216 2.028a.75.75 0 0 0-.41.002l-2.3.665a.75.75 0 0 0-.493.453L5.55 11.983a.75.75 0 0 0 1.386.571l1.226-2.766a.619.619 0 0 1 1.14.483l-.862 2.13l-2.884 7.066a.75.75 0 0 0 1.389.566l2.201-5.393a1.14 1.14 0 0 1 1.892-.202l1.68 2.042a.25.25 0 0 1 .057.141l.227 3.182a.75.75 0 0 0 1.496-.106l-.227-3.182a1.75 1.75 0 0 0-.311-.879l-.006-.009l-.007-.01l-.84-1.228a2.25 2.25 0 0 1-.245-2.069l.245-.643l.265-.535a.71.71 0 0 1 1.167-.152l.578.912a.75.75 0 0 0 .298.269l2.5 1.25a.75.75 0 1 0 .67-1.342l-2.31-1.155l-.395-.634a2 2 0 0 0-.12-.174l-1.032-1.628a.75.75 0 0 0-.431-.32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M10 5a3 3 0 1 1 5.266 1.966l.005.003c.19.11.36.26.51.43c.09.1.18.22.25.33L17 9.258c.06.08.109.15.159.23l.17.27l1.928.969a2.26 2.26 0 0 1 1.01 3.018a2.247 2.247 0 0 1-3.018 1.01l-2.468-1.23c-.16-.08-.31-.17-.45-.29c0 0-.06-.06-.1-.09c0 .13.05.27.13.39l.84 1.23c.33.49.53 1.039.579 1.628l.23 3.188a2.235 2.235 0 0 1-2.079 2.399a2.23 2.23 0 0 1-2.398-2.079l-.2-2.778l-1.039-1.26l-1.928 4.738c-.36.87-1.2 1.399-2.079 1.399l-.04-.01c-.28 0-.57-.05-.85-.17a2.244 2.244 0 0 1-1.228-2.928l1.798-4.417a2.246 2.246 0 0 1-1.819-3.028l.92-2.4s.02-.05.03-.07l.52-1.358c.25-.66.8-1.16 1.479-1.36l2.248-.66q.045-.014.09-.024t.09-.025c.02 0 .04 0 .07-.01q.226-.045.446-.04A3 3 0 0 1 10 5m.216 2.028a.75.75 0 0 0-.41.002l-2.3.665a.75.75 0 0 0-.493.453L5.55 11.983a.75.75 0 0 0 1.386.571l1.226-2.766a.619.619 0 0 1 1.14.483l-.862 2.13l-2.884 7.066a.75.75 0 0 0 1.389.566l2.201-5.393a1.14 1.14 0 0 1 1.892-.202l1.68 2.042a.25.25 0 0 1 .057.141l.227 3.182a.75.75 0 0 0 1.496-.106l-.227-3.182a1.75 1.75 0 0 0-.311-.879l-.006-.009l-.007-.01l-.84-1.228a2.25 2.25 0 0 1-.245-2.069l.245-.643l.265-.535a.71.71 0 0 1 1.167-.152l.578.912a.75.75 0 0 0 .298.269l2.5 1.25a.75.75 0 1 0 .67-1.342l-2.31-1.155l-.395-.634a2 2 0 0 0-.12-.174l-1.032-1.628a.75.75 0 0 0-.431-.32z"/></svg>
</template>

CSS

.icon-person-walking-24-regular {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M10%205a3%203%200%201%201%205.266%201.966l.005.003c.19.11.36.26.51.43c.09.1.18.22.25.33L17%209.258c.06.08.109.15.159.23l.17.27l1.928.969a2.26%202.26%200%200%201%201.01%203.018a2.247%202.247%200%200%201-3.018%201.01l-2.468-1.23c-.16-.08-.31-.17-.45-.29c0%200-.06-.06-.1-.09c0%20.13.05.27.13.39l.84%201.23c.33.49.53%201.039.579%201.628l.23%203.188a2.235%202.235%200%200%201-2.079%202.399a2.23%202.23%200%200%201-2.398-2.079l-.2-2.778l-1.039-1.26l-1.928%204.738c-.36.87-1.2%201.399-2.079%201.399l-.04-.01c-.28%200-.57-.05-.85-.17a2.244%202.244%200%200%201-1.228-2.928l1.798-4.417a2.246%202.246%200%200%201-1.819-3.028l.92-2.4s.02-.05.03-.07l.52-1.358c.25-.66.8-1.16%201.479-1.36l2.248-.66q.045-.014.09-.024t.09-.025c.02%200%20.04%200%20.07-.01q.226-.045.446-.04A3%203%200%200%201%2010%205m.216%202.028a.75.75%200%200%200-.41.002l-2.3.665a.75.75%200%200%200-.493.453L5.55%2011.983a.75.75%200%200%200%201.386.571l1.226-2.766a.619.619%200%200%201%201.14.483l-.862%202.13l-2.884%207.066a.75.75%200%200%200%201.389.566l2.201-5.393a1.14%201.14%200%200%201%201.892-.202l1.68%202.042a.25.25%200%200%201%20.057.141l.227%203.182a.75.75%200%200%200%201.496-.106l-.227-3.182a1.75%201.75%200%200%200-.311-.879l-.006-.009l-.007-.01l-.84-1.228a2.25%202.25%200%200%201-.245-2.069l.245-.643l.265-.535a.71.71%200%200%201%201.167-.152l.578.912a.75.75%200%200%200%20.298.269l2.5%201.25a.75.75%200%201%200%20.67-1.342l-2.31-1.155l-.395-.634a2%202%200%200%200-.12-.174l-1.032-1.628a.75.75%200%200%200-.431-.32z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M10%205a3%203%200%201%201%205.266%201.966l.005.003c.19.11.36.26.51.43c.09.1.18.22.25.33L17%209.258c.06.08.109.15.159.23l.17.27l1.928.969a2.26%202.26%200%200%201%201.01%203.018a2.247%202.247%200%200%201-3.018%201.01l-2.468-1.23c-.16-.08-.31-.17-.45-.29c0%200-.06-.06-.1-.09c0%20.13.05.27.13.39l.84%201.23c.33.49.53%201.039.579%201.628l.23%203.188a2.235%202.235%200%200%201-2.079%202.399a2.23%202.23%200%200%201-2.398-2.079l-.2-2.778l-1.039-1.26l-1.928%204.738c-.36.87-1.2%201.399-2.079%201.399l-.04-.01c-.28%200-.57-.05-.85-.17a2.244%202.244%200%200%201-1.228-2.928l1.798-4.417a2.246%202.246%200%200%201-1.819-3.028l.92-2.4s.02-.05.03-.07l.52-1.358c.25-.66.8-1.16%201.479-1.36l2.248-.66q.045-.014.09-.024t.09-.025c.02%200%20.04%200%20.07-.01q.226-.045.446-.04A3%203%200%200%201%2010%205m.216%202.028a.75.75%200%200%200-.41.002l-2.3.665a.75.75%200%200%200-.493.453L5.55%2011.983a.75.75%200%200%200%201.386.571l1.226-2.766a.619.619%200%200%201%201.14.483l-.862%202.13l-2.884%207.066a.75.75%200%200%200%201.389.566l2.201-5.393a1.14%201.14%200%200%201%201.892-.202l1.68%202.042a.25.25%200%200%201%20.057.141l.227%203.182a.75.75%200%200%200%201.496-.106l-.227-3.182a1.75%201.75%200%200%200-.311-.879l-.006-.009l-.007-.01l-.84-1.228a2.25%202.25%200%200%201-.245-2.069l.245-.643l.265-.535a.71.71%200%200%201%201.167-.152l.578.912a.75.75%200%200%200%20.298.269l2.5%201.25a.75.75%200%201%200%20.67-1.342l-2.31-1.155l-.395-.634a2%202%200%200%200-.12-.174l-1.032-1.628a.75.75%200%200%200-.431-.32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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