person simple run icon

person-simple-run-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
person-simple-run-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the person simple run icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 84a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m65.66 101c-.57.26-6.84 3-18.08 3c-13.86 0-35.25-4.15-62.81-22.16a162.6 162.6 0 0 1-19.49 40.78c9.47 2.56 23.08 7.5 35.14 16.67c18.3 13.92 27.58 33 27.58 56.68a4 4 0 0 1-8 0c0-15.89-5.88-53.77-59.7-66.37q-1.56 2.06-3.22 4.08c-18.85 22.83-42.42 34.72-68.6 34.72q-4.4 0-8.89-.45a4 4 0 1 1 .8-8c27.33 2.73 51.06-7.83 70.52-31.41c13.82-16.74 22.89-37.44 26.9-51.32c-42.84-26.69-71-4.8-71.32-4.57a4 4 0 1 1-5-6.24c.36-.29 9-7.1 23.84-9.58c13.5-2.27 35-1.26 60.91 16.34c25 17 44.41 21.64 56.29 22.56c12.75 1 19.77-2 19.84-2.05a4 4 0 0 1 3.29 7.29Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleRunThin(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 84a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m65.66 101c-.57.26-6.84 3-18.08 3c-13.86 0-35.25-4.15-62.81-22.16a162.6 162.6 0 0 1-19.49 40.78c9.47 2.56 23.08 7.5 35.14 16.67c18.3 13.92 27.58 33 27.58 56.68a4 4 0 0 1-8 0c0-15.89-5.88-53.77-59.7-66.37q-1.56 2.06-3.22 4.08c-18.85 22.83-42.42 34.72-68.6 34.72q-4.4 0-8.89-.45a4 4 0 1 1 .8-8c27.33 2.73 51.06-7.83 70.52-31.41c13.82-16.74 22.89-37.44 26.9-51.32c-42.84-26.69-71-4.8-71.32-4.57a4 4 0 1 1-5-6.24c.36-.29 9-7.1 23.84-9.58c13.5-2.27 35-1.26 60.91 16.34c25 17 44.41 21.64 56.29 22.56c12.75 1 19.77-2 19.84-2.05a4 4 0 0 1 3.29 7.29Z"/></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 84a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m65.66 101c-.57.26-6.84 3-18.08 3c-13.86 0-35.25-4.15-62.81-22.16a162.6 162.6 0 0 1-19.49 40.78c9.47 2.56 23.08 7.5 35.14 16.67c18.3 13.92 27.58 33 27.58 56.68a4 4 0 0 1-8 0c0-15.89-5.88-53.77-59.7-66.37q-1.56 2.06-3.22 4.08c-18.85 22.83-42.42 34.72-68.6 34.72q-4.4 0-8.89-.45a4 4 0 1 1 .8-8c27.33 2.73 51.06-7.83 70.52-31.41c13.82-16.74 22.89-37.44 26.9-51.32c-42.84-26.69-71-4.8-71.32-4.57a4 4 0 1 1-5-6.24c.36-.29 9-7.1 23.84-9.58c13.5-2.27 35-1.26 60.91 16.34c25 17 44.41 21.64 56.29 22.56c12.75 1 19.77-2 19.84-2.05a4 4 0 0 1 3.29 7.29Z"/></svg>
</template>

CSS

.icon-person-simple-run-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%2084a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m65.66%20101c-.57.26-6.84%203-18.08%203c-13.86%200-35.25-4.15-62.81-22.16a162.6%20162.6%200%200%201-19.49%2040.78c9.47%202.56%2023.08%207.5%2035.14%2016.67c18.3%2013.92%2027.58%2033%2027.58%2056.68a4%204%200%200%201-8%200c0-15.89-5.88-53.77-59.7-66.37q-1.56%202.06-3.22%204.08c-18.85%2022.83-42.42%2034.72-68.6%2034.72q-4.4%200-8.89-.45a4%204%200%201%201%20.8-8c27.33%202.73%2051.06-7.83%2070.52-31.41c13.82-16.74%2022.89-37.44%2026.9-51.32c-42.84-26.69-71-4.8-71.32-4.57a4%204%200%201%201-5-6.24c.36-.29%209-7.1%2023.84-9.58c13.5-2.27%2035-1.26%2060.91%2016.34c25%2017%2044.41%2021.64%2056.29%2022.56c12.75%201%2019.77-2%2019.84-2.05a4%204%200%200%201%203.29%207.29Z%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%2084a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m65.66%20101c-.57.26-6.84%203-18.08%203c-13.86%200-35.25-4.15-62.81-22.16a162.6%20162.6%200%200%201-19.49%2040.78c9.47%202.56%2023.08%207.5%2035.14%2016.67c18.3%2013.92%2027.58%2033%2027.58%2056.68a4%204%200%200%201-8%200c0-15.89-5.88-53.77-59.7-66.37q-1.56%202.06-3.22%204.08c-18.85%2022.83-42.42%2034.72-68.6%2034.72q-4.4%200-8.89-.45a4%204%200%201%201%20.8-8c27.33%202.73%2051.06-7.83%2070.52-31.41c13.82-16.74%2022.89-37.44%2026.9-51.32c-42.84-26.69-71-4.8-71.32-4.57a4%204%200%201%201-5-6.24c.36-.29%209-7.1%2023.84-9.58c13.5-2.27%2035-1.26%2060.91%2016.34c25%2017%2044.41%2021.64%2056.29%2022.56c12.75%201%2019.77-2%2019.84-2.05a4%204%200%200%201%203.29%207.29Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-run-thin.svg?color=%231a73e8&size=48