person search icon
person-search-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- person-search-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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.237 0-2.119-.882T8 8.385t.881-2.12T11 5.386t2.119.88t.881 2.12t-.881 2.118t-2.119.882m0-1q.825 0 1.413-.588T13 8.385t-.587-1.413T11 6.385t-1.412.587T9 8.385t.588 1.412t1.412.588m9.862 11.184l-2.308-2.307q-.487.338-1.01.5t-1.04.161q-1.437 0-2.432-1t-.995-2.427t1-2.424t2.428-.995t2.423.998q.995.999.995 2.425q0 .521-.161 1.044t-.5 1.01l2.307 2.308q.14.14.15.344t-.15.363t-.353.16q-.195 0-.354-.16m-2.635-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-.696M4 17.577v-.602q0-.639.358-1.161t.973-.841q.992-.512 2.549-.953t3.272-.374q.214.008.36.149t.146.34t-.146.349t-.36.16q-1.79-.017-3.208.41q-1.417.427-2.13.796q-.385.183-.6.481Q5 16.63 5 16.975v.64h5.87q.212 0 .356.144q.143.144.143.357t-.143.356t-.357.144H5.04q-.441 0-.74-.3q-.3-.299-.3-.739m7.194.039"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPersonSearchOutlineRounded(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.237 0-2.119-.882T8 8.385t.881-2.12T11 5.386t2.119.88t.881 2.12t-.881 2.118t-2.119.882m0-1q.825 0 1.413-.588T13 8.385t-.587-1.413T11 6.385t-1.412.587T9 8.385t.588 1.412t1.412.588m9.862 11.184l-2.308-2.307q-.487.338-1.01.5t-1.04.161q-1.437 0-2.432-1t-.995-2.427t1-2.424t2.428-.995t2.423.998q.995.999.995 2.425q0 .521-.161 1.044t-.5 1.01l2.307 2.308q.14.14.15.344t-.15.363t-.353.16q-.195 0-.354-.16m-2.635-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-.696M4 17.577v-.602q0-.639.358-1.161t.973-.841q.992-.512 2.549-.953t3.272-.374q.214.008.36.149t.146.34t-.146.349t-.36.16q-1.79-.017-3.208.41q-1.417.427-2.13.796q-.385.183-.6.481Q5 16.63 5 16.975v.64h5.87q.212 0 .356.144q.143.144.143.357t-.143.356t-.357.144H5.04q-.441 0-.74-.3q-.3-.299-.3-.739m7.194.039"/></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.237 0-2.119-.882T8 8.385t.881-2.12T11 5.386t2.119.88t.881 2.12t-.881 2.118t-2.119.882m0-1q.825 0 1.413-.588T13 8.385t-.587-1.413T11 6.385t-1.412.587T9 8.385t.588 1.412t1.412.588m9.862 11.184l-2.308-2.307q-.487.338-1.01.5t-1.04.161q-1.437 0-2.432-1t-.995-2.427t1-2.424t2.428-.995t2.423.998q.995.999.995 2.425q0 .521-.161 1.044t-.5 1.01l2.307 2.308q.14.14.15.344t-.15.363t-.353.16q-.195 0-.354-.16m-2.635-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-.696M4 17.577v-.602q0-.639.358-1.161t.973-.841q.992-.512 2.549-.953t3.272-.374q.214.008.36.149t.146.34t-.146.349t-.36.16q-1.79-.017-3.208.41q-1.417.427-2.13.796q-.385.183-.6.481Q5 16.63 5 16.975v.64h5.87q.212 0 .356.144q.143.144.143.357t-.143.356t-.357.144H5.04q-.441 0-.74-.3q-.3-.299-.3-.739m7.194.039"/></svg> </template>
CSS
.icon-person-search-outline-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.237%200-2.119-.882T8%208.385t.881-2.12T11%205.386t2.119.88t.881%202.12t-.881%202.118t-2.119.882m0-1q.825%200%201.413-.588T13%208.385t-.587-1.413T11%206.385t-1.412.587T9%208.385t.588%201.412t1.412.588m9.862%2011.184l-2.308-2.307q-.487.338-1.01.5t-1.04.161q-1.437%200-2.432-1t-.995-2.427t1-2.424t2.428-.995t2.423.998q.995.999.995%202.425q0%20.521-.161%201.044t-.5%201.01l2.307%202.308q.14.14.15.344t-.15.363t-.353.16q-.195%200-.354-.16m-2.635-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-.696M4%2017.577v-.602q0-.639.358-1.161t.973-.841q.992-.512%202.549-.953t3.272-.374q.214.008.36.149t.146.34t-.146.349t-.36.16q-1.79-.017-3.208.41q-1.417.427-2.13.796q-.385.183-.6.481Q5%2016.63%205%2016.975v.64h5.87q.212%200%20.356.144q.143.144.143.357t-.143.356t-.357.144H5.04q-.441%200-.74-.3q-.3-.299-.3-.739m7.194.039%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.237%200-2.119-.882T8%208.385t.881-2.12T11%205.386t2.119.88t.881%202.12t-.881%202.118t-2.119.882m0-1q.825%200%201.413-.588T13%208.385t-.587-1.413T11%206.385t-1.412.587T9%208.385t.588%201.412t1.412.588m9.862%2011.184l-2.308-2.307q-.487.338-1.01.5t-1.04.161q-1.437%200-2.432-1t-.995-2.427t1-2.424t2.428-.995t2.423.998q.995.999.995%202.425q0%20.521-.161%201.044t-.5%201.01l2.307%202.308q.14.14.15.344t-.15.363t-.353.16q-.195%200-.354-.16m-2.635-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-.696M4%2017.577v-.602q0-.639.358-1.161t.973-.841q.992-.512%202.549-.953t3.272-.374q.214.008.36.149t.146.34t-.146.349t-.36.16q-1.79-.017-3.208.41q-1.417.427-2.13.796q-.385.183-.6.481Q5%2016.63%205%2016.975v.64h5.87q.212%200%20.356.144q.143.144.143.357t-.143.356t-.357.144H5.04q-.441%200-.74-.3q-.3-.299-.3-.739m7.194.039%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-outline-rounded.svg?color=%231a73e8&size=48