person from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
person
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M332.64 64.58C313.18 43.57 286 32 256 32c-30.16 0-57.43 11.5-76.8 32.38c-19.58 21.11-29.12 49.8-26.88 80.78C156.76 206.28 203.27 256 256 256s99.16-49.71 103.67-110.82c2.27-30.7-7.33-59.33-27.03-80.6M432 480H80a31 31 0 0 1-24.2-11.13c-6.5-7.77-9.12-18.38-7.18-29.11C57.06 392.94 83.4 353.61 124.8 326c36.78-24.51 83.37-38 131.2-38s94.42 13.5 131.2 38c41.4 27.6 67.74 66.93 76.18 113.75c1.94 10.73-.68 21.34-7.18 29.11A31 31 0 0 1 432 480"/></svg>

React

import type { SVGProps } from "react";

export function IonPerson(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M332.64 64.58C313.18 43.57 286 32 256 32c-30.16 0-57.43 11.5-76.8 32.38c-19.58 21.11-29.12 49.8-26.88 80.78C156.76 206.28 203.27 256 256 256s99.16-49.71 103.67-110.82c2.27-30.7-7.33-59.33-27.03-80.6M432 480H80a31 31 0 0 1-24.2-11.13c-6.5-7.77-9.12-18.38-7.18-29.11C57.06 392.94 83.4 353.61 124.8 326c36.78-24.51 83.37-38 131.2-38s94.42 13.5 131.2 38c41.4 27.6 67.74 66.93 76.18 113.75c1.94 10.73-.68 21.34-7.18 29.11A31 31 0 0 1 432 480"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M332.64 64.58C313.18 43.57 286 32 256 32c-30.16 0-57.43 11.5-76.8 32.38c-19.58 21.11-29.12 49.8-26.88 80.78C156.76 206.28 203.27 256 256 256s99.16-49.71 103.67-110.82c2.27-30.7-7.33-59.33-27.03-80.6M432 480H80a31 31 0 0 1-24.2-11.13c-6.5-7.77-9.12-18.38-7.18-29.11C57.06 392.94 83.4 353.61 124.8 326c36.78-24.51 83.37-38 131.2-38s94.42 13.5 131.2 38c41.4 27.6 67.74 66.93 76.18 113.75c1.94 10.73-.68 21.34-7.18 29.11A31 31 0 0 1 432 480"/></svg>
</template>

CSS

.icon-person {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M332.64%2064.58C313.18%2043.57%20286%2032%20256%2032c-30.16%200-57.43%2011.5-76.8%2032.38c-19.58%2021.11-29.12%2049.8-26.88%2080.78C156.76%20206.28%20203.27%20256%20256%20256s99.16-49.71%20103.67-110.82c2.27-30.7-7.33-59.33-27.03-80.6M432%20480H80a31%2031%200%200%201-24.2-11.13c-6.5-7.77-9.12-18.38-7.18-29.11C57.06%20392.94%2083.4%20353.61%20124.8%20326c36.78-24.51%2083.37-38%20131.2-38s94.42%2013.5%20131.2%2038c41.4%2027.6%2067.74%2066.93%2076.18%20113.75c1.94%2010.73-.68%2021.34-7.18%2029.11A31%2031%200%200%201%20432%20480%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M332.64%2064.58C313.18%2043.57%20286%2032%20256%2032c-30.16%200-57.43%2011.5-76.8%2032.38c-19.58%2021.11-29.12%2049.8-26.88%2080.78C156.76%20206.28%20203.27%20256%20256%20256s99.16-49.71%20103.67-110.82c2.27-30.7-7.33-59.33-27.03-80.6M432%20480H80a31%2031%200%200%201-24.2-11.13c-6.5-7.77-9.12-18.38-7.18-29.11C57.06%20392.94%2083.4%20353.61%20124.8%20326c36.78-24.51%2083.37-38%20131.2-38s94.42%2013.5%20131.2%2038c41.4%2027.6%2067.74%2066.93%2076.18%20113.75c1.94%2010.73-.68%2021.34-7.18%2029.11A31%2031%200%200%201%20432%20480%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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