person simple walk icon
person-simple-walk-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- person-simple-walk-thin
- Set
- Phosphor
- Style
- Thin
- 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 76a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m60 116a4 4 0 0 1-4 4c-33.65 0-49.92-16.43-64.28-30.93c-3.52-3.57-6.86-6.93-10.34-10c-.66-.57-1.34-1.09-2-1.59l-16.86 38.77l39.84 28.45A4 4 0 0 1 156 176v56a4 4 0 0 1-8 0v-53.94l-36.77-26.26l-35.56 81.79a4 4 0 1 1-7.34-3.19l55.93-128.62c-29.7-10.55-73 29.64-73.52 30.09a4 4 0 1 1-5.48-5.87a173.4 173.4 0 0 1 32.84-23.41c25.15-13.54 46.07-14.06 60.52-1.52c3.71 3.23 7.15 6.7 10.79 10.37c13.9 14 28.28 28.56 58.59 28.56a4 4 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleWalkThin(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 76a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m60 116a4 4 0 0 1-4 4c-33.65 0-49.92-16.43-64.28-30.93c-3.52-3.57-6.86-6.93-10.34-10c-.66-.57-1.34-1.09-2-1.59l-16.86 38.77l39.84 28.45A4 4 0 0 1 156 176v56a4 4 0 0 1-8 0v-53.94l-36.77-26.26l-35.56 81.79a4 4 0 1 1-7.34-3.19l55.93-128.62c-29.7-10.55-73 29.64-73.52 30.09a4 4 0 1 1-5.48-5.87a173.4 173.4 0 0 1 32.84-23.41c25.15-13.54 46.07-14.06 60.52-1.52c3.71 3.23 7.15 6.7 10.79 10.37c13.9 14 28.28 28.56 58.59 28.56a4 4 0 0 1 4 4"/></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 76a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m60 116a4 4 0 0 1-4 4c-33.65 0-49.92-16.43-64.28-30.93c-3.52-3.57-6.86-6.93-10.34-10c-.66-.57-1.34-1.09-2-1.59l-16.86 38.77l39.84 28.45A4 4 0 0 1 156 176v56a4 4 0 0 1-8 0v-53.94l-36.77-26.26l-35.56 81.79a4 4 0 1 1-7.34-3.19l55.93-128.62c-29.7-10.55-73 29.64-73.52 30.09a4 4 0 1 1-5.48-5.87a173.4 173.4 0 0 1 32.84-23.41c25.15-13.54 46.07-14.06 60.52-1.52c3.71 3.23 7.15 6.7 10.79 10.37c13.9 14 28.28 28.56 58.59 28.56a4 4 0 0 1 4 4"/></svg> </template>
CSS
.icon-person-simple-walk-thin {
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%2076a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m60%20116a4%204%200%200%201-4%204c-33.65%200-49.92-16.43-64.28-30.93c-3.52-3.57-6.86-6.93-10.34-10c-.66-.57-1.34-1.09-2-1.59l-16.86%2038.77l39.84%2028.45A4%204%200%200%201%20156%20176v56a4%204%200%200%201-8%200v-53.94l-36.77-26.26l-35.56%2081.79a4%204%200%201%201-7.34-3.19l55.93-128.62c-29.7-10.55-73%2029.64-73.52%2030.09a4%204%200%201%201-5.48-5.87a173.4%20173.4%200%200%201%2032.84-23.41c25.15-13.54%2046.07-14.06%2060.52-1.52c3.71%203.23%207.15%206.7%2010.79%2010.37c13.9%2014%2028.28%2028.56%2058.59%2028.56a4%204%200%200%201%204%204%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%2076a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m60%20116a4%204%200%200%201-4%204c-33.65%200-49.92-16.43-64.28-30.93c-3.52-3.57-6.86-6.93-10.34-10c-.66-.57-1.34-1.09-2-1.59l-16.86%2038.77l39.84%2028.45A4%204%200%200%201%20156%20176v56a4%204%200%200%201-8%200v-53.94l-36.77-26.26l-35.56%2081.79a4%204%200%201%201-7.34-3.19l55.93-128.62c-29.7-10.55-73%2029.64-73.52%2030.09a4%204%200%201%201-5.48-5.87a173.4%20173.4%200%200%201%2032.84-23.41c25.15-13.54%2046.07-14.06%2060.52-1.52c3.71%203.23%207.15%206.7%2010.79%2010.37c13.9%2014%2028.28%2028.56%2058.59%2028.56a4%204%200%200%201%204%204%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-thin.svg?color=%231a73e8&size=48