person-walking-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
person-walking-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M9 4.5A1.75 1.75 0 1 0 9 1a1.75 1.75 0 0 0 0 3.5m-2.146.153l-.02-.006a1.1 1.1 0 0 0-.54-.026l-2.456.498a1.1 1.1 0 0 0-.794.647l-.817 1.918A1.1 1.1 0 0 0 4.15 8.732a.7.7 0 0 0 .068-.135l.5-1.28a.5.5 0 0 1 .932.365l-.004.01l.002.008l.002.008l-.152.386l-.017.044l-2.104 5.36a1.1 1.1 0 1 0 2.047.804l1.173-2.988a.52.52 0 0 1 .364-.297a.51.51 0 0 1 .507.126l.28.298a1 1 0 0 1 .261.542l.299 2.074a1.1 1.1 0 1 0 2.177-.314l-.393-2.729a1.1 1.1 0 0 0-.287-.596L8.634 9.17a.7.7 0 0 1-.181-.571l.016-.117a.474.474 0 0 1 .84-.229l.437.548c.112.14.256.25.42.322l1.795.785a1.1 1.1 0 1 0 .881-2.016l-1.319-.576a1 1 0 0 1-.38-.293l-.886-1.11a1.1 1.1 0 0 0-.533-.365l-.045-.014a1.2 1.2 0 0 0-.462-.042a2.74 2.74 0 0 1-1.951-.608c-.124-.1-.26-.185-.412-.231"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonWalking16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 4.5A1.75 1.75 0 1 0 9 1a1.75 1.75 0 0 0 0 3.5m-2.146.153l-.02-.006a1.1 1.1 0 0 0-.54-.026l-2.456.498a1.1 1.1 0 0 0-.794.647l-.817 1.918A1.1 1.1 0 0 0 4.15 8.732a.7.7 0 0 0 .068-.135l.5-1.28a.5.5 0 0 1 .932.365l-.004.01l.002.008l.002.008l-.152.386l-.017.044l-2.104 5.36a1.1 1.1 0 1 0 2.047.804l1.173-2.988a.52.52 0 0 1 .364-.297a.51.51 0 0 1 .507.126l.28.298a1 1 0 0 1 .261.542l.299 2.074a1.1 1.1 0 1 0 2.177-.314l-.393-2.729a1.1 1.1 0 0 0-.287-.596L8.634 9.17a.7.7 0 0 1-.181-.571l.016-.117a.474.474 0 0 1 .84-.229l.437.548c.112.14.256.25.42.322l1.795.785a1.1 1.1 0 1 0 .881-2.016l-1.319-.576a1 1 0 0 1-.38-.293l-.886-1.11a1.1 1.1 0 0 0-.533-.365l-.045-.014a1.2 1.2 0 0 0-.462-.042a2.74 2.74 0 0 1-1.951-.608c-.124-.1-.26-.185-.412-.231"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 4.5A1.75 1.75 0 1 0 9 1a1.75 1.75 0 0 0 0 3.5m-2.146.153l-.02-.006a1.1 1.1 0 0 0-.54-.026l-2.456.498a1.1 1.1 0 0 0-.794.647l-.817 1.918A1.1 1.1 0 0 0 4.15 8.732a.7.7 0 0 0 .068-.135l.5-1.28a.5.5 0 0 1 .932.365l-.004.01l.002.008l.002.008l-.152.386l-.017.044l-2.104 5.36a1.1 1.1 0 1 0 2.047.804l1.173-2.988a.52.52 0 0 1 .364-.297a.51.51 0 0 1 .507.126l.28.298a1 1 0 0 1 .261.542l.299 2.074a1.1 1.1 0 1 0 2.177-.314l-.393-2.729a1.1 1.1 0 0 0-.287-.596L8.634 9.17a.7.7 0 0 1-.181-.571l.016-.117a.474.474 0 0 1 .84-.229l.437.548c.112.14.256.25.42.322l1.795.785a1.1 1.1 0 1 0 .881-2.016l-1.319-.576a1 1 0 0 1-.38-.293l-.886-1.11a1.1 1.1 0 0 0-.533-.365l-.045-.014a1.2 1.2 0 0 0-.462-.042a2.74 2.74 0 0 1-1.951-.608c-.124-.1-.26-.185-.412-.231"/></svg>
</template>

CSS

.icon-person-walking-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204.5A1.75%201.75%200%201%200%209%201a1.75%201.75%200%200%200%200%203.5m-2.146.153l-.02-.006a1.1%201.1%200%200%200-.54-.026l-2.456.498a1.1%201.1%200%200%200-.794.647l-.817%201.918A1.1%201.1%200%200%200%204.15%208.732a.7.7%200%200%200%20.068-.135l.5-1.28a.5.5%200%200%201%20.932.365l-.004.01l.002.008l.002.008l-.152.386l-.017.044l-2.104%205.36a1.1%201.1%200%201%200%202.047.804l1.173-2.988a.52.52%200%200%201%20.364-.297a.51.51%200%200%201%20.507.126l.28.298a1%201%200%200%201%20.261.542l.299%202.074a1.1%201.1%200%201%200%202.177-.314l-.393-2.729a1.1%201.1%200%200%200-.287-.596L8.634%209.17a.7.7%200%200%201-.181-.571l.016-.117a.474.474%200%200%201%20.84-.229l.437.548c.112.14.256.25.42.322l1.795.785a1.1%201.1%200%201%200%20.881-2.016l-1.319-.576a1%201%200%200%201-.38-.293l-.886-1.11a1.1%201.1%200%200%200-.533-.365l-.045-.014a1.2%201.2%200%200%200-.462-.042a2.74%202.74%200%200%201-1.951-.608c-.124-.1-.26-.185-.412-.231%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204.5A1.75%201.75%200%201%200%209%201a1.75%201.75%200%200%200%200%203.5m-2.146.153l-.02-.006a1.1%201.1%200%200%200-.54-.026l-2.456.498a1.1%201.1%200%200%200-.794.647l-.817%201.918A1.1%201.1%200%200%200%204.15%208.732a.7.7%200%200%200%20.068-.135l.5-1.28a.5.5%200%200%201%20.932.365l-.004.01l.002.008l.002.008l-.152.386l-.017.044l-2.104%205.36a1.1%201.1%200%201%200%202.047.804l1.173-2.988a.52.52%200%200%201%20.364-.297a.51.51%200%200%201%20.507.126l.28.298a1%201%200%200%201%20.261.542l.299%202.074a1.1%201.1%200%201%200%202.177-.314l-.393-2.729a1.1%201.1%200%200%200-.287-.596L8.634%209.17a.7.7%200%200%201-.181-.571l.016-.117a.474.474%200%200%201%20.84-.229l.437.548c.112.14.256.25.42.322l1.795.785a1.1%201.1%200%201%200%20.881-2.016l-1.319-.576a1%201%200%200%201-.38-.293l-.886-1.11a1.1%201.1%200%200%200-.533-.365l-.045-.014a1.2%201.2%200%200%200-.462-.042a2.74%202.74%200%200%201-1.951-.608c-.124-.1-.26-.185-.412-.231%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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