user search icon
user-search-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- user-search-filled
- Set
- Reicon
- Style
- Filled
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All user search icons →More users icons from Reicon
Use the user search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.333 13.333a4 4 0 1 0 2.032 7.446l1.595 1.595a1 1 0 0 0 1.414-1.415l-1.594-1.594a4 4 0 0 0-3.446-6.032m-2 4a2 2 0 1 1 3.999-.001a2 2 0 0 1-3.999.001" clip-rule="evenodd"/><path d="M14.35 22.541a6 6 0 0 1-3.017-5.208a6 6 0 0 1 2.813-5.084A9.3 9.3 0 0 0 12 12a9.32 9.32 0 0 0-8.526 5.557c-.739 1.668.185 3.552 1.876 4.085a22.1 22.1 0 0 0 9 .899M12 10a4.333 4.333 0 1 0 0-8.665A4.333 4.333 0 0 0 12 10"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserSearchFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M17.333 13.333a4 4 0 1 0 2.032 7.446l1.595 1.595a1 1 0 0 0 1.414-1.415l-1.594-1.594a4 4 0 0 0-3.446-6.032m-2 4a2 2 0 1 1 3.999-.001a2 2 0 0 1-3.999.001" clipRule="evenodd"/><path d="M14.35 22.541a6 6 0 0 1-3.017-5.208a6 6 0 0 1 2.813-5.084A9.3 9.3 0 0 0 12 12a9.32 9.32 0 0 0-8.526 5.557c-.739 1.668.185 3.552 1.876 4.085a22.1 22.1 0 0 0 9 .899M12 10a4.333 4.333 0 1 0 0-8.665A4.333 4.333 0 0 0 12 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.333 13.333a4 4 0 1 0 2.032 7.446l1.595 1.595a1 1 0 0 0 1.414-1.415l-1.594-1.594a4 4 0 0 0-3.446-6.032m-2 4a2 2 0 1 1 3.999-.001a2 2 0 0 1-3.999.001" clip-rule="evenodd"/><path d="M14.35 22.541a6 6 0 0 1-3.017-5.208a6 6 0 0 1 2.813-5.084A9.3 9.3 0 0 0 12 12a9.32 9.32 0 0 0-8.526 5.557c-.739 1.668.185 3.552 1.876 4.085a22.1 22.1 0 0 0 9 .899M12 10a4.333 4.333 0 1 0 0-8.665A4.333 4.333 0 0 0 12 10"/></g></svg> </template>
CSS
.icon-user-search-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.333%2013.333a4%204%200%201%200%202.032%207.446l1.595%201.595a1%201%200%200%200%201.414-1.415l-1.594-1.594a4%204%200%200%200-3.446-6.032m-2%204a2%202%200%201%201%203.999-.001a2%202%200%200%201-3.999.001%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.35%2022.541a6%206%200%200%201-3.017-5.208a6%206%200%200%201%202.813-5.084A9.3%209.3%200%200%200%2012%2012a9.32%209.32%200%200%200-8.526%205.557c-.739%201.668.185%203.552%201.876%204.085a22.1%2022.1%200%200%200%209%20.899M12%2010a4.333%204.333%200%201%200%200-8.665A4.333%204.333%200%200%200%2012%2010%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.333%2013.333a4%204%200%201%200%202.032%207.446l1.595%201.595a1%201%200%200%200%201.414-1.415l-1.594-1.594a4%204%200%200%200-3.446-6.032m-2%204a2%202%200%201%201%203.999-.001a2%202%200%200%201-3.999.001%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.35%2022.541a6%206%200%200%201-3.017-5.208a6%206%200%200%201%202.813-5.084A9.3%209.3%200%200%200%2012%2012a9.32%209.32%200%200%200-8.526%205.557c-.739%201.668.185%203.552%201.876%204.085a22.1%2022.1%200%200%200%209%20.899M12%2010a4.333%204.333%200%201%200%200-8.665A4.333%204.333%200%200%200%2012%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-search-filled.svg?color=%231a73e8&size=48