file search icon
file-search-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- file-search-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
file-search-outlinedAnt Design Iconsfile-search-outlineFlowbite Iconsfile-searchHuge Iconsfile-searchIconParkfile-searchIconPark Outlinefile-searchIconPark Solidfile-searchIconPark TwoTonefile-searchMaterial Line Iconsfile-searchLucidefile-searchMajesticonsfile-searchMaterial Design Iconsfile-search-fillMingCute Iconfile-search-fillRemix Iconfile-search-boldSolarfile-searchTabler Iconsfile-searchTDesign Icons
Related icons in Phosphor
Use the file search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 92v-4a12.3 12.3 0 0 0-3.5-8.5l-56-56A12.3 12.3 0 0 0 152 20H56a20.1 20.1 0 0 0-20 20v176a20.1 20.1 0 0 0 20 20h144a20.1 20.1 0 0 0 20-20V92Zm-37-12h-23V57ZM60 212V44h76v48a12 12 0 0 0 12 12h48v108Zm96.5-48.5A35.6 35.6 0 0 0 160 148a36 36 0 0 0-61.5-25.5a36.2 36.2 0 0 0 0 51a36.2 36.2 0 0 0 41 7l11.8 11.8a12.1 12.1 0 0 0 17 0a12 12 0 0 0 0-17Zm-41-7a12.1 12.1 0 0 1 0-17a12 12 0 0 1 17 0a12.1 12.1 0 0 1 0 17a12 12 0 0 1-17 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFileSearchBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 92v-4a12.3 12.3 0 0 0-3.5-8.5l-56-56A12.3 12.3 0 0 0 152 20H56a20.1 20.1 0 0 0-20 20v176a20.1 20.1 0 0 0 20 20h144a20.1 20.1 0 0 0 20-20V92Zm-37-12h-23V57ZM60 212V44h76v48a12 12 0 0 0 12 12h48v108Zm96.5-48.5A35.6 35.6 0 0 0 160 148a36 36 0 0 0-61.5-25.5a36.2 36.2 0 0 0 0 51a36.2 36.2 0 0 0 41 7l11.8 11.8a12.1 12.1 0 0 0 17 0a12 12 0 0 0 0-17Zm-41-7a12.1 12.1 0 0 1 0-17a12 12 0 0 1 17 0a12.1 12.1 0 0 1 0 17a12 12 0 0 1-17 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 92v-4a12.3 12.3 0 0 0-3.5-8.5l-56-56A12.3 12.3 0 0 0 152 20H56a20.1 20.1 0 0 0-20 20v176a20.1 20.1 0 0 0 20 20h144a20.1 20.1 0 0 0 20-20V92Zm-37-12h-23V57ZM60 212V44h76v48a12 12 0 0 0 12 12h48v108Zm96.5-48.5A35.6 35.6 0 0 0 160 148a36 36 0 0 0-61.5-25.5a36.2 36.2 0 0 0 0 51a36.2 36.2 0 0 0 41 7l11.8 11.8a12.1 12.1 0 0 0 17 0a12 12 0 0 0 0-17Zm-41-7a12.1 12.1 0 0 1 0-17a12 12 0 0 1 17 0a12.1 12.1 0 0 1 0 17a12 12 0 0 1-17 0Z"/></svg> </template>
CSS
.icon-file-search-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220%2092v-4a12.3%2012.3%200%200%200-3.5-8.5l-56-56A12.3%2012.3%200%200%200%20152%2020H56a20.1%2020.1%200%200%200-20%2020v176a20.1%2020.1%200%200%200%2020%2020h144a20.1%2020.1%200%200%200%2020-20V92Zm-37-12h-23V57ZM60%20212V44h76v48a12%2012%200%200%200%2012%2012h48v108Zm96.5-48.5A35.6%2035.6%200%200%200%20160%20148a36%2036%200%200%200-61.5-25.5a36.2%2036.2%200%200%200%200%2051a36.2%2036.2%200%200%200%2041%207l11.8%2011.8a12.1%2012.1%200%200%200%2017%200a12%2012%200%200%200%200-17Zm-41-7a12.1%2012.1%200%200%201%200-17a12%2012%200%200%201%2017%200a12.1%2012.1%200%200%201%200%2017a12%2012%200%200%201-17%200Z%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220%2092v-4a12.3%2012.3%200%200%200-3.5-8.5l-56-56A12.3%2012.3%200%200%200%20152%2020H56a20.1%2020.1%200%200%200-20%2020v176a20.1%2020.1%200%200%200%2020%2020h144a20.1%2020.1%200%200%200%2020-20V92Zm-37-12h-23V57ZM60%20212V44h76v48a12%2012%200%200%200%2012%2012h48v108Zm96.5-48.5A35.6%2035.6%200%200%200%20160%20148a36%2036%200%200%200-61.5-25.5a36.2%2036.2%200%200%200%200%2051a36.2%2036.2%200%200%200%2041%207l11.8%2011.8a12.1%2012.1%200%200%200%2017%200a12%2012%200%200%200%200-17Zm-41-7a12.1%2012.1%200%200%201%200-17a12%2012%200%200%201%2017%200a12.1%2012.1%200%200%201%200%2017a12%2012%200%200%201-17%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-search-bold.svg?color=%231a73e8&size=48