Ui Search Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306802.svg" alt="Ui Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306802.svg" alt="Ui Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306802.svg" alt="Ui Search icon" :width="24" :height="24" />
CSS background
.icon-ui-search {
background-image: url('https://proicons.com/icon/306802.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="M982 789L747 573c27-54 43-114 43-178C790 177 613 0 395 0S0 177 0 395s177 395 395 395c64 0 124-16 178-43l215 235c22 23 57 24 79 2l117-117c22-22 21-57-2-78zM395 636c-133 0-241-108-241-241s108-241 241-241 241 108 241 241-108 241-241 241z"/></svg>
Copied!