folder search icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the folder 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-width="1.5"><path d="M13 21h-1c-4.714 0-7.071 0-8.536-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.944 3C8.108 3 8.69 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12 7M8 7h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C21.98 9.06 22 10.06 22 12"/><path stroke-linejoin="round" d="m22 21l-2.147-2.147m0 0a3.43 3.43 0 0 0 1.004-2.424a3.429 3.429 0 1 0-1.004 2.424"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderSearch(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" strokeWidth="1.5"><path d="M13 21h-1c-4.714 0-7.071 0-8.536-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.944 3C8.108 3 8.69 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12 7M8 7h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C21.98 9.06 22 10.06 22 12"/><path strokeLinejoin="round" d="m22 21l-2.147-2.147m0 0a3.43 3.43 0 0 0 1.004-2.424a3.429 3.429 0 1 0-1.004 2.424"/></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-width="1.5"><path d="M13 21h-1c-4.714 0-7.071 0-8.536-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.944 3C8.108 3 8.69 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12 7M8 7h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C21.98 9.06 22 10.06 22 12"/><path stroke-linejoin="round" d="m22 21l-2.147-2.147m0 0a3.43 3.43 0 0 0 1.004-2.424a3.429 3.429 0 1 0-1.004 2.424"/></g></svg>
</template>

CSS

.icon-folder-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%2021h-1c-4.714%200-7.071%200-8.536-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%203.38C4.22%203%205.128%203%206.944%203C8.108%203%208.69%203%209.2%203.191c1.163.436%201.643%201.493%202.168%202.542L12%207M8%207h8.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C21.98%209.06%2022%2010.06%2022%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m22%2021l-2.147-2.147m0%200a3.43%203.43%200%200%200%201.004-2.424a3.429%203.429%200%201%200-1.004%202.424%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%2021h-1c-4.714%200-7.071%200-8.536-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%203.38C4.22%203%205.128%203%206.944%203C8.108%203%208.69%203%209.2%203.191c1.163.436%201.643%201.493%202.168%202.542L12%207M8%207h8.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C21.98%209.06%2022%2010.06%2022%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m22%2021l-2.147-2.147m0%200a3.43%203.43%200%200%200%201.004-2.424a3.429%203.429%200%201%200-1.004%202.424%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/folder-search.svg?color=%231a73e8&size=48