people from IconPark by ByteDance · Color · Peoples · Apache-2.0 Free for personal and commercial use.

Name
people
Set
IconPark
Style
Color
Category
Peoples
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More peoples icons from IconPark

Use the people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 20C27.866 20 31 16.866 31 13C31 9.13401 27.866 6 24 6C20.134 6 17 9.13401 17 13C17 16.866 20.134 20 24 20Z"/><path d="M6 40.8V42H42V40.8C42 36.3196 42 34.0794 41.1281 32.3681C40.3611 30.8628 39.1372 29.6389 37.6319 28.8719C35.9206 28 33.6804 28 29.2 28H18.8C14.3196 28 12.0794 28 10.3681 28.8719C8.86278 29.6389 7.63893 30.8628 6.87195 32.3681C6 34.0794 6 36.3196 6 40.8Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkPeople(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M24 20C27.866 20 31 16.866 31 13C31 9.13401 27.866 6 24 6C20.134 6 17 9.13401 17 13C17 16.866 20.134 20 24 20Z"/><path d="M6 40.8V42H42V40.8C42 36.3196 42 34.0794 41.1281 32.3681C40.3611 30.8628 39.1372 29.6389 37.6319 28.8719C35.9206 28 33.6804 28 29.2 28H18.8C14.3196 28 12.0794 28 10.3681 28.8719C8.86278 29.6389 7.63893 30.8628 6.87195 32.3681C6 34.0794 6 36.3196 6 40.8Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 20C27.866 20 31 16.866 31 13C31 9.13401 27.866 6 24 6C20.134 6 17 9.13401 17 13C17 16.866 20.134 20 24 20Z"/><path d="M6 40.8V42H42V40.8C42 36.3196 42 34.0794 41.1281 32.3681C40.3611 30.8628 39.1372 29.6389 37.6319 28.8719C35.9206 28 33.6804 28 29.2 28H18.8C14.3196 28 12.0794 28 10.3681 28.8719C8.86278 29.6389 7.63893 30.8628 6.87195 32.3681C6 34.0794 6 36.3196 6 40.8Z"/></g></svg>
</template>

CSS

.icon-people {
  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%2048%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2020C27.866%2020%2031%2016.866%2031%2013C31%209.13401%2027.866%206%2024%206C20.134%206%2017%209.13401%2017%2013C17%2016.866%2020.134%2020%2024%2020Z%22%2F%3E%3Cpath%20d%3D%22M6%2040.8V42H42V40.8C42%2036.3196%2042%2034.0794%2041.1281%2032.3681C40.3611%2030.8628%2039.1372%2029.6389%2037.6319%2028.8719C35.9206%2028%2033.6804%2028%2029.2%2028H18.8C14.3196%2028%2012.0794%2028%2010.3681%2028.8719C8.86278%2029.6389%207.63893%2030.8628%206.87195%2032.3681C6%2034.0794%206%2036.3196%206%2040.8Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2020C27.866%2020%2031%2016.866%2031%2013C31%209.13401%2027.866%206%2024%206C20.134%206%2017%209.13401%2017%2013C17%2016.866%2020.134%2020%2024%2020Z%22%2F%3E%3Cpath%20d%3D%22M6%2040.8V42H42V40.8C42%2036.3196%2042%2034.0794%2041.1281%2032.3681C40.3611%2030.8628%2039.1372%2029.6389%2037.6319%2028.8719C35.9206%2028%2033.6804%2028%2029.2%2028H18.8C14.3196%2028%2012.0794%2028%2010.3681%2028.8719C8.86278%2029.6389%207.63893%2030.8628%206.87195%2032.3681C6%2034.0794%206%2036.3196%206%2040.8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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