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

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

2 other variants in IonIcons

The same icon in other sets

Use the man icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="56" r="56" fill="currentColor"/><path fill="currentColor" d="M304 128h-96a64.19 64.19 0 0 0-64 64v107.52c0 10.85 8.43 20.08 19.27 20.47A20 20 0 0 0 184 300v-99.73a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8V489a23 23 0 0 0 23 23a23 23 0 0 0 23-23V346.34a10.24 10.24 0 0 1 9.33-10.34A10 10 0 0 1 266 346v143a23 23 0 0 0 23 23a23 23 0 0 0 23-23V200.27a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v99.52c0 10.85 8.43 20.08 19.27 20.47A20 20 0 0 0 368 300V192a64.19 64.19 0 0 0-64-64"/></svg>

React

import type { SVGProps } from "react";

export function IonMan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="56" r="56" fill="currentColor"/><path fill="currentColor" d="M304 128h-96a64.19 64.19 0 0 0-64 64v107.52c0 10.85 8.43 20.08 19.27 20.47A20 20 0 0 0 184 300v-99.73a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8V489a23 23 0 0 0 23 23a23 23 0 0 0 23-23V346.34a10.24 10.24 0 0 1 9.33-10.34A10 10 0 0 1 266 346v143a23 23 0 0 0 23 23a23 23 0 0 0 23-23V200.27a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v99.52c0 10.85 8.43 20.08 19.27 20.47A20 20 0 0 0 368 300V192a64.19 64.19 0 0 0-64-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="56" r="56" fill="currentColor"/><path fill="currentColor" d="M304 128h-96a64.19 64.19 0 0 0-64 64v107.52c0 10.85 8.43 20.08 19.27 20.47A20 20 0 0 0 184 300v-99.73a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8V489a23 23 0 0 0 23 23a23 23 0 0 0 23-23V346.34a10.24 10.24 0 0 1 9.33-10.34A10 10 0 0 1 266 346v143a23 23 0 0 0 23 23a23 23 0 0 0 23-23V200.27a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v99.52c0 10.85 8.43 20.08 19.27 20.47A20 20 0 0 0 368 300V192a64.19 64.19 0 0 0-64-64"/></svg>
</template>

CSS

.icon-man {
  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%3Ccircle%20cx%3D%22256%22%20cy%3D%2256%22%20r%3D%2256%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304%20128h-96a64.19%2064.19%200%200%200-64%2064v107.52c0%2010.85%208.43%2020.08%2019.27%2020.47A20%2020%200%200%200%20184%20300v-99.73a8.18%208.18%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208V489a23%2023%200%200%200%2023%2023a23%2023%200%200%200%2023-23V346.34a10.24%2010.24%200%200%201%209.33-10.34A10%2010%200%200%201%20266%20346v143a23%2023%200%200%200%2023%2023a23%2023%200%200%200%2023-23V200.27a8.18%208.18%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208v99.52c0%2010.85%208.43%2020.08%2019.27%2020.47A20%2020%200%200%200%20368%20300V192a64.19%2064.19%200%200%200-64-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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%2256%22%20r%3D%2256%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304%20128h-96a64.19%2064.19%200%200%200-64%2064v107.52c0%2010.85%208.43%2020.08%2019.27%2020.47A20%2020%200%200%200%20184%20300v-99.73a8.18%208.18%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208V489a23%2023%200%200%200%2023%2023a23%2023%200%200%200%2023-23V346.34a10.24%2010.24%200%200%201%209.33-10.34A10%2010%200%200%201%20266%20346v143a23%2023%200%200%200%2023%2023a23%2023%200%200%200%2023-23V200.27a8.18%208.18%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208v99.52c0%2010.85%208.43%2020.08%2019.27%2020.47A20%2020%200%200%200%20368%20300V192a64.19%2064.19%200%200%200-64-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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