search focus icon

search-focus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
search-focus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the search focus 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="m17 17l4 4m-2-10a8 8 0 1 0-16 0a8 8 0 0 0 16 0"/><path d="M9.492 7.5c-.716.043-1.172.163-1.5.491c-.33.329-.449.785-.492 1.501M12.508 7.5c.716.043 1.172.163 1.5.491c.33.329.449.785.492 1.501m-.008 3.13c-.049.651-.173 1.076-.483 1.387c-.329.328-.785.448-1.501.491m-3.016 0c-.716-.043-1.172-.163-1.5-.491c-.311-.311-.435-.736-.484-1.388"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSearchFocus(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="m17 17l4 4m-2-10a8 8 0 1 0-16 0a8 8 0 0 0 16 0"/><path d="M9.492 7.5c-.716.043-1.172.163-1.5.491c-.33.329-.449.785-.492 1.501M12.508 7.5c.716.043 1.172.163 1.5.491c.33.329.449.785.492 1.501m-.008 3.13c-.049.651-.173 1.076-.483 1.387c-.329.328-.785.448-1.501.491m-3.016 0c-.716-.043-1.172-.163-1.5-.491c-.311-.311-.435-.736-.484-1.388"/></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="m17 17l4 4m-2-10a8 8 0 1 0-16 0a8 8 0 0 0 16 0"/><path d="M9.492 7.5c-.716.043-1.172.163-1.5.491c-.33.329-.449.785-.492 1.501M12.508 7.5c.716.043 1.172.163 1.5.491c.33.329.449.785.492 1.501m-.008 3.13c-.049.651-.173 1.076-.483 1.387c-.329.328-.785.448-1.501.491m-3.016 0c-.716-.043-1.172-.163-1.5-.491c-.311-.311-.435-.736-.484-1.388"/></g></svg>
</template>

CSS

.icon-search-focus {
  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%22m17%2017l4%204m-2-10a8%208%200%201%200-16%200a8%208%200%200%200%2016%200%22%2F%3E%3Cpath%20d%3D%22M9.492%207.5c-.716.043-1.172.163-1.5.491c-.33.329-.449.785-.492%201.501M12.508%207.5c.716.043%201.172.163%201.5.491c.33.329.449.785.492%201.501m-.008%203.13c-.049.651-.173%201.076-.483%201.387c-.329.328-.785.448-1.501.491m-3.016%200c-.716-.043-1.172-.163-1.5-.491c-.311-.311-.435-.736-.484-1.388%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%22m17%2017l4%204m-2-10a8%208%200%201%200-16%200a8%208%200%200%200%2016%200%22%2F%3E%3Cpath%20d%3D%22M9.492%207.5c-.716.043-1.172.163-1.5.491c-.33.329-.449.785-.492%201.501M12.508%207.5c.716.043%201.172.163%201.5.491c.33.329.449.785.492%201.501m-.008%203.13c-.049.651-.173%201.076-.483%201.387c-.329.328-.785.448-1.501.491m-3.016%200c-.716-.043-1.172-.163-1.5-.491c-.311-.311-.435-.736-.484-1.388%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/search-focus.svg?color=%231a73e8&size=48