person simple walk icon

person-simple-walk-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
person-simple-walk-light
Set
Phosphor
Style
Light
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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m62 114a6 6 0 0 1-6 6c-34.48 0-51.06-16.75-65.7-31.52c-3.47-3.51-6.75-6.82-10.15-9.78L117 143.61l38.52 27.51A6 6 0 0 1 158 176v56a6 6 0 0 1-12 0v-52.91l-33.92-24.23l-34.58 79.53a6 6 0 0 1-11-4.78l55-126.61c-10.18-2.75-23.07 0-38.51 8.29a165.8 165.8 0 0 0-30.92 22a6 6 0 0 1-8.22-8.74a175.4 175.4 0 0 1 33.27-23.77c25.93-14 47.64-14.39 62.77-1.26c3.77 3.27 7.4 6.93 10.9 10.47c13.62 13.75 27.69 28 57.17 28A6 6 0 0 1 214 144"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleWalkLight(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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m62 114a6 6 0 0 1-6 6c-34.48 0-51.06-16.75-65.7-31.52c-3.47-3.51-6.75-6.82-10.15-9.78L117 143.61l38.52 27.51A6 6 0 0 1 158 176v56a6 6 0 0 1-12 0v-52.91l-33.92-24.23l-34.58 79.53a6 6 0 0 1-11-4.78l55-126.61c-10.18-2.75-23.07 0-38.51 8.29a165.8 165.8 0 0 0-30.92 22a6 6 0 0 1-8.22-8.74a175.4 175.4 0 0 1 33.27-23.77c25.93-14 47.64-14.39 62.77-1.26c3.77 3.27 7.4 6.93 10.9 10.47c13.62 13.75 27.69 28 57.17 28A6 6 0 0 1 214 144"/></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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m62 114a6 6 0 0 1-6 6c-34.48 0-51.06-16.75-65.7-31.52c-3.47-3.51-6.75-6.82-10.15-9.78L117 143.61l38.52 27.51A6 6 0 0 1 158 176v56a6 6 0 0 1-12 0v-52.91l-33.92-24.23l-34.58 79.53a6 6 0 0 1-11-4.78l55-126.61c-10.18-2.75-23.07 0-38.51 8.29a165.8 165.8 0 0 0-30.92 22a6 6 0 0 1-8.22-8.74a175.4 175.4 0 0 1 33.27-23.77c25.93-14 47.64-14.39 62.77-1.26c3.77 3.27 7.4 6.93 10.9 10.47c13.62 13.75 27.69 28 57.17 28A6 6 0 0 1 214 144"/></svg>
</template>

CSS

.icon-person-simple-walk-light {
  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%2078a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m62%20114a6%206%200%200%201-6%206c-34.48%200-51.06-16.75-65.7-31.52c-3.47-3.51-6.75-6.82-10.15-9.78L117%20143.61l38.52%2027.51A6%206%200%200%201%20158%20176v56a6%206%200%200%201-12%200v-52.91l-33.92-24.23l-34.58%2079.53a6%206%200%200%201-11-4.78l55-126.61c-10.18-2.75-23.07%200-38.51%208.29a165.8%20165.8%200%200%200-30.92%2022a6%206%200%200%201-8.22-8.74a175.4%20175.4%200%200%201%2033.27-23.77c25.93-14%2047.64-14.39%2062.77-1.26c3.77%203.27%207.4%206.93%2010.9%2010.47c13.62%2013.75%2027.69%2028%2057.17%2028A6%206%200%200%201%20214%20144%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%2078a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m62%20114a6%206%200%200%201-6%206c-34.48%200-51.06-16.75-65.7-31.52c-3.47-3.51-6.75-6.82-10.15-9.78L117%20143.61l38.52%2027.51A6%206%200%200%201%20158%20176v56a6%206%200%200%201-12%200v-52.91l-33.92-24.23l-34.58%2079.53a6%206%200%200%201-11-4.78l55-126.61c-10.18-2.75-23.07%200-38.51%208.29a165.8%20165.8%200%200%200-30.92%2022a6%206%200%200%201-8.22-8.74a175.4%20175.4%200%200%201%2033.27-23.77c25.93-14%2047.64-14.39%2062.77-1.26c3.77%203.27%207.4%206.93%2010.9%2010.47c13.62%2013.75%2027.69%2028%2057.17%2028A6%206%200%200%201%20214%20144%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-light.svg?color=%231a73e8&size=48