searching icon
searching from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- searching
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the searching 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="M16.5 17.5L20 21m-2-8a6 6 0 1 0-12 0a6 6 0 0 0 12 0"/><path d="M19.765 9a2 2 0 0 0 1.083-1.082C21 7.55 21 6.932 21 6s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 3 18.932 3 18 3H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 4.602 3 5.068 3 6s0 1.55.152 1.918A2 2 0 0 0 4.235 9"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSearching(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="M16.5 17.5L20 21m-2-8a6 6 0 1 0-12 0a6 6 0 0 0 12 0"/><path d="M19.765 9a2 2 0 0 0 1.083-1.082C21 7.55 21 6.932 21 6s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 3 18.932 3 18 3H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 4.602 3 5.068 3 6s0 1.55.152 1.918A2 2 0 0 0 4.235 9"/></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="M16.5 17.5L20 21m-2-8a6 6 0 1 0-12 0a6 6 0 0 0 12 0"/><path d="M19.765 9a2 2 0 0 0 1.083-1.082C21 7.55 21 6.932 21 6s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 3 18.932 3 18 3H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 4.602 3 5.068 3 6s0 1.55.152 1.918A2 2 0 0 0 4.235 9"/></g></svg> </template>
CSS
.icon-searching {
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%22M16.5%2017.5L20%2021m-2-8a6%206%200%201%200-12%200a6%206%200%200%200%2012%200%22%2F%3E%3Cpath%20d%3D%22M19.765%209a2%202%200%200%200%201.083-1.082C21%207.55%2021%206.932%2021%206s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C19.398%203%2018.932%203%2018%203H6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%204.602%203%205.068%203%206s0%201.55.152%201.918A2%202%200%200%200%204.235%209%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%22M16.5%2017.5L20%2021m-2-8a6%206%200%201%200-12%200a6%206%200%200%200%2012%200%22%2F%3E%3Cpath%20d%3D%22M19.765%209a2%202%200%200%200%201.083-1.082C21%207.55%2021%206.932%2021%206s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C19.398%203%2018.932%203%2018%203H6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%204.602%203%205.068%203%206s0%201.55.152%201.918A2%202%200%200%200%204.235%209%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/searching.svg?color=%231a73e8&size=48