Text Search Pixel Art Icon
A text search icon combining document lines with a magnifier, for 'Find in document', full-text search and 'Ctrl+F' equivalents.
Tags
searchfindmagnifylookupquery
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Text Search icon
Horizontal text lines overlaid with a magnifying glass, the conventional sign for searching within a body of text. Use it on a 'Find' or 'Find & Replace' toolbar button, a search-within-document field trigger, or a 'Search notes' action in a knowledge base. It reads clearly as 'look for text' rather than 'search everything', so it works best when the scope is a specific document or text field rather than a global site search.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/text-search.svg" width="24" height="24" alt="Text Search" />
<!-- React -->
import { TextSearch } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="text-search.svg" width="48" height="48" style="image-rendering: pixelated" />