person-search-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
person-search-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

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 11.385q-1.246 0-2.123-.877T8 8.385t.877-2.123T11 5.385t2.123.877T14 8.385t-.877 2.123t-2.123.877m9.862 10.184l-2.308-2.307q-.487.338-1.01.5t-1.044.161q-1.433 0-2.428-.995t-.995-2.428t.995-2.428t2.428-.995t2.428.995t.995 2.428q0 .521-.161 1.044t-.5 1.01l2.307 2.308q.14.14.15.344t-.15.363t-.353.16q-.195 0-.355-.16m-2.634-3.342q.696-.696.696-1.727t-.696-1.727t-1.727-.696t-1.727.696t-.696 1.727t.696 1.727t1.727.696t1.727-.696m-13.188.389q-.441 0-.74-.3Q4 18.017 4 17.577v-.602q0-.639.358-1.161t.973-.841q.971-.498 2.468-.93q1.497-.431 3.257-.422q.28-.006.43.24q.15.247.045.527q-.218.53-.336 1.076q-.118.547-.118 1.107q0 .323.045.65q.045.325.147.637q.073.292-.092.525q-.165.232-.458.232z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonSearchRounded(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 11.385q-1.246 0-2.123-.877T8 8.385t.877-2.123T11 5.385t2.123.877T14 8.385t-.877 2.123t-2.123.877m9.862 10.184l-2.308-2.307q-.487.338-1.01.5t-1.044.161q-1.433 0-2.428-.995t-.995-2.428t.995-2.428t2.428-.995t2.428.995t.995 2.428q0 .521-.161 1.044t-.5 1.01l2.307 2.308q.14.14.15.344t-.15.363t-.353.16q-.195 0-.355-.16m-2.634-3.342q.696-.696.696-1.727t-.696-1.727t-1.727-.696t-1.727.696t-.696 1.727t.696 1.727t1.727.696t1.727-.696m-13.188.389q-.441 0-.74-.3Q4 18.017 4 17.577v-.602q0-.639.358-1.161t.973-.841q.971-.498 2.468-.93q1.497-.431 3.257-.422q.28-.006.43.24q.15.247.045.527q-.218.53-.336 1.076q-.118.547-.118 1.107q0 .323.045.65q.045.325.147.637q.073.292-.092.525q-.165.232-.458.232z"/></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 11.385q-1.246 0-2.123-.877T8 8.385t.877-2.123T11 5.385t2.123.877T14 8.385t-.877 2.123t-2.123.877m9.862 10.184l-2.308-2.307q-.487.338-1.01.5t-1.044.161q-1.433 0-2.428-.995t-.995-2.428t.995-2.428t2.428-.995t2.428.995t.995 2.428q0 .521-.161 1.044t-.5 1.01l2.307 2.308q.14.14.15.344t-.15.363t-.353.16q-.195 0-.355-.16m-2.634-3.342q.696-.696.696-1.727t-.696-1.727t-1.727-.696t-1.727.696t-.696 1.727t.696 1.727t1.727.696t1.727-.696m-13.188.389q-.441 0-.74-.3Q4 18.017 4 17.577v-.602q0-.639.358-1.161t.973-.841q.971-.498 2.468-.93q1.497-.431 3.257-.422q.28-.006.43.24q.15.247.045.527q-.218.53-.336 1.076q-.118.547-.118 1.107q0 .323.045.65q.045.325.147.637q.073.292-.092.525q-.165.232-.458.232z"/></svg>
</template>

CSS

.icon-person-search-rounded {
  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%2011.385q-1.246%200-2.123-.877T8%208.385t.877-2.123T11%205.385t2.123.877T14%208.385t-.877%202.123t-2.123.877m9.862%2010.184l-2.308-2.307q-.487.338-1.01.5t-1.044.161q-1.433%200-2.428-.995t-.995-2.428t.995-2.428t2.428-.995t2.428.995t.995%202.428q0%20.521-.161%201.044t-.5%201.01l2.307%202.308q.14.14.15.344t-.15.363t-.353.16q-.195%200-.355-.16m-2.634-3.342q.696-.696.696-1.727t-.696-1.727t-1.727-.696t-1.727.696t-.696%201.727t.696%201.727t1.727.696t1.727-.696m-13.188.389q-.441%200-.74-.3Q4%2018.017%204%2017.577v-.602q0-.639.358-1.161t.973-.841q.971-.498%202.468-.93q1.497-.431%203.257-.422q.28-.006.43.24q.15.247.045.527q-.218.53-.336%201.076q-.118.547-.118%201.107q0%20.323.045.65q.045.325.147.637q.073.292-.092.525q-.165.232-.458.232z%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%2011.385q-1.246%200-2.123-.877T8%208.385t.877-2.123T11%205.385t2.123.877T14%208.385t-.877%202.123t-2.123.877m9.862%2010.184l-2.308-2.307q-.487.338-1.01.5t-1.044.161q-1.433%200-2.428-.995t-.995-2.428t.995-2.428t2.428-.995t2.428.995t.995%202.428q0%20.521-.161%201.044t-.5%201.01l2.307%202.308q.14.14.15.344t-.15.363t-.353.16q-.195%200-.355-.16m-2.634-3.342q.696-.696.696-1.727t-.696-1.727t-1.727-.696t-1.727.696t-.696%201.727t.696%201.727t1.727.696t1.727-.696m-13.188.389q-.441%200-.74-.3Q4%2018.017%204%2017.577v-.602q0-.639.358-1.161t.973-.841q.971-.498%202.468-.93q1.497-.431%203.257-.422q.28-.006.43.24q.15.247.045.527q-.218.53-.336%201.076q-.118.547-.118%201.107q0%20.323.045.65q.045.325.147.637q.073.292-.092.525q-.165.232-.458.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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