person walking icon
person-walking-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- person-walking-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
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="M8.75 2a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M6.5 3.25a2.25 2.25 0 1 1 3.832 1.6a1.6 1.6 0 0 1 .584.554l.646 1.035l1.287.804a1.6 1.6 0 1 1-1.696 2.714l-1.45-.906l.578.817a2.6 2.6 0 0 1 .46 1.2l.25 2.147a1.6 1.6 0 0 1-3.18.37L7.58 11.59l-.355-.501l-1.134 2.895a1.6 1.6 0 1 1-2.98-1.168L4.215 10q-.302.001-.596-.118a1.6 1.6 0 0 1-.88-2.085l.963-2.368a1.6 1.6 0 0 1 1.112-.953l1.816-.433l.013-.002A2.3 2.3 0 0 1 6.5 3.25m.649 1.769a.6.6 0 0 0-.287-.003l-1.817.433a.6.6 0 0 0-.417.357l-.963 2.368a.6.6 0 1 0 1.112.452l.754-1.855a.476.476 0 0 1 .884.353l-2.373 6.057a.6.6 0 0 0 1.117.438l1.127-2.875a1 1 0 0 1 1.737-.227l.458.625a.4.4 0 0 1 .075.19l.249 2.137a.6.6 0 1 0 1.192-.138l-.249-2.138a1.6 1.6 0 0 0-.299-.761l-.728-.992a1 1 0 0 1-.13-.943l.34-.903a.4.4 0 0 1 .714-.071l.247.395a.6.6 0 0 0 .19.19l1.6 1a.6.6 0 1 0 .636-1.017l-1.286-.804a1 1 0 0 1-.318-.318l-.646-1.036a.6.6 0 0 0-.361-.263z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonWalking16Regular(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="M8.75 2a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M6.5 3.25a2.25 2.25 0 1 1 3.832 1.6a1.6 1.6 0 0 1 .584.554l.646 1.035l1.287.804a1.6 1.6 0 1 1-1.696 2.714l-1.45-.906l.578.817a2.6 2.6 0 0 1 .46 1.2l.25 2.147a1.6 1.6 0 0 1-3.18.37L7.58 11.59l-.355-.501l-1.134 2.895a1.6 1.6 0 1 1-2.98-1.168L4.215 10q-.302.001-.596-.118a1.6 1.6 0 0 1-.88-2.085l.963-2.368a1.6 1.6 0 0 1 1.112-.953l1.816-.433l.013-.002A2.3 2.3 0 0 1 6.5 3.25m.649 1.769a.6.6 0 0 0-.287-.003l-1.817.433a.6.6 0 0 0-.417.357l-.963 2.368a.6.6 0 1 0 1.112.452l.754-1.855a.476.476 0 0 1 .884.353l-2.373 6.057a.6.6 0 0 0 1.117.438l1.127-2.875a1 1 0 0 1 1.737-.227l.458.625a.4.4 0 0 1 .075.19l.249 2.137a.6.6 0 1 0 1.192-.138l-.249-2.138a1.6 1.6 0 0 0-.299-.761l-.728-.992a1 1 0 0 1-.13-.943l.34-.903a.4.4 0 0 1 .714-.071l.247.395a.6.6 0 0 0 .19.19l1.6 1a.6.6 0 1 0 .636-1.017l-1.286-.804a1 1 0 0 1-.318-.318l-.646-1.036a.6.6 0 0 0-.361-.263z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75 2a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M6.5 3.25a2.25 2.25 0 1 1 3.832 1.6a1.6 1.6 0 0 1 .584.554l.646 1.035l1.287.804a1.6 1.6 0 1 1-1.696 2.714l-1.45-.906l.578.817a2.6 2.6 0 0 1 .46 1.2l.25 2.147a1.6 1.6 0 0 1-3.18.37L7.58 11.59l-.355-.501l-1.134 2.895a1.6 1.6 0 1 1-2.98-1.168L4.215 10q-.302.001-.596-.118a1.6 1.6 0 0 1-.88-2.085l.963-2.368a1.6 1.6 0 0 1 1.112-.953l1.816-.433l.013-.002A2.3 2.3 0 0 1 6.5 3.25m.649 1.769a.6.6 0 0 0-.287-.003l-1.817.433a.6.6 0 0 0-.417.357l-.963 2.368a.6.6 0 1 0 1.112.452l.754-1.855a.476.476 0 0 1 .884.353l-2.373 6.057a.6.6 0 0 0 1.117.438l1.127-2.875a1 1 0 0 1 1.737-.227l.458.625a.4.4 0 0 1 .075.19l.249 2.137a.6.6 0 1 0 1.192-.138l-.249-2.138a1.6 1.6 0 0 0-.299-.761l-.728-.992a1 1 0 0 1-.13-.943l.34-.903a.4.4 0 0 1 .714-.071l.247.395a.6.6 0 0 0 .19.19l1.6 1a.6.6 0 1 0 .636-1.017l-1.286-.804a1 1 0 0 1-.318-.318l-.646-1.036a.6.6 0 0 0-.361-.263z"/></svg> </template>
CSS
.icon-person-walking-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%202a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M6.5%203.25a2.25%202.25%200%201%201%203.832%201.6a1.6%201.6%200%200%201%20.584.554l.646%201.035l1.287.804a1.6%201.6%200%201%201-1.696%202.714l-1.45-.906l.578.817a2.6%202.6%200%200%201%20.46%201.2l.25%202.147a1.6%201.6%200%200%201-3.18.37L7.58%2011.59l-.355-.501l-1.134%202.895a1.6%201.6%200%201%201-2.98-1.168L4.215%2010q-.302.001-.596-.118a1.6%201.6%200%200%201-.88-2.085l.963-2.368a1.6%201.6%200%200%201%201.112-.953l1.816-.433l.013-.002A2.3%202.3%200%200%201%206.5%203.25m.649%201.769a.6.6%200%200%200-.287-.003l-1.817.433a.6.6%200%200%200-.417.357l-.963%202.368a.6.6%200%201%200%201.112.452l.754-1.855a.476.476%200%200%201%20.884.353l-2.373%206.057a.6.6%200%200%200%201.117.438l1.127-2.875a1%201%200%200%201%201.737-.227l.458.625a.4.4%200%200%201%20.075.19l.249%202.137a.6.6%200%201%200%201.192-.138l-.249-2.138a1.6%201.6%200%200%200-.299-.761l-.728-.992a1%201%200%200%201-.13-.943l.34-.903a.4.4%200%200%201%20.714-.071l.247.395a.6.6%200%200%200%20.19.19l1.6%201a.6.6%200%201%200%20.636-1.017l-1.286-.804a1%201%200%200%201-.318-.318l-.646-1.036a.6.6%200%200%200-.361-.263z%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%22M8.75%202a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M6.5%203.25a2.25%202.25%200%201%201%203.832%201.6a1.6%201.6%200%200%201%20.584.554l.646%201.035l1.287.804a1.6%201.6%200%201%201-1.696%202.714l-1.45-.906l.578.817a2.6%202.6%200%200%201%20.46%201.2l.25%202.147a1.6%201.6%200%200%201-3.18.37L7.58%2011.59l-.355-.501l-1.134%202.895a1.6%201.6%200%201%201-2.98-1.168L4.215%2010q-.302.001-.596-.118a1.6%201.6%200%200%201-.88-2.085l.963-2.368a1.6%201.6%200%200%201%201.112-.953l1.816-.433l.013-.002A2.3%202.3%200%200%201%206.5%203.25m.649%201.769a.6.6%200%200%200-.287-.003l-1.817.433a.6.6%200%200%200-.417.357l-.963%202.368a.6.6%200%201%200%201.112.452l.754-1.855a.476.476%200%200%201%20.884.353l-2.373%206.057a.6.6%200%200%200%201.117.438l1.127-2.875a1%201%200%200%201%201.737-.227l.458.625a.4.4%200%200%201%20.075.19l.249%202.137a.6.6%200%201%200%201.192-.138l-.249-2.138a1.6%201.6%200%200%200-.299-.761l-.728-.992a1%201%200%200%201-.13-.943l.34-.903a.4.4%200%200%201%20.714-.071l.247.395a.6.6%200%200%200%20.19.19l1.6%201a.6.6%200%201%200%20.636-1.017l-1.286-.804a1%201%200%200%201-.318-.318l-.646-1.036a.6.6%200%200%200-.361-.263z%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-regular.svg?color=%231a73e8&size=48