person simple walk icon
person-simple-walk from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- person-simple-walk
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the person simple walk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 80a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m64 112a8 8 0 0 1-8 8c-35.31 0-52.95-17.81-67.12-32.12c-2.74-2.77-5.36-5.4-8-7.84l-13.43 30.88l37.2 26.57A8 8 0 0 1 160 176v56a8 8 0 0 1-16 0v-51.88l-31.07-22.2l-33.59 77.27A8 8 0 0 1 72 240a7.8 7.8 0 0 1-3.19-.67a8 8 0 0 1-4.15-10.52l54.08-124.37c-9.31-1.65-20.92 1.2-34.7 8.58a164 164 0 0 0-30.57 21.77a8 8 0 0 1-10.95-11.66c2.5-2.35 61.69-57.23 98.72-25.08c3.83 3.32 7.48 7 11 10.57C166.19 122.7 179.36 136 208 136a8 8 0 0 1 8 8"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleWalk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 80a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m64 112a8 8 0 0 1-8 8c-35.31 0-52.95-17.81-67.12-32.12c-2.74-2.77-5.36-5.4-8-7.84l-13.43 30.88l37.2 26.57A8 8 0 0 1 160 176v56a8 8 0 0 1-16 0v-51.88l-31.07-22.2l-33.59 77.27A8 8 0 0 1 72 240a7.8 7.8 0 0 1-3.19-.67a8 8 0 0 1-4.15-10.52l54.08-124.37c-9.31-1.65-20.92 1.2-34.7 8.58a164 164 0 0 0-30.57 21.77a8 8 0 0 1-10.95-11.66c2.5-2.35 61.69-57.23 98.72-25.08c3.83 3.32 7.48 7 11 10.57C166.19 122.7 179.36 136 208 136a8 8 0 0 1 8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 80a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m64 112a8 8 0 0 1-8 8c-35.31 0-52.95-17.81-67.12-32.12c-2.74-2.77-5.36-5.4-8-7.84l-13.43 30.88l37.2 26.57A8 8 0 0 1 160 176v56a8 8 0 0 1-16 0v-51.88l-31.07-22.2l-33.59 77.27A8 8 0 0 1 72 240a7.8 7.8 0 0 1-3.19-.67a8 8 0 0 1-4.15-10.52l54.08-124.37c-9.31-1.65-20.92 1.2-34.7 8.58a164 164 0 0 0-30.57 21.77a8 8 0 0 1-10.95-11.66c2.5-2.35 61.69-57.23 98.72-25.08c3.83 3.32 7.48 7 11 10.57C166.19 122.7 179.36 136 208 136a8 8 0 0 1 8 8"/></svg> </template>
CSS
.icon-person-simple-walk {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%2080a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-48a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m64%20112a8%208%200%200%201-8%208c-35.31%200-52.95-17.81-67.12-32.12c-2.74-2.77-5.36-5.4-8-7.84l-13.43%2030.88l37.2%2026.57A8%208%200%200%201%20160%20176v56a8%208%200%200%201-16%200v-51.88l-31.07-22.2l-33.59%2077.27A8%208%200%200%201%2072%20240a7.8%207.8%200%200%201-3.19-.67a8%208%200%200%201-4.15-10.52l54.08-124.37c-9.31-1.65-20.92%201.2-34.7%208.58a164%20164%200%200%200-30.57%2021.77a8%208%200%200%201-10.95-11.66c2.5-2.35%2061.69-57.23%2098.72-25.08c3.83%203.32%207.48%207%2011%2010.57C166.19%20122.7%20179.36%20136%20208%20136a8%208%200%200%201%208%208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%2080a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-48a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m64%20112a8%208%200%200%201-8%208c-35.31%200-52.95-17.81-67.12-32.12c-2.74-2.77-5.36-5.4-8-7.84l-13.43%2030.88l37.2%2026.57A8%208%200%200%201%20160%20176v56a8%208%200%200%201-16%200v-51.88l-31.07-22.2l-33.59%2077.27A8%208%200%200%201%2072%20240a7.8%207.8%200%200%201-3.19-.67a8%208%200%200%201-4.15-10.52l54.08-124.37c-9.31-1.65-20.92%201.2-34.7%208.58a164%20164%200%200%200-30.57%2021.77a8%208%200%200%201-10.95-11.66c2.5-2.35%2061.69-57.23%2098.72-25.08c3.83%203.32%207.48%207%2011%2010.57C166.19%20122.7%20179.36%20136%20208%20136a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-walk.svg?color=%231a73e8&size=48