file search icon

file-search from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
file-search
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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="M216 88a7.7 7.7 0 0 0-2.4-5.7l-55.9-56l-.6-.5h-.2l-.5-.3h-.1l-.5-.4h-.1l-.6-.3h-.1l-.7-.3H56A16 16 0 0 0 40 40v176a16 16 0 0 0 16 16h144a16 16 0 0 0 16-16V88Zm-56-36.7L188.7 80H160ZM200 216H56V40h88v48a8 8 0 0 0 8 8h48v120Zm-45.5-48.8A35.8 35.8 0 0 0 160 148a36.3 36.3 0 0 0-10.5-25.5a36 36 0 1 0-6.3 56l10.9 11a8.3 8.3 0 0 0 5.7 2.3a8.5 8.5 0 0 0 5.7-2.3a8.1 8.1 0 0 0 0-11.4Zm-44.6-5.1A19.8 19.8 0 1 1 124 168a19.7 19.7 0 0 1-14.1-5.9Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileSearch(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="M216 88a7.7 7.7 0 0 0-2.4-5.7l-55.9-56l-.6-.5h-.2l-.5-.3h-.1l-.5-.4h-.1l-.6-.3h-.1l-.7-.3H56A16 16 0 0 0 40 40v176a16 16 0 0 0 16 16h144a16 16 0 0 0 16-16V88Zm-56-36.7L188.7 80H160ZM200 216H56V40h88v48a8 8 0 0 0 8 8h48v120Zm-45.5-48.8A35.8 35.8 0 0 0 160 148a36.3 36.3 0 0 0-10.5-25.5a36 36 0 1 0-6.3 56l10.9 11a8.3 8.3 0 0 0 5.7 2.3a8.5 8.5 0 0 0 5.7-2.3a8.1 8.1 0 0 0 0-11.4Zm-44.6-5.1A19.8 19.8 0 1 1 124 168a19.7 19.7 0 0 1-14.1-5.9Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 88a7.7 7.7 0 0 0-2.4-5.7l-55.9-56l-.6-.5h-.2l-.5-.3h-.1l-.5-.4h-.1l-.6-.3h-.1l-.7-.3H56A16 16 0 0 0 40 40v176a16 16 0 0 0 16 16h144a16 16 0 0 0 16-16V88Zm-56-36.7L188.7 80H160ZM200 216H56V40h88v48a8 8 0 0 0 8 8h48v120Zm-45.5-48.8A35.8 35.8 0 0 0 160 148a36.3 36.3 0 0 0-10.5-25.5a36 36 0 1 0-6.3 56l10.9 11a8.3 8.3 0 0 0 5.7 2.3a8.5 8.5 0 0 0 5.7-2.3a8.1 8.1 0 0 0 0-11.4Zm-44.6-5.1A19.8 19.8 0 1 1 124 168a19.7 19.7 0 0 1-14.1-5.9Z"/></svg>
</template>

CSS

.icon-file-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2088a7.7%207.7%200%200%200-2.4-5.7l-55.9-56l-.6-.5h-.2l-.5-.3h-.1l-.5-.4h-.1l-.6-.3h-.1l-.7-.3H56A16%2016%200%200%200%2040%2040v176a16%2016%200%200%200%2016%2016h144a16%2016%200%200%200%2016-16V88Zm-56-36.7L188.7%2080H160ZM200%20216H56V40h88v48a8%208%200%200%200%208%208h48v120Zm-45.5-48.8A35.8%2035.8%200%200%200%20160%20148a36.3%2036.3%200%200%200-10.5-25.5a36%2036%200%201%200-6.3%2056l10.9%2011a8.3%208.3%200%200%200%205.7%202.3a8.5%208.5%200%200%200%205.7-2.3a8.1%208.1%200%200%200%200-11.4Zm-44.6-5.1A19.8%2019.8%200%201%201%20124%20168a19.7%2019.7%200%200%201-14.1-5.9Z%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%22M216%2088a7.7%207.7%200%200%200-2.4-5.7l-55.9-56l-.6-.5h-.2l-.5-.3h-.1l-.5-.4h-.1l-.6-.3h-.1l-.7-.3H56A16%2016%200%200%200%2040%2040v176a16%2016%200%200%200%2016%2016h144a16%2016%200%200%200%2016-16V88Zm-56-36.7L188.7%2080H160ZM200%20216H56V40h88v48a8%208%200%200%200%208%208h48v120Zm-45.5-48.8A35.8%2035.8%200%200%200%20160%20148a36.3%2036.3%200%200%200-10.5-25.5a36%2036%200%201%200-6.3%2056l10.9%2011a8.3%208.3%200%200%200%205.7%202.3a8.5%208.5%200%200%200%205.7-2.3a8.1%208.1%200%200%200%200-11.4Zm-44.6-5.1A19.8%2019.8%200%201%201%20124%20168a19.7%2019.7%200%200%201-14.1-5.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-search.svg?color=%231a73e8&size=48