Search Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Search icon is commonly used in search bars, toolbars and input fields. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312254.svg" alt="Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312254.svg" alt="Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312254.svg" alt="Search icon" :width="24" :height="24" />
CSS background
.icon-search {
background-image: url('https://proicons.com/icon/312254.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-search" viewBox="0 0 22 22"><path d="M19 20H18V19H17V18H16V17H15V16H14V15H13V14H11V15H6V14H4V13H3V11H2V6H3V4H4V3H6V2H11V3H13V4H14V6H15V11H14V13H15V14H16V15H17V16H18V17H19V18H20V19H19M11 13V12H12V11H13V6H12V5H11V4H6V5H5V6H4V11H5V12H6V13Z" /></svg>
Copied!