Search 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Search 1 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/306455.svg" alt="Search 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306455.svg" alt="Search 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306455.svg" alt="Search 1 icon" :width="24" :height="24" />
CSS background
.icon-search-1 {
background-image: url('https://proicons.com/icon/306455.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="M800 704c-7-8-8-20-2-29 44-68 69-148 69-235C867 201 673 6 434 6S0 201 0 440s195 434 434 434c93 0 179-30 250-80 8-6 21-6 28 2l155 155 3 3c2 1 9 8 17 15l18 19c7 7 19 7 26 0l64-64c7-7 7-19 0-26L800 704zm-104-62c-14 19-30 36-48 51-58 49-133 79-214 79-183 0-332-149-332-332s149-332 332-332 331 149 331 332c0 76-26 146-69 202z"/></svg>
Copied!