person simple run icon

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

Name
person-simple-run-fill
Set
Phosphor
Style
Fill
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="M120 56a32 32 0 1 1 32 32a32 32 0 0 1-32-32m103.28 74.08a8 8 0 0 0-10.6-4c-.25.12-26.71 10.72-72.18-20.19c-52.29-35.54-88-7.77-89.51-6.57a8 8 0 1 0 10 12.48c.26-.21 25.12-19.5 64.07 3.27c-4.25 13.35-12.76 31.82-25.25 47c-18.56 22.48-41.11 32.56-67 30A8 8 0 0 0 31.2 208a92 92 0 0 0 9.34.47c27.38 0 52-12.38 71.63-36.18c.57-.69 1.14-1.4 1.69-2.1C133.31 175.29 168 190.3 168 232a8 8 0 0 0 16 0c0-24.65-10.08-45.35-29.15-59.86a104.3 104.3 0 0 0-31.31-15.81A169.3 169.3 0 0 0 139 124c26.14 16.09 46.84 20 60.69 20c12.18 0 19.06-3 19.67-3.28a8 8 0 0 0 3.92-10.64"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleRunFill(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="M120 56a32 32 0 1 1 32 32a32 32 0 0 1-32-32m103.28 74.08a8 8 0 0 0-10.6-4c-.25.12-26.71 10.72-72.18-20.19c-52.29-35.54-88-7.77-89.51-6.57a8 8 0 1 0 10 12.48c.26-.21 25.12-19.5 64.07 3.27c-4.25 13.35-12.76 31.82-25.25 47c-18.56 22.48-41.11 32.56-67 30A8 8 0 0 0 31.2 208a92 92 0 0 0 9.34.47c27.38 0 52-12.38 71.63-36.18c.57-.69 1.14-1.4 1.69-2.1C133.31 175.29 168 190.3 168 232a8 8 0 0 0 16 0c0-24.65-10.08-45.35-29.15-59.86a104.3 104.3 0 0 0-31.31-15.81A169.3 169.3 0 0 0 139 124c26.14 16.09 46.84 20 60.69 20c12.18 0 19.06-3 19.67-3.28a8 8 0 0 0 3.92-10.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 56a32 32 0 1 1 32 32a32 32 0 0 1-32-32m103.28 74.08a8 8 0 0 0-10.6-4c-.25.12-26.71 10.72-72.18-20.19c-52.29-35.54-88-7.77-89.51-6.57a8 8 0 1 0 10 12.48c.26-.21 25.12-19.5 64.07 3.27c-4.25 13.35-12.76 31.82-25.25 47c-18.56 22.48-41.11 32.56-67 30A8 8 0 0 0 31.2 208a92 92 0 0 0 9.34.47c27.38 0 52-12.38 71.63-36.18c.57-.69 1.14-1.4 1.69-2.1C133.31 175.29 168 190.3 168 232a8 8 0 0 0 16 0c0-24.65-10.08-45.35-29.15-59.86a104.3 104.3 0 0 0-31.31-15.81A169.3 169.3 0 0 0 139 124c26.14 16.09 46.84 20 60.69 20c12.18 0 19.06-3 19.67-3.28a8 8 0 0 0 3.92-10.64"/></svg>
</template>

CSS

.icon-person-simple-run-fill {
  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%22M120%2056a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m103.28%2074.08a8%208%200%200%200-10.6-4c-.25.12-26.71%2010.72-72.18-20.19c-52.29-35.54-88-7.77-89.51-6.57a8%208%200%201%200%2010%2012.48c.26-.21%2025.12-19.5%2064.07%203.27c-4.25%2013.35-12.76%2031.82-25.25%2047c-18.56%2022.48-41.11%2032.56-67%2030A8%208%200%200%200%2031.2%20208a92%2092%200%200%200%209.34.47c27.38%200%2052-12.38%2071.63-36.18c.57-.69%201.14-1.4%201.69-2.1C133.31%20175.29%20168%20190.3%20168%20232a8%208%200%200%200%2016%200c0-24.65-10.08-45.35-29.15-59.86a104.3%20104.3%200%200%200-31.31-15.81A169.3%20169.3%200%200%200%20139%20124c26.14%2016.09%2046.84%2020%2060.69%2020c12.18%200%2019.06-3%2019.67-3.28a8%208%200%200%200%203.92-10.64%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%22M120%2056a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m103.28%2074.08a8%208%200%200%200-10.6-4c-.25.12-26.71%2010.72-72.18-20.19c-52.29-35.54-88-7.77-89.51-6.57a8%208%200%201%200%2010%2012.48c.26-.21%2025.12-19.5%2064.07%203.27c-4.25%2013.35-12.76%2031.82-25.25%2047c-18.56%2022.48-41.11%2032.56-67%2030A8%208%200%200%200%2031.2%20208a92%2092%200%200%200%209.34.47c27.38%200%2052-12.38%2071.63-36.18c.57-.69%201.14-1.4%201.69-2.1C133.31%20175.29%20168%20190.3%20168%20232a8%208%200%200%200%2016%200c0-24.65-10.08-45.35-29.15-59.86a104.3%20104.3%200%200%200-31.31-15.81A169.3%20169.3%200%200%200%20139%20124c26.14%2016.09%2046.84%2020%2060.69%2020c12.18%200%2019.06-3%2019.67-3.28a8%208%200%200%200%203.92-10.64%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-fill.svg?color=%231a73e8&size=48