twotone person search icon
twotone-person-search from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-person-search
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the twotone 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="M4 18c.22-.72 3.31-2 6-2c0-.7.13-1.37.35-1.99C7.62 13.91 2 15.27 2 18v2h9.54c-.52-.58-.93-1.25-1.19-2zm6-5c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 7"/><path fill="currentColor" d="M10.35 18s-.35-.79-.35-2c-2.69 0-5.77 1.28-6 2z" opacity=".3"/><path fill="currentColor" d="M19.43 18.02c.36-.59.57-1.28.57-2.02c0-2.21-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22L22 20.59c-1.5-1.5-.79-.8-2.57-2.57M16 18c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><circle cx="10" cy="9" r="2" fill="currentColor" opacity=".3"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotonePersonSearch(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="M4 18c.22-.72 3.31-2 6-2c0-.7.13-1.37.35-1.99C7.62 13.91 2 15.27 2 18v2h9.54c-.52-.58-.93-1.25-1.19-2zm6-5c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 7"/><path fill="currentColor" d="M10.35 18s-.35-.79-.35-2c-2.69 0-5.77 1.28-6 2z" opacity=".3"/><path fill="currentColor" d="M19.43 18.02c.36-.59.57-1.28.57-2.02c0-2.21-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22L22 20.59c-1.5-1.5-.79-.8-2.57-2.57M16 18c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><circle cx="10" cy="9" r="2" fill="currentColor" opacity=".3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18c.22-.72 3.31-2 6-2c0-.7.13-1.37.35-1.99C7.62 13.91 2 15.27 2 18v2h9.54c-.52-.58-.93-1.25-1.19-2zm6-5c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 7"/><path fill="currentColor" d="M10.35 18s-.35-.79-.35-2c-2.69 0-5.77 1.28-6 2z" opacity=".3"/><path fill="currentColor" d="M19.43 18.02c.36-.59.57-1.28.57-2.02c0-2.21-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22L22 20.59c-1.5-1.5-.79-.8-2.57-2.57M16 18c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><circle cx="10" cy="9" r="2" fill="currentColor" opacity=".3"/></svg> </template>
CSS
.icon-twotone-person-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018c.22-.72%203.31-2%206-2c0-.7.13-1.37.35-1.99C7.62%2013.91%202%2015.27%202%2018v2h9.54c-.52-.58-.93-1.25-1.19-2zm6-5c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m0-6a2%202%200%201%201%20.001%203.999A2%202%200%200%201%2010%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.35%2018s-.35-.79-.35-2c-2.69%200-5.77%201.28-6%202z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.43%2018.02c.36-.59.57-1.28.57-2.02c0-2.21-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204c.74%200%201.43-.22%202.02-.57L20.59%2022L22%2020.59c-1.5-1.5-.79-.8-2.57-2.57M16%2018c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%229%22%20r%3D%222%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%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%22M4%2018c.22-.72%203.31-2%206-2c0-.7.13-1.37.35-1.99C7.62%2013.91%202%2015.27%202%2018v2h9.54c-.52-.58-.93-1.25-1.19-2zm6-5c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m0-6a2%202%200%201%201%20.001%203.999A2%202%200%200%201%2010%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.35%2018s-.35-.79-.35-2c-2.69%200-5.77%201.28-6%202z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.43%2018.02c.36-.59.57-1.28.57-2.02c0-2.21-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204c.74%200%201.43-.22%202.02-.57L20.59%2022L22%2020.59c-1.5-1.5-.79-.8-2.57-2.57M16%2018c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%229%22%20r%3D%222%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-person-search.svg?color=%231a73e8&size=48