person-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
person-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT
Aliases
pedestrian-bold

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.29 131.34l-45.12-51.15A36 36 0 0 0 150.55 68a36 36 0 1 0-45.1 0a36 36 0 0 0-25.62 12.19l-45.12 51.15a24 24 0 0 0 33.7 34.16l6.73-5.39L61.74 211a24 24 0 0 0 43.74 19.69L128 191.9l22.52 38.79a23.82 23.82 0 0 0 13.27 11.85A24 24 0 0 0 194.26 211l-13.4-50.89l6.73 5.39a24 24 0 0 0 33.7-34.16M128 28a12 12 0 1 1-12 12a12 12 0 0 1 12-12m75 119.12l-35.52-28.49a12 12 0 0 0-19.11 12.42l22.9 86.95a12 12 0 0 0 .73 2a11 11 0 0 0-.5-1l-33.12-57a12 12 0 0 0-20.76 0L84.5 219a11 11 0 0 0-.5 1a13 13 0 0 0 .73-2l22.87-86.92a12 12 0 0 0-19.11-12.42L53 147.12a12 12 0 0 0-1 .87c.18-.17.35-.36.52-.54l45.31-51.39a12 12 0 0 1 9-4.06h42.34a12 12 0 0 1 9 4.06l45.32 51.39c.17.18.34.37.52.54a12 12 0 0 0-1.01-.87"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonBold(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="m221.29 131.34l-45.12-51.15A36 36 0 0 0 150.55 68a36 36 0 1 0-45.1 0a36 36 0 0 0-25.62 12.19l-45.12 51.15a24 24 0 0 0 33.7 34.16l6.73-5.39L61.74 211a24 24 0 0 0 43.74 19.69L128 191.9l22.52 38.79a23.82 23.82 0 0 0 13.27 11.85A24 24 0 0 0 194.26 211l-13.4-50.89l6.73 5.39a24 24 0 0 0 33.7-34.16M128 28a12 12 0 1 1-12 12a12 12 0 0 1 12-12m75 119.12l-35.52-28.49a12 12 0 0 0-19.11 12.42l22.9 86.95a12 12 0 0 0 .73 2a11 11 0 0 0-.5-1l-33.12-57a12 12 0 0 0-20.76 0L84.5 219a11 11 0 0 0-.5 1a13 13 0 0 0 .73-2l22.87-86.92a12 12 0 0 0-19.11-12.42L53 147.12a12 12 0 0 0-1 .87c.18-.17.35-.36.52-.54l45.31-51.39a12 12 0 0 1 9-4.06h42.34a12 12 0 0 1 9 4.06l45.32 51.39c.17.18.34.37.52.54a12 12 0 0 0-1.01-.87"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.29 131.34l-45.12-51.15A36 36 0 0 0 150.55 68a36 36 0 1 0-45.1 0a36 36 0 0 0-25.62 12.19l-45.12 51.15a24 24 0 0 0 33.7 34.16l6.73-5.39L61.74 211a24 24 0 0 0 43.74 19.69L128 191.9l22.52 38.79a23.82 23.82 0 0 0 13.27 11.85A24 24 0 0 0 194.26 211l-13.4-50.89l6.73 5.39a24 24 0 0 0 33.7-34.16M128 28a12 12 0 1 1-12 12a12 12 0 0 1 12-12m75 119.12l-35.52-28.49a12 12 0 0 0-19.11 12.42l22.9 86.95a12 12 0 0 0 .73 2a11 11 0 0 0-.5-1l-33.12-57a12 12 0 0 0-20.76 0L84.5 219a11 11 0 0 0-.5 1a13 13 0 0 0 .73-2l22.87-86.92a12 12 0 0 0-19.11-12.42L53 147.12a12 12 0 0 0-1 .87c.18-.17.35-.36.52-.54l45.31-51.39a12 12 0 0 1 9-4.06h42.34a12 12 0 0 1 9 4.06l45.32 51.39c.17.18.34.37.52.54a12 12 0 0 0-1.01-.87"/></svg>
</template>

CSS

.icon-person-bold {
  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%22m221.29%20131.34l-45.12-51.15A36%2036%200%200%200%20150.55%2068a36%2036%200%201%200-45.1%200a36%2036%200%200%200-25.62%2012.19l-45.12%2051.15a24%2024%200%200%200%2033.7%2034.16l6.73-5.39L61.74%20211a24%2024%200%200%200%2043.74%2019.69L128%20191.9l22.52%2038.79a23.82%2023.82%200%200%200%2013.27%2011.85A24%2024%200%200%200%20194.26%20211l-13.4-50.89l6.73%205.39a24%2024%200%200%200%2033.7-34.16M128%2028a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m75%20119.12l-35.52-28.49a12%2012%200%200%200-19.11%2012.42l22.9%2086.95a12%2012%200%200%200%20.73%202a11%2011%200%200%200-.5-1l-33.12-57a12%2012%200%200%200-20.76%200L84.5%20219a11%2011%200%200%200-.5%201a13%2013%200%200%200%20.73-2l22.87-86.92a12%2012%200%200%200-19.11-12.42L53%20147.12a12%2012%200%200%200-1%20.87c.18-.17.35-.36.52-.54l45.31-51.39a12%2012%200%200%201%209-4.06h42.34a12%2012%200%200%201%209%204.06l45.32%2051.39c.17.18.34.37.52.54a12%2012%200%200%200-1.01-.87%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%22m221.29%20131.34l-45.12-51.15A36%2036%200%200%200%20150.55%2068a36%2036%200%201%200-45.1%200a36%2036%200%200%200-25.62%2012.19l-45.12%2051.15a24%2024%200%200%200%2033.7%2034.16l6.73-5.39L61.74%20211a24%2024%200%200%200%2043.74%2019.69L128%20191.9l22.52%2038.79a23.82%2023.82%200%200%200%2013.27%2011.85A24%2024%200%200%200%20194.26%20211l-13.4-50.89l6.73%205.39a24%2024%200%200%200%2033.7-34.16M128%2028a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m75%20119.12l-35.52-28.49a12%2012%200%200%200-19.11%2012.42l22.9%2086.95a12%2012%200%200%200%20.73%202a11%2011%200%200%200-.5-1l-33.12-57a12%2012%200%200%200-20.76%200L84.5%20219a11%2011%200%200%200-.5%201a13%2013%200%200%200%20.73-2l22.87-86.92a12%2012%200%200%200-19.11-12.42L53%20147.12a12%2012%200%200%200-1%20.87c.18-.17.35-.36.52-.54l45.31-51.39a12%2012%200%200%201%209-4.06h42.34a12%2012%200%200%201%209%204.06l45.32%2051.39c.17.18.34.37.52.54a12%2012%200%200%200-1.01-.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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