# Search Input Search input with icon positioned inside. ## Basic Example ```html ``` ## With Value ```html ``` ## Disabled ```html ``` ## Icon Source Get icons from [Phosphor Icons](https://phosphoricons.com/). The magnifying glass icon shown above is the "MagnifyingGlass" icon. ## Styling Details - Icon is absolutely positioned, vertically centered - Input has left padding to accommodate the icon - Icon color matches input text color ## See Also - [Forms](https://graffiti-ui.com/llms/forms.txt) - All form inputs - [Input group](https://graffiti-ui.com/llms/input-group.txt) - Input + button combo