Search Icon
Free SVG icon from the IcoFont 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/306465.svg" alt="Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306465.svg" alt="Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306465.svg" alt="Search icon" :width="24" :height="24" />
CSS background
.icon-search {
background-image: url('https://proicons.com/icon/306465.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M991 946L732 692c68-74 110-171 110-278C842 185 653 0 421 0 188 0 0 185 0 414s188 414 421 414c100 0 192-35 265-92l259 255c13 12 33 12 46 0 12-13 12-33 0-45zM421 764C224 764 65 607 65 414S224 64 421 64c196 0 356 157 356 350S617 764 421 764z"/></svg>
Copied!