person search icon

person-search-outline from Material Symbols by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.

Name
person-search-outline
Set
Material Symbols
Style
Outline
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
person-search-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the person search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 12q-1.65 0-2.825-1.175T7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12m0-2q.825 0 1.413-.587T13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10m11.1 13.5l-3.2-3.2q-.525.3-1.125.5T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .675-.2 1.275t-.5 1.125l3.2 3.2zm-3.825-5.225Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725M3 20v-2.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.875-1.1t3.55-.45q-.3.45-.513.963t-.337 1.062q-1.5.125-2.675.513t-1.975.812q-.25.125-.387.363T5 17.225V18h5.175q.125.55.338 1.05t.512.95zm7.175-2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonSearchOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 12q-1.65 0-2.825-1.175T7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12m0-2q.825 0 1.413-.587T13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10m11.1 13.5l-3.2-3.2q-.525.3-1.125.5T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .675-.2 1.275t-.5 1.125l3.2 3.2zm-3.825-5.225Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725M3 20v-2.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.875-1.1t3.55-.45q-.3.45-.513.963t-.337 1.062q-1.5.125-2.675.513t-1.975.812q-.25.125-.387.363T5 17.225V18h5.175q.125.55.338 1.05t.512.95zm7.175-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 12q-1.65 0-2.825-1.175T7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12m0-2q.825 0 1.413-.587T13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10m11.1 13.5l-3.2-3.2q-.525.3-1.125.5T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .675-.2 1.275t-.5 1.125l3.2 3.2zm-3.825-5.225Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725M3 20v-2.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.875-1.1t3.55-.45q-.3.45-.513.963t-.337 1.062q-1.5.125-2.675.513t-1.975.812q-.25.125-.387.363T5 17.225V18h5.175q.125.55.338 1.05t.512.95zm7.175-2"/></svg>
</template>

CSS

.icon-person-search-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2012q-1.65%200-2.825-1.175T7%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012m0-2q.825%200%201.413-.587T13%208t-.587-1.412T11%206t-1.412.588T9%208t.588%201.413T11%2010m11.1%2013.5l-3.2-3.2q-.525.3-1.125.5T16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.675-.2%201.275t-.5%201.125l3.2%203.2zm-3.825-5.225Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725M3%2020v-2.775q0-.85.425-1.575t1.175-1.1q1.275-.65%202.875-1.1t3.55-.45q-.3.45-.513.963t-.337%201.062q-1.5.125-2.675.513t-1.975.812q-.25.125-.387.363T5%2017.225V18h5.175q.125.55.338%201.05t.512.95zm7.175-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2012q-1.65%200-2.825-1.175T7%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012m0-2q.825%200%201.413-.587T13%208t-.587-1.412T11%206t-1.412.588T9%208t.588%201.413T11%2010m11.1%2013.5l-3.2-3.2q-.525.3-1.125.5T16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.675-.2%201.275t-.5%201.125l3.2%203.2zm-3.825-5.225Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725M3%2020v-2.775q0-.85.425-1.575t1.175-1.1q1.275-.65%202.875-1.1t3.55-.45q-.3.45-.513.963t-.337%201.062q-1.5.125-2.675.513t-1.975.812q-.25.125-.387.363T5%2017.225V18h5.175q.125.55.338%201.05t.512.95zm7.175-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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