Circle Search Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Circle 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/323726.svg" alt="Circle Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323726.svg" alt="Circle Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323726.svg" alt="Circle Search icon" :width="24" :height="24" />
CSS background
.icon-circle-search {
background-image: url('https://proicons.com/icon/323726.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M26.457,40.51c-2.0095.7659-4.1424,1.157-6.293,1.154-9.756,0-17.664-7.909-17.664-17.664S10.408,6.336,20.164,6.336c5.557,0,10.515,2.566,13.753,6.579"/><path class="c" d="M28.666,24c0,4.6957-3.8063,8.5024-8.502,8.503-4.6961.0006-8.5034-3.8059-8.504-8.502v-.001c0-4.6961,3.8069-8.503,8.503-8.503h0c4.6961,0,8.503,3.8069,8.503,8.503h0M26.49,30.075l11.588,11.588M35.98,17.552v7.304M39.631,21.204h-7.303M42.435,21.204v6.13M45.5,24.27h-6.13M39.316,27.372v6.616M42.625,30.68h-6.617"/></svg>
Copied!