Search Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Search Svg 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/308884.svg" alt="Search Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308884.svg" alt="Search Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308884.svg" alt="Search Svg icon" :width="24" :height="24" />
CSS background
.icon-search---svg {
background-image: url('https://proicons.com/icon/308884.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C13.1246 20 15.0784 19.2628 16.6176 18.0319L20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L18.0319 16.6176C19.2628 15.0784 20 13.1246 20 11C20 6.02944 15.9706 2 11 2ZM5 11C5 7.68629 7.68629 5 11 5C14.3137 5 17 7.68629 17 11C17 12.6571 16.3295 14.1558 15.2426 15.2426C14.1558 16.3295 12.6571 17 11 17C7.68629 17 5 14.3137 5 11Z" fill="#292929"/> </svg>
Copied!