person walking icon
person-walking from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- person-walking
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
person-walkingEmoji One (Colored)person-walkingFont Awesome 6 Solidperson-walkingFont Awesome Solidperson-walking-16-filledFluent UI System Iconsperson-walkingFluent Emojiperson-walkingFluent Emoji Flatperson-walkingFluent Emoji High Contrastperson-walkingNoto Emojiperson-walkingOpenMojiperson-walkingTwitter Emoji
Related icons in Bootstrap Icons
person-addperson-arms-upperson-badgeperson-bounding-boxperson-checkperson-circleperson-dashperson-downperson-exclamationperson-fill-addperson-fill-checkperson-fill-dashperson-fill-downperson-fill-exclamationperson-fill-gearperson-fill-lockperson-fill-slashperson-fill-upperson-fill-xperson-gearperson-heartperson-heartsperson-lines-fillperson-lock
Use the person walking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.5 1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M6.44 3.752A.75.75 0 0 1 7 3.5h1.445c.742 0 1.32.643 1.243 1.38l-.43 4.083a1.8 1.8 0 0 1-.088.395l-.318.906l.213.242a.8.8 0 0 1 .114.175l2 4.25a.75.75 0 1 1-1.357.638l-1.956-4.154l-1.68-1.921A.75.75 0 0 1 6 8.96l.138-2.613l-.435.489l-.464 2.786a.75.75 0 1 1-1.48-.246l.5-3a.75.75 0 0 1 .18-.375l2-2.25Z"/><path d="M6.25 11.745v-1.418l1.204 1.375l.261.524a.8.8 0 0 1-.12.231l-2.5 3.25a.75.75 0 1 1-1.19-.914zm4.22-4.215l-.494-.494l.205-1.843l.006-.067l1.124 1.124h1.44a.75.75 0 0 1 0 1.5H11a.75.75 0 0 1-.531-.22Z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiPersonWalking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.5 1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M6.44 3.752A.75.75 0 0 1 7 3.5h1.445c.742 0 1.32.643 1.243 1.38l-.43 4.083a1.8 1.8 0 0 1-.088.395l-.318.906l.213.242a.8.8 0 0 1 .114.175l2 4.25a.75.75 0 1 1-1.357.638l-1.956-4.154l-1.68-1.921A.75.75 0 0 1 6 8.96l.138-2.613l-.435.489l-.464 2.786a.75.75 0 1 1-1.48-.246l.5-3a.75.75 0 0 1 .18-.375l2-2.25Z"/><path d="M6.25 11.745v-1.418l1.204 1.375l.261.524a.8.8 0 0 1-.12.231l-2.5 3.25a.75.75 0 1 1-1.19-.914zm4.22-4.215l-.494-.494l.205-1.843l.006-.067l1.124 1.124h1.44a.75.75 0 0 1 0 1.5H11a.75.75 0 0 1-.531-.22Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.5 1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M6.44 3.752A.75.75 0 0 1 7 3.5h1.445c.742 0 1.32.643 1.243 1.38l-.43 4.083a1.8 1.8 0 0 1-.088.395l-.318.906l.213.242a.8.8 0 0 1 .114.175l2 4.25a.75.75 0 1 1-1.357.638l-1.956-4.154l-1.68-1.921A.75.75 0 0 1 6 8.96l.138-2.613l-.435.489l-.464 2.786a.75.75 0 1 1-1.48-.246l.5-3a.75.75 0 0 1 .18-.375l2-2.25Z"/><path d="M6.25 11.745v-1.418l1.204 1.375l.261.524a.8.8 0 0 1-.12.231l-2.5 3.25a.75.75 0 1 1-1.19-.914zm4.22-4.215l-.494-.494l.205-1.843l.006-.067l1.124 1.124h1.44a.75.75 0 0 1 0 1.5H11a.75.75 0 0 1-.531-.22Z"/></g></svg> </template>
CSS
.icon-person-walking {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%201.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M6.44%203.752A.75.75%200%200%201%207%203.5h1.445c.742%200%201.32.643%201.243%201.38l-.43%204.083a1.8%201.8%200%200%201-.088.395l-.318.906l.213.242a.8.8%200%200%201%20.114.175l2%204.25a.75.75%200%201%201-1.357.638l-1.956-4.154l-1.68-1.921A.75.75%200%200%201%206%208.96l.138-2.613l-.435.489l-.464%202.786a.75.75%200%201%201-1.48-.246l.5-3a.75.75%200%200%201%20.18-.375l2-2.25Z%22%2F%3E%3Cpath%20d%3D%22M6.25%2011.745v-1.418l1.204%201.375l.261.524a.8.8%200%200%201-.12.231l-2.5%203.25a.75.75%200%201%201-1.19-.914zm4.22-4.215l-.494-.494l.205-1.843l.006-.067l1.124%201.124h1.44a.75.75%200%200%201%200%201.5H11a.75.75%200%200%201-.531-.22Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%201.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M6.44%203.752A.75.75%200%200%201%207%203.5h1.445c.742%200%201.32.643%201.243%201.38l-.43%204.083a1.8%201.8%200%200%201-.088.395l-.318.906l.213.242a.8.8%200%200%201%20.114.175l2%204.25a.75.75%200%201%201-1.357.638l-1.956-4.154l-1.68-1.921A.75.75%200%200%201%206%208.96l.138-2.613l-.435.489l-.464%202.786a.75.75%200%201%201-1.48-.246l.5-3a.75.75%200%200%201%20.18-.375l2-2.25Z%22%2F%3E%3Cpath%20d%3D%22M6.25%2011.745v-1.418l1.204%201.375l.261.524a.8.8%200%200%201-.12.231l-2.5%203.25a.75.75%200%201%201-1.19-.914zm4.22-4.215l-.494-.494l.205-1.843l.006-.067l1.124%201.124h1.44a.75.75%200%200%201%200%201.5H11a.75.75%200%200%201-.531-.22Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/person-walking.svg?color=%231a73e8&size=48