global search icon
global-search from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- global-search
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
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-width="1.5"><path stroke-linecap="round" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10"/><path stroke-linejoin="round" d="M20 5.699c-.935.067-2.132.43-2.962 1.504c-1.5 1.94-2.999 2.103-3.999 1.456c-1.5-.97-.239-2.543-1.999-3.397C9.893 4.705 9.733 3.19 10.372 2M2 11c.763.662 1.83 1.268 3.089 1.268c2.6 0 3.12.497 3.12 2.484s0 1.987.52 3.477c.338.97.456 1.938-.218 2.771"/><path stroke-linecap="round" d="M19.899 19.929L22 22m-.892-4.954a4.05 4.05 0 0 1-4.054 4.046A4.05 4.05 0 0 1 13 17.046A4.05 4.05 0 0 1 17.054 13a4.05 4.05 0 0 1 4.054 4.046Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGlobalSearch(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" strokeWidth="1.5"><path strokeLinecap="round" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10"/><path strokeLinejoin="round" d="M20 5.699c-.935.067-2.132.43-2.962 1.504c-1.5 1.94-2.999 2.103-3.999 1.456c-1.5-.97-.239-2.543-1.999-3.397C9.893 4.705 9.733 3.19 10.372 2M2 11c.763.662 1.83 1.268 3.089 1.268c2.6 0 3.12.497 3.12 2.484s0 1.987.52 3.477c.338.97.456 1.938-.218 2.771"/><path strokeLinecap="round" d="M19.899 19.929L22 22m-.892-4.954a4.05 4.05 0 0 1-4.054 4.046A4.05 4.05 0 0 1 13 17.046A4.05 4.05 0 0 1 17.054 13a4.05 4.05 0 0 1 4.054 4.046Z"/></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-width="1.5"><path stroke-linecap="round" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10"/><path stroke-linejoin="round" d="M20 5.699c-.935.067-2.132.43-2.962 1.504c-1.5 1.94-2.999 2.103-3.999 1.456c-1.5-.97-.239-2.543-1.999-3.397C9.893 4.705 9.733 3.19 10.372 2M2 11c.763.662 1.83 1.268 3.089 1.268c2.6 0 3.12.497 3.12 2.484s0 1.987.52 3.477c.338.97.456 1.938-.218 2.771"/><path stroke-linecap="round" d="M19.899 19.929L22 22m-.892-4.954a4.05 4.05 0 0 1-4.054 4.046A4.05 4.05 0 0 1 13 17.046A4.05 4.05 0 0 1 17.054 13a4.05 4.05 0 0 1 4.054 4.046Z"/></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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205.699c-.935.067-2.132.43-2.962%201.504c-1.5%201.94-2.999%202.103-3.999%201.456c-1.5-.97-.239-2.543-1.999-3.397C9.893%204.705%209.733%203.19%2010.372%202M2%2011c.763.662%201.83%201.268%203.089%201.268c2.6%200%203.12.497%203.12%202.484s0%201.987.52%203.477c.338.97.456%201.938-.218%202.771%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.899%2019.929L22%2022m-.892-4.954a4.05%204.05%200%200%201-4.054%204.046A4.05%204.05%200%200%201%2013%2017.046A4.05%204.05%200%200%201%2017.054%2013a4.05%204.05%200%200%201%204.054%204.046Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205.699c-.935.067-2.132.43-2.962%201.504c-1.5%201.94-2.999%202.103-3.999%201.456c-1.5-.97-.239-2.543-1.999-3.397C9.893%204.705%209.733%203.19%2010.372%202M2%2011c.763.662%201.83%201.268%203.089%201.268c2.6%200%203.12.497%203.12%202.484s0%201.987.52%203.477c.338.97.456%201.938-.218%202.771%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.899%2019.929L22%2022m-.892-4.954a4.05%204.05%200%200%201-4.054%204.046A4.05%204.05%200%200%201%2013%2017.046A4.05%204.05%200%200%201%2017.054%2013a4.05%204.05%200%200%201%204.054%204.046Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/global-search.svg?color=%231a73e8&size=48