person simple run icon

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

Name
person-simple-run-light
Set
Phosphor
Style
Light
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 86a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m66.49 100.86c-.59.27-7.17 3.13-18.88 3.13c-13.86 0-34.9-4-61.73-21a166 166 0 0 1-17.43 36.51c9.43 2.78 22 7.72 33.19 16.26C172.46 188.05 182 207.65 182 232a6 6 0 0 1-12 0c0-44-37.23-59.18-56.91-64.11q-1.2 1.55-2.46 3.09c-19.25 23.31-43.34 35.45-70.11 35.45a91 91 0 0 1-9.12-.43a6 6 0 0 1 1.2-12c26.63 2.66 49.77-7.66 68.77-30.69c13.16-15.94 21.94-35.51 26.08-49.15c-40.51-24.52-66.59-4.78-67.72-3.89a6 6 0 0 1-7.48-9.38c.37-.3 9.39-7.43 24.76-10c13.86-2.31 35.92-1.3 62.36 16.67c47.14 32 73.88 20.47 74.14 20.35a6 6 0 1 1 5 10.92Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleRunLight(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 86a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m66.49 100.86c-.59.27-7.17 3.13-18.88 3.13c-13.86 0-34.9-4-61.73-21a166 166 0 0 1-17.43 36.51c9.43 2.78 22 7.72 33.19 16.26C172.46 188.05 182 207.65 182 232a6 6 0 0 1-12 0c0-44-37.23-59.18-56.91-64.11q-1.2 1.55-2.46 3.09c-19.25 23.31-43.34 35.45-70.11 35.45a91 91 0 0 1-9.12-.43a6 6 0 0 1 1.2-12c26.63 2.66 49.77-7.66 68.77-30.69c13.16-15.94 21.94-35.51 26.08-49.15c-40.51-24.52-66.59-4.78-67.72-3.89a6 6 0 0 1-7.48-9.38c.37-.3 9.39-7.43 24.76-10c13.86-2.31 35.92-1.3 62.36 16.67c47.14 32 73.88 20.47 74.14 20.35a6 6 0 1 1 5 10.92Z"/></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 86a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m66.49 100.86c-.59.27-7.17 3.13-18.88 3.13c-13.86 0-34.9-4-61.73-21a166 166 0 0 1-17.43 36.51c9.43 2.78 22 7.72 33.19 16.26C172.46 188.05 182 207.65 182 232a6 6 0 0 1-12 0c0-44-37.23-59.18-56.91-64.11q-1.2 1.55-2.46 3.09c-19.25 23.31-43.34 35.45-70.11 35.45a91 91 0 0 1-9.12-.43a6 6 0 0 1 1.2-12c26.63 2.66 49.77-7.66 68.77-30.69c13.16-15.94 21.94-35.51 26.08-49.15c-40.51-24.52-66.59-4.78-67.72-3.89a6 6 0 0 1-7.48-9.38c.37-.3 9.39-7.43 24.76-10c13.86-2.31 35.92-1.3 62.36 16.67c47.14 32 73.88 20.47 74.14 20.35a6 6 0 1 1 5 10.92Z"/></svg>
</template>

CSS

.icon-person-simple-run-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%2086a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m66.49%20100.86c-.59.27-7.17%203.13-18.88%203.13c-13.86%200-34.9-4-61.73-21a166%20166%200%200%201-17.43%2036.51c9.43%202.78%2022%207.72%2033.19%2016.26C172.46%20188.05%20182%20207.65%20182%20232a6%206%200%200%201-12%200c0-44-37.23-59.18-56.91-64.11q-1.2%201.55-2.46%203.09c-19.25%2023.31-43.34%2035.45-70.11%2035.45a91%2091%200%200%201-9.12-.43a6%206%200%200%201%201.2-12c26.63%202.66%2049.77-7.66%2068.77-30.69c13.16-15.94%2021.94-35.51%2026.08-49.15c-40.51-24.52-66.59-4.78-67.72-3.89a6%206%200%200%201-7.48-9.38c.37-.3%209.39-7.43%2024.76-10c13.86-2.31%2035.92-1.3%2062.36%2016.67c47.14%2032%2073.88%2020.47%2074.14%2020.35a6%206%200%201%201%205%2010.92Z%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%2086a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m66.49%20100.86c-.59.27-7.17%203.13-18.88%203.13c-13.86%200-34.9-4-61.73-21a166%20166%200%200%201-17.43%2036.51c9.43%202.78%2022%207.72%2033.19%2016.26C172.46%20188.05%20182%20207.65%20182%20232a6%206%200%200%201-12%200c0-44-37.23-59.18-56.91-64.11q-1.2%201.55-2.46%203.09c-19.25%2023.31-43.34%2035.45-70.11%2035.45a91%2091%200%200%201-9.12-.43a6%206%200%200%201%201.2-12c26.63%202.66%2049.77-7.66%2068.77-30.69c13.16-15.94%2021.94-35.51%2026.08-49.15c-40.51-24.52-66.59-4.78-67.72-3.89a6%206%200%200%201-7.48-9.38c.37-.3%209.39-7.43%2024.76-10c13.86-2.31%2035.92-1.3%2062.36%2016.67c47.14%2032%2073.88%2020.47%2074.14%2020.35a6%206%200%201%201%205%2010.92Z%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-light.svg?color=%231a73e8&size=48