global search icon

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

Name
global-search
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the global search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10"/><path d="M8 3h1a28.42 28.42 0 0 0 0 18H8m7-18c.97 2.92 1.46 5.96 1.46 9"/><path d="M3 16v-1c2.92.97 5.96 1.46 9 1.46M3 9a28.42 28.42 0 0 1 18 0m-2.8 12.4a3.2 3.2 0 1 0 0-6.4a3.2 3.2 0 0 0 0 6.4m3.8.6l-1-1"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGlobalSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10"/><path d="M8 3h1a28.42 28.42 0 0 0 0 18H8m7-18c.97 2.92 1.46 5.96 1.46 9"/><path d="M3 16v-1c2.92.97 5.96 1.46 9 1.46M3 9a28.42 28.42 0 0 1 18 0m-2.8 12.4a3.2 3.2 0 1 0 0-6.4a3.2 3.2 0 0 0 0 6.4m3.8.6l-1-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10"/><path d="M8 3h1a28.42 28.42 0 0 0 0 18H8m7-18c.97 2.92 1.46 5.96 1.46 9"/><path d="M3 16v-1c2.92.97 5.96 1.46 9 1.46M3 9a28.42 28.42 0 0 1 18 0m-2.8 12.4a3.2 3.2 0 1 0 0-6.4a3.2 3.2 0 0 0 0 6.4m3.8.6l-1-1"/></g></svg>
</template>

CSS

.icon-global-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012s4.48%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M8%203h1a28.42%2028.42%200%200%200%200%2018H8m7-18c.97%202.92%201.46%205.96%201.46%209%22%2F%3E%3Cpath%20d%3D%22M3%2016v-1c2.92.97%205.96%201.46%209%201.46M3%209a28.42%2028.42%200%200%201%2018%200m-2.8%2012.4a3.2%203.2%200%201%200%200-6.4a3.2%203.2%200%200%200%200%206.4m3.8.6l-1-1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012s4.48%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M8%203h1a28.42%2028.42%200%200%200%200%2018H8m7-18c.97%202.92%201.46%205.96%201.46%209%22%2F%3E%3Cpath%20d%3D%22M3%2016v-1c2.92.97%205.96%201.46%209%201.46M3%209a28.42%2028.42%200%200%201%2018%200m-2.8%2012.4a3.2%203.2%200%201%200%200-6.4a3.2%203.2%200%200%200%200%206.4m3.8.6l-1-1%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/global-search.svg?color=%231a73e8&size=48