Search Info icon

Used in general search scenarios. Please note, Fluent updates have pushed for unified direction. So no more right leaning magnifying glasses, mmmkay? The Search Info icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Search Info icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { SearchInfo24Regular, SearchInfo24Filled } from "@fluentui/react-icons";

export function Example() {
  return <SearchInfo24Regular aria-label="Search Info" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_search_info_24_regular.svg" width="24" height="24" alt="Search Info">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1017 17.1624C14.717 18.3101 12.9391 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11C19 12.9391 18.3101 14.717 17.1624 16.1018L21.7803 20.7197C22.0732 21.0126 22.0732 21.4874 21.7803 21.7803C21.4874 22.0732 21.0125 22.0732 20.7196 21.7803L16.1017 17.1624ZM17.5 11C17.5 7.41015 14.5899 4.5 11 4.5C7.41015 4.5 4.5 7.41015 4.5 11C4.5 14.5899 7.41015 17.5 11 17.5C14.5899 17.5 17.5 14.5899 17.5 11ZM11 10C11.4142 10 11.75 10.3358 11.75 10.75V14.25C11.75 14.6642 11.4142 15 11 15C10.5858 15 10.25 14.6642 10.25 14.25V10.75C10.25 10.3358 10.5858 10 11 10ZM11 8.5C11.5523 8.5 12 8.05228 12 7.5C12 6.94772 11.5523 6.5 11 6.5C10.4477 6.5 10 6.94772 10 7.5C10 8.05228 10.4477 8.5 11 8.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/search_info_24_regular.svg";

Details

NameSearch Info
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_search_info_24_regular.svg
Filled fileic_fluent_search_info_24_filled.svg
React componentsSearchInfo24Regular, SearchInfo24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

magnifyingglasszoominspectreview

Related icons