people search icon

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

Name
people-search
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 search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M19 20C22.866 20 26 16.866 26 13C26 9.13401 22.866 6 19 6C15.134 6 12 9.13401 12 13C12 16.866 15.134 20 19 20Z"/><path stroke-linecap="round" d="M27 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.8V42H27"/><path stroke-linecap="round" d="M39.9997 41.0002L36.8281 37.8286"/><path fill="#2F88FF" stroke-linecap="round" d="M38 35C38 36.1046 37.5523 37.1046 36.8284 37.8284C36.1046 38.5523 35.1046 39 34 39C31.7909 39 30 37.2091 30 35C30 32.7909 31.7909 31 34 31C36.2091 31 38 32.7909 38 35Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkPeopleSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M19 20C22.866 20 26 16.866 26 13C26 9.13401 22.866 6 19 6C15.134 6 12 9.13401 12 13C12 16.866 15.134 20 19 20Z"/><path strokeLinecap="round" d="M27 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.8V42H27"/><path strokeLinecap="round" d="M39.9997 41.0002L36.8281 37.8286"/><path fill="#2F88FF" strokeLinecap="round" d="M38 35C38 36.1046 37.5523 37.1046 36.8284 37.8284C36.1046 38.5523 35.1046 39 34 39C31.7909 39 30 37.2091 30 35C30 32.7909 31.7909 31 34 31C36.2091 31 38 32.7909 38 35Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M19 20C22.866 20 26 16.866 26 13C26 9.13401 22.866 6 19 6C15.134 6 12 9.13401 12 13C12 16.866 15.134 20 19 20Z"/><path stroke-linecap="round" d="M27 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.8V42H27"/><path stroke-linecap="round" d="M39.9997 41.0002L36.8281 37.8286"/><path fill="#2F88FF" stroke-linecap="round" d="M38 35C38 36.1046 37.5523 37.1046 36.8284 37.8284C36.1046 38.5523 35.1046 39 34 39C31.7909 39 30 37.2091 30 35C30 32.7909 31.7909 31 34 31C36.2091 31 38 32.7909 38 35Z"/></g></svg>
</template>

CSS

.icon-people-search {
  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%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M19%2020C22.866%2020%2026%2016.866%2026%2013C26%209.13401%2022.866%206%2019%206C15.134%206%2012%209.13401%2012%2013C12%2016.866%2015.134%2020%2019%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M27%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.8V42H27%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39.9997%2041.0002L36.8281%2037.8286%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M38%2035C38%2036.1046%2037.5523%2037.1046%2036.8284%2037.8284C36.1046%2038.5523%2035.1046%2039%2034%2039C31.7909%2039%2030%2037.2091%2030%2035C30%2032.7909%2031.7909%2031%2034%2031C36.2091%2031%2038%2032.7909%2038%2035Z%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%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M19%2020C22.866%2020%2026%2016.866%2026%2013C26%209.13401%2022.866%206%2019%206C15.134%206%2012%209.13401%2012%2013C12%2016.866%2015.134%2020%2019%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M27%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.8V42H27%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39.9997%2041.0002L36.8281%2037.8286%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M38%2035C38%2036.1046%2037.5523%2037.1046%2036.8284%2037.8284C36.1046%2038.5523%2035.1046%2039%2034%2039C31.7909%2039%2030%2037.2091%2030%2035C30%2032.7909%2031.7909%2031%2034%2031C36.2091%2031%2038%2032.7909%2038%2035Z%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-search.svg?color=%231a73e8&size=48