user search icon

user-search from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.

Name
user-search
Set
Reicon
Style
Outline
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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9.667a3.666 3.666 0 1 0 0-7.332a3.666 3.666 0 0 0 0 7.332m5.333 10.667a3 3 0 1 0 .002-5.999a3 3 0 0 0-.002 5.999m2.12-.88l2.214 2.213m-9.796-8.657a8.32 8.32 0 0 0-7.483 4.95c-.487 1.1.116 2.366 1.263 2.727c1.605.506 3.725.958 6.222.973"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUserSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 9.667a3.666 3.666 0 1 0 0-7.332a3.666 3.666 0 0 0 0 7.332m5.333 10.667a3 3 0 1 0 .002-5.999a3 3 0 0 0-.002 5.999m2.12-.88l2.214 2.213m-9.796-8.657a8.32 8.32 0 0 0-7.483 4.95c-.487 1.1.116 2.366 1.263 2.727c1.605.506 3.725.958 6.222.973"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9.667a3.666 3.666 0 1 0 0-7.332a3.666 3.666 0 0 0 0 7.332m5.333 10.667a3 3 0 1 0 .002-5.999a3 3 0 0 0-.002 5.999m2.12-.88l2.214 2.213m-9.796-8.657a8.32 8.32 0 0 0-7.483 4.95c-.487 1.1.116 2.366 1.263 2.727c1.605.506 3.725.958 6.222.973"/></svg>
</template>

CSS

.icon-user-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209.667a3.666%203.666%200%201%200%200-7.332a3.666%203.666%200%200%200%200%207.332m5.333%2010.667a3%203%200%201%200%20.002-5.999a3%203%200%200%200-.002%205.999m2.12-.88l2.214%202.213m-9.796-8.657a8.32%208.32%200%200%200-7.483%204.95c-.487%201.1.116%202.366%201.263%202.727c1.605.506%203.725.958%206.222.973%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209.667a3.666%203.666%200%201%200%200-7.332a3.666%203.666%200%200%200%200%207.332m5.333%2010.667a3%203%200%201%200%20.002-5.999a3%203%200%200%200-.002%205.999m2.12-.88l2.214%202.213m-9.796-8.657a8.32%208.32%200%200%200-7.483%204.95c-.487%201.1.116%202.366%201.263%202.727c1.605.506%203.725.958%206.222.973%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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