Search Pixel Art Icon
A magnifying-glass search icon for search bars, lookup fields, filter entry points and 'Find' actions across any interface.
Tags
findmagnifylookupquery
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Search icon
A magnifying glass: handle plus lens, the most recognized symbol for finding things in software. Place it inside or beside a search input, on a 'Find' button in a document editor, or as the icon for a search page in bottom navigation. Users expect it wherever they can query data, so keep it in its conventional spots. When a search result carries a problem, search-alert adds a warning badge and communicates failure without replacing the field.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/search.svg" width="24" height="24" alt="Search" />
<!-- React -->
import { Search } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="search.svg" width="48" height="48" style="image-rendering: pixelated" />