Circle To Search Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Circle To 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/323727.svg" alt="Circle To Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323727.svg" alt="Circle To Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323727.svg" alt="Circle To Search icon" :width="24" :height="24" />
CSS background
.icon-circle-to-search {
background-image: url('https://proicons.com/icon/323727.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="g" d="M43.5,23.95971119c-10.96265048,2.33471333-15.39542743,14.90333067-24.66196487,14.64624021-9.26653485-.25709392-14.33803513-6.4684821-14.33803513-14.39395028,0-7.92546991,6.60049085-14.80148158,14.3333038-14.82177355,4.83513405-.01268854,8.13515881,1.76312844,11.44373456,5.1921188"/></svg>
Copied!