Function Search icon

Function Search is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

function_search_outlined_fill0_wght400.svg

Function Search icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=function_search" />

<span class="material-symbols-outlined">function_search</span>

Function Search icon in React

// With the font from the HTML tab:
export function FunctionSearchIcon() {
  return (
    <span className="material-symbols-outlined">
      function_search
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FunctionSearchIcon from "@material-symbols/svg-400/outlined/function_search.svg?react";

Function Search icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">function_search</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FunctionSearchIcon from "@material-symbols/svg-400/outlined/function_search.svg?component"; -->

Function Search icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">function_search</mat-icon>

Function Search icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/function_search.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.375 21q-1.025 0-1.712-.6T1.975 18.9q0-.675 .375-1.087t.975-.413q.525 0 .863 .3t.337 .8q0 .275-.112 .513T4.1 19.4q.1 .05 .213 .075t.237 .025q.325 0 .55-.312t.325-.813l1.725-8.875H4v-1.5h3.425l.525-2.65q.225-1.125 .9-1.737t1.675-.613q1.025 0 1.688 .6t.662 1.5q0 .675-.375 1.088T11.525 6.6q-.5 0-.85-.287T10.325 5.55q0-.25 .1-.487t.25-.388q-.05-.05-.15-.087t-.2-.038q-.325 0-.562 .3T9.425 5.625l-.45 2.375h4.725v1.5H8.675l-1.775 9.15q-.2 1.125-.85 1.738T4.375 21Zm16.575 1L18.2 19.25q-.525 .425-1.162 .588T15.75 20q-1.775 0-3.012-1.237T11.5 15.75q0-1.775 1.238-3.012T15.75 11.5q1.775 0 3.013 1.238T20 15.75q0 .65-.162 1.3T19.25 18.2l2.75 2.75-1.05 1.05ZM17.7 17.7q.8-.8 .8-1.95t-.8-1.95q-.8-.8-1.95-.8t-1.95 .8q-.8 .8-.8 1.95t.8 1.95q.8 .8 1.95 .8t1.95-.8Z" />
</vector>

Function Search icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/function_search.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/function_search.svg" width="24" height="24" alt="Function Search">

Function Search icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFunction Search
Ligaturefunction_search
Code pointU+FFEA2
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/function_search.svg, function_search-fill.svg
LicenseApache License 2.0 (© Google LLC)

Keywords

textedittypewritingeditingdoceditorsheetfilteranalyticsstylefindspreadsheet

Related icons