Search Folder Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Search Folder icon is commonly used in search bars, toolbars and input fields. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306458.svg" alt="Search Folder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306458.svg" alt="Search Folder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306458.svg" alt="Search Folder icon" :width="24" :height="24" />
CSS background
.icon-search-folder {
background-image: url('https://proicons.com/icon/306458.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M906 706c-5-5-6-14-2-20 22-35 35-77 35-122 0-126-103-229-230-229S480 438 480 564s103 230 229 230c48 0 93-15 130-41 6-4 15-3 20 2l80 80 1 1c1 1 6 6 12 11l4 5c6 5 14 5 19 0l29-29c5-5 5-14 0-19l-98-98zm-58-35c-7 10-16 19-25 27-31 26-70 42-114 42-96 0-175-79-175-176s79-175 175-175c97 0 176 79 176 175 0 41-14 78-37 107zM438 571c0-92 46-172 116-219H46c-38 0-40 18-38 41l34 373c2 23 8 41 46 41h496c-87-43-146-133-146-236zm332-311c-4-18-27-33-50-33H438c-23 0-55-13-72-29l-24-24c-17-17-49-30-72-30H135c-23 0-43 19-46 41L77 293h702l-9-33z"/></svg>
Search Folder in other icon packs
Copied!