Kagi Search Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kagi 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/327788.svg" alt="Kagi Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327788.svg" alt="Kagi Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327788.svg" alt="Kagi Search icon" :width="24" :height="24" />
CSS background
.icon-kagi-search {
background-image: url('https://proicons.com/icon/327788.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="a" 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><circle class="c" cx="23.8182" cy="20.6795" r="5.7416"/><path class="c" d="M31.0393,12.5c-2.7489,0-3.6003.9973-4.7004,3.0206"/><path class="c" d="M20.1145,25.065c-1.8863,1.8863-3.1539,2.4405-3.1539,4.6346s1.7654,3.2029,3.7072,3.2029h6.412c2.1436,0,3.0768,2.5976,3.0768,2.5976"/><path id="b" class="c" d="M9.5,5.5h29c2.2159,0,4,1.784,4,4v29c0,2.216-1.7841,4-4,4H9.5c-2.2159,0-4-1.784-4-4V9.5c0-2.216,1.7841-4,4-4Z"/></svg>
Copied!